style(css): fix most scss lint errors

This commit is contained in:
Brandy Carney
2018-07-18 12:53:33 -04:00
parent 7d030ce27c
commit 094fde755c
58 changed files with 253 additions and 205 deletions

View File

@ -8,21 +8,19 @@
}
button {
@include margin(0);
@include padding(0);
@include font-smoothing();
text-align: center;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
display: flex;
color: inherit;
flex-flow: row nowrap;
flex-shrink: 0;
align-items: center;
justify-content: center;
border: 0;
outline: none;
@ -32,11 +30,15 @@ button {
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
color: inherit;
background: transparent;
white-space: nowrap;
cursor: pointer;
text-align: center;
font-kerning: none;
user-select: none;