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

feat(admin-plugin): update styles #211

This commit is contained in:
Awilum
2020-01-24 13:46:56 +03:00
parent 857ef656f6
commit 18b5c66ec6
2 changed files with 44 additions and 37 deletions

View File

@@ -28,3 +28,47 @@
height: var(--box-size);
@apply font-bold;
}
.navigation-top-primary
{
@apply bg-black text-gray-100;
}
.navigation-top-primary:after
{
display: table;
clear: both;
content: '';
}
.navigation-top-primary__item
{
padding: 11.5px 20px;
@apply table-cell;
}
.navigation-top-primary__item--active,
.navigation-top-primary__item:hover
{
background: rgba(255, 255, 255, .13);
@apply opacity-100;
}
.navigation-top-secondary
{
min-height: var(--box-size);
padding: 11.5px 20px;
background: #f7f7f7;
}
.navigation-top-secondary__icon
{
display: inline-block;
width: 24px;
text-align: center;
}

View File

@@ -27,40 +27,3 @@
padding: 10px 20px;
padding-top: 96px;
}
.content .top-bar
{
color: rgba(255, 255, 255, .7);
background: black;
}
.content .top-bar a
{
display: table-cell;
padding: 11.5px 20px;
}
.content .top-bar a.active,
.content .top-bar a:hover
{
opacity: 1;
background: rgba(255, 255, 255, .13);
}
.content .path-bar
{
min-height: var(--box-size);
padding: 11.5px 20px;
background: #f7f7f7;
}
.content .path-bar .icon
{
display: inline-block;
width: 24px;
text-align: center;
}