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

feat(admin-plugin): fine tune components layout #211

This commit is contained in:
Awilum
2020-01-24 23:52:15 +03:00
parent 869f17e39a
commit 925f7afe0f

View File

@@ -23,13 +23,13 @@
height: 100%;
padding: 15px;
@apply w-full h-full relative flex items-center justify-center cursor-pointer;
@apply w-full h-full relative flex items-center justify-center cursor-pointer opacity-75;
}
.navigation__item--active,
.navigation__item:hover
{
@apply bg-dark-muted;
@apply bg-dark-muted opacity-100;
}
.navigation__item--logo
@@ -55,13 +55,13 @@
.navigation-top-primary__item
{
padding: 11.5px 20px;
@apply table-cell;
@apply table-cell opacity-75;
}
.navigation-top-primary__item--active,
.navigation-top-primary__item:hover
{
@apply bg-dark-muted;
@apply bg-dark-muted opacity-100;
}
.navigation-top-secondary
@@ -72,6 +72,17 @@
@apply flex bg-dark-muted text-white;
}
.navigation-top-secondary__item
{
@apply ml-2 opacity-75;
}
.navigation-top-secondary__item--active,
.navigation-top-secondary__item:hover
{
@apply opacity-100;
}
.navigation-top-secondary__icon
{
width: 24px;