mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Added some improvements
This commit is contained in:
15
src/common/MainHeader.scss
Normal file
15
src/common/MainHeader.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "../utils/base";
|
||||
|
||||
.main-header {
|
||||
background-color: $mainColor;
|
||||
color: white;
|
||||
|
||||
.navbar-brand {
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-header__brand-logo {
|
||||
width: 26px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user