mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: NavBar style
This commit is contained in:
@@ -23,12 +23,15 @@ $item-width: 69px;
|
||||
font-size: $font-size-s;
|
||||
text-align: center;
|
||||
text-transform: capitalize;
|
||||
transition: background $anim-duration;
|
||||
transition: all $anim-duration;
|
||||
&:active {
|
||||
background: $gray-dark;
|
||||
opacity: 0.5;
|
||||
}
|
||||
&.active {
|
||||
background: $gray;
|
||||
background: $gray-light;
|
||||
color: $gray-dark;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
.bottom-bar {
|
||||
|
||||
Reference in New Issue
Block a user