mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-24 09:58:21 +03:00
16 lines
227 B
SCSS
16 lines
227 B
SCSS
|
@import "../utils/base";
|
||
|
|
||
|
.main-header {
|
||
|
background-color: $mainColor;
|
||
|
color: white;
|
||
|
|
||
|
.navbar-brand {
|
||
|
color: inherit !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.main-header__brand-logo {
|
||
|
width: 26px;
|
||
|
margin-right: 5px;
|
||
|
}
|