diff --git a/admin/app/assets/stylesheets/solidus_admin/application.tailwind.css.erb b/admin/app/assets/stylesheets/solidus_admin/application.tailwind.css.erb index f876640838e..248516b671c 100644 --- a/admin/app/assets/stylesheets/solidus_admin/application.tailwind.css.erb +++ b/admin/app/assets/stylesheets/solidus_admin/application.tailwind.css.erb @@ -2,49 +2,4 @@ @tailwind components; @tailwind utilities; -@layer base { - summary { - &::marker, - &::-webkit-details-marker { - @apply hidden; - } - - list-style: none; - } -} - -@layer components { - .body-tiny { - @apply font-sans font-normal text-xs; - } - - .body-tiny-bold { - @apply font-sans font-semibold text-xs; - } - - .body-small { - @apply font-sans font-normal text-sm; - } - - .body-small-bold { - @apply font-sans font-semibold text-sm; - } - - .body-text { - @apply font-sans font-normal text-base; - } - - .body-text-bold { - @apply font-sans font-semibold text-base; - } - - .body-title { - @apply font-sans font-semibold text-xl; - } - - .body-link { - @apply text-blue hover:underline; - } -} - <%= SolidusAdmin::Config.tailwind_stylesheets.map { File.read(_1) }.join("\n") %> diff --git a/admin/app/components/solidus_admin/layout/feedback/component.html.erb b/admin/app/components/solidus_admin/layout/feedback/component.html.erb index 4ce8d630bc4..1e0c7899a6d 100644 --- a/admin/app/components/solidus_admin/layout/feedback/component.html.erb +++ b/admin/app/components/solidus_admin/layout/feedback/component.html.erb @@ -9,7 +9,7 @@ <%= t(".give_feedback") %> - + <%= t(".feedback_description_html") %> <% end %> diff --git a/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb b/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb index 20c470861ba..4c4250ef850 100644 --- a/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb +++ b/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb @@ -9,11 +9,11 @@ class=" flex gap-1.5 p-3 mt-2 rounded - body-small-bold text-gray-500 + font-semibold text-sm text-gray-500 hover:bg-gray-25 [[open]_>_&]:bg-gray-25 cursor-pointer "> - <%= icon_tag("user-smile-fill", class: "inline-block align-text-bottom shrink-0 w-6 h-6 rounded-[4.81rem] body-small fill-yellow bg-black") %> + <%= icon_tag("user-smile-fill", class: "inline-block align-text-bottom shrink-0 w-6 h-6 rounded-[4.81rem] font-normal text-sm fill-yellow bg-black") %> <%= @user_label %> @@ -22,7 +22,7 @@