1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 10:30:46 +02:00

feat(admin-plugin): update styles for left navigation

This commit is contained in:
Awilum
2020-02-11 17:39:18 +03:00
parent 6b0c585cae
commit 77a22e7b80

View File

@@ -23,13 +23,13 @@
height: 100%;
padding: 11px;
@apply w-full h-full relative flex items-center justify-center cursor-pointer opacity-90;
@apply w-full h-full text-white relative flex items-center justify-center cursor-pointer opacity-70;
}
.navigation__item--active,
.navigation__item:hover
{
@apply bg-dark-muted opacity-100;
@apply bg-transparent opacity-100;
}
.navigation__item--logo