1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 03:41:27 +02:00

feat(admin-plugin): update styles #211

This commit is contained in:
Awilum
2020-01-24 14:08:28 +03:00
parent 18b5c66ec6
commit 4ac41ab793
2 changed files with 3 additions and 16 deletions

View File

@@ -51,9 +51,7 @@
.navigation-top-primary__item--active,
.navigation-top-primary__item:hover
{
background: rgba(255, 255, 255, .13);
@apply opacity-100;
@apply opacity-100 bg-gray-1000;
}
.navigation-top-secondary
@@ -61,14 +59,11 @@
min-height: var(--box-size);
padding: 11.5px 20px;
background: #f7f7f7;
@apply flex bg-gray-100;
}
.navigation-top-secondary__icon
{
display: inline-block;
width: 24px;
text-align: center;
@apply text-center inline-block;
}

View File

@@ -19,11 +19,3 @@
width: calc(100% - var(--box-size));
}
.content .inner
{
position: relative;
padding: 10px 20px;
padding-top: 96px;
}