mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 19:19:10 +01:00
9 lines
No EOL
196 B
SCSS
9 lines
No EOL
196 B
SCSS
.navbar .nav .badge {
|
|
padding: 3px 6px 3px;
|
|
background-color: $navbar-inverse-link-active-bg;
|
|
}
|
|
|
|
.navbar .nav .active .badge {
|
|
padding: 3px 6px 3px;
|
|
background-color: $navbar-inverse-bg;
|
|
} |