[Improvement] more component use bem mixin (#932)

This commit is contained in:
neverland
2018-04-24 23:33:51 +08:00
committed by GitHub
parent 91163b2f14
commit c012a65ba3
23 changed files with 110 additions and 119 deletions
+2 -4
View File
@@ -11,7 +11,8 @@
}
}
&__stepper {
&__minus,
&__plus {
width: 40px;
height: 30px;
box-sizing: border-box;
@@ -42,10 +43,7 @@
bottom: 0;
background-color: #6c6c6c;
}
}
&__minus,
&__plus {
&:active {
background-color: $active-color;
}