shlink-web-client/src/common/MainHeader.scss

16 lines
250 B
SCSS
Raw Normal View History

2018-05-13 10:48:21 +03:00
@import "../utils/base";
.main-header.main-header {
background-color: $mainColor !important;
2018-05-13 10:48:21 +03:00
color: white;
.navbar-brand {
color: inherit !important;
}
}
.main-header__brand-logo {
width: 26px;
margin-right: 5px;
}