[Style] wider border for navbar item
This commit is contained in:
parent
dd3708d493
commit
f59f767a46
@ -374,11 +374,11 @@ $fontFamily: Noto Sans TC, monospace;
|
|||||||
color: $mid-blue;
|
color: $mid-blue;
|
||||||
font-family: $fontFamily;
|
font-family: $fontFamily;
|
||||||
cursor: point;
|
cursor: point;
|
||||||
border-right: 2px solid $sky-blue;
|
border-right: 3px solid $sky-blue;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
border-right: 2px solid $mid-blue;
|
border-right: 3px solid $mid-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-button {
|
&-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user