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,7 +1,7 @@
@mixin search-input-theme() {
@mixin search-input-theme($theme-name) {
/deep/ search-input {
input {
background: transparent;
}
}
}
}