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:
@@ -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;
|
||||
}
|
||||
|
@@ -19,11 +19,3 @@
|
||||
|
||||
width: calc(100% - var(--box-size));
|
||||
}
|
||||
|
||||
.content .inner
|
||||
{
|
||||
position: relative;
|
||||
|
||||
padding: 10px 20px;
|
||||
padding-top: 96px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user