diff --git a/site/plugins/admin/assets/src/components/dropdowns.css b/site/plugins/admin/assets/src/components/dropdowns.css index 03ae3156..6cd972e4 100644 --- a/site/plugins/admin/assets/src/components/dropdowns.css +++ b/site/plugins/admin/assets/src/components/dropdowns.css @@ -13,15 +13,33 @@ .dropdown__item { - @apply block py-2 pl-4 pr-12 text-left; + @apply block py-2 pl-4 pr-12 text-left flex opacity-90; +} + +.dropdown__item:hover +{ + @apply opacity-100; } .dropdown__divider { - @apply bg-gray-800 h-px my-1; + @apply bg-gray-900 h-px my-1; } .dropdown__icon { - @apply mr-2; + @apply mr-3 flex items-center; +} + +.dropdown__icon > svg +{ + font-size: 14px; + line-height: 14px; + + display: inline-block; + + width: 14px; + height: 14px; + + fill: white; } diff --git a/site/plugins/admin/assets/src/components/navigations.css b/site/plugins/admin/assets/src/components/navigations.css index 4b07165a..4f6c868b 100644 --- a/site/plugins/admin/assets/src/components/navigations.css +++ b/site/plugins/admin/assets/src/components/navigations.css @@ -23,7 +23,7 @@ height: 100%; padding: 15px; - @apply w-full h-full relative flex items-center justify-center cursor-pointer opacity-75; + @apply w-full h-full relative flex items-center justify-center cursor-pointer opacity-90; } .navigation__item--active, @@ -55,7 +55,7 @@ .navigation-top-primary__item { padding: 11.5px 20px; - @apply table-cell opacity-75; + @apply table-cell opacity-90; } .navigation-top-primary__item--active, @@ -74,7 +74,7 @@ .navigation-top-secondary__item { - @apply ml-2 opacity-75; + @apply ml-2 opacity-90; } .navigation-top-secondary__item--active,