Reformated code to use 2-space indents

This commit is contained in:
Alejandro Celaya
2018-06-03 12:57:03 +02:00
parent 07049261e3
commit 39a78414eb
5 changed files with 78 additions and 78 deletions

View File

@@ -1,15 +1,15 @@
@import "../utils/base";
.main-header.main-header {
background-color: $mainColor !important;
color: white;
background-color: $mainColor !important;
color: white;
.navbar-brand {
color: inherit !important;
}
.navbar-brand {
color: inherit !important;
}
}
.main-header__brand-logo {
width: 26px;
margin-right: 5px;
width: 26px;
margin-right: 5px;
}