1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 18:14:04 +02:00

feat(admin-plugin): update styles for dropdowns and navigations

This commit is contained in:
Awilum
2020-02-18 15:58:15 +03:00
parent 11373165cd
commit 7260db4862
2 changed files with 18 additions and 3 deletions

View File

@@ -25,3 +25,8 @@
{
@apply bg-gray-900 h-px my-1;
}
.tippy-tooltip
{
z-index: 100;
}

View File

@@ -13,7 +13,7 @@
width: var(--box-size);
height: 100vh;
@apply flex flex-col fixed bg-dark border-black border-r border-solid text-white justify-between z-20;
@apply flex flex-col fixed bg-dark border-black border-r border-solid text-white justify-between z-50;
}
.navigation__item
@@ -34,9 +34,19 @@
.navigation__item--logo
{
width: var(--box-size);
width: calc(var(--box-size) -1);
height: var(--box-size);
@apply font-bold;
@apply font-bold text-center;
}
.navigation__item--logo-wrapper:hover > .navigation__item--logo:first-of-type
{
@apply hidden;
}
.navigation__item--logo-wrapper:hover > .navigation__item--logo:last-of-type
{
@apply block;
}
.navigation-top-primary