refactor(app): styles refactor

This commit is contained in:
Dmitry Nehaychik 2017-04-28 15:11:22 +03:00
parent 44f2f562a9
commit afc24fe88f
16 changed files with 47 additions and 43 deletions

View file

@ -1,4 +1,4 @@
@mixin base-header-theme() {
@mixin base-header-theme($theme-name) {
/deep/ base-header {
.logo > a {
color: $nga-color-secondary !important;
@ -13,4 +13,4 @@
border-color: rgba($nga-color-inverse, 0.2);
}
}
}
}