Topbar cosmetics
parent
fd337292a1
commit
34e82cf43e
|
@ -6,7 +6,7 @@
|
||||||
left: 250px;
|
left: 250px;
|
||||||
width: calc(100% - 250px);
|
width: calc(100% - 250px);
|
||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
border-bottom: 1px solid var(--surface-border);
|
transition: background-color 1s;
|
||||||
|
|
||||||
.layout-topbar-inner {
|
.layout-topbar-inner {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -40,4 +40,21 @@
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.layout-wrapper-light {
|
||||||
|
.layout-topbar {
|
||||||
|
&.layout-topbar-sticky {
|
||||||
|
background-color: rgba(255,255,255,.7);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-wrapper-dark {
|
||||||
|
.layout-topbar {
|
||||||
|
&.layout-topbar-sticky {
|
||||||
|
background-color: rgba(0,0,0,.3);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue