1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): update opacity for muted styles #211

This commit is contained in:
Awilum
2020-01-28 18:27:31 +03:00
parent 8ecf557a90
commit 79adbab80b
2 changed files with 24 additions and 6 deletions

View File

@@ -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;
}

View File

@@ -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,