Added some improvements

This commit is contained in:
Alejandro Celaya
2018-05-13 09:48:21 +02:00
parent 60c45ee795
commit e62416e9bb
12 changed files with 71 additions and 50 deletions

View 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;
}