mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
All scss imports needs to use App.scss, otherwise some overrides won't be present, like font swap Lato -> Open Sans
10 lines
145 B
SCSS
10 lines
145 B
SCSS
@import "src/App.scss";
|
|
|
|
.navbar-brand {
|
|
min-width: 2.5rem;
|
|
}
|
|
|
|
.components-navbar-button:hover {
|
|
border-bottom: $border-width solid $info;
|
|
}
|