1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

feat(admin-plugin): styles updates for path-bar #211

This commit is contained in:
Awilum
2020-01-17 22:49:29 +03:00
parent d851fbdbde
commit 5bf6ab97ef

View File

@@ -50,7 +50,24 @@
.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;
}
.content .path-bar .icon.active,
.content .path-bar .icon:hover
{
opacity: 1;
background: rgba(0,0,0,.07);
}