move styles to classes

This commit is contained in:
Marty Alcala 2016-11-14 14:42:04 -05:00
commit 993fb5d8ad
2 changed files with 6 additions and 2 deletions

View file

@ -155,6 +155,11 @@
align-items: center;
justify-content: center;
&__balance {
transform: scale3d(1, 1, 1);
margin-top: 5px;
}
&-alternative {
line-height: 36px;
}