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

@ -42,15 +42,16 @@
--icon-size: #{$segment-button-md-icon-size};
height: $segment-button-md-height;
font-size: $segment-button-md-font-size;
font-weight: $segment-button-md-font-weight;
line-height: $segment-button-md-line-height;
text-transform: uppercase;
color: inherit;
height: $segment-button-md-height;
opacity: $segment-button-md-opacity;
text-transform: uppercase;
}
// Checked Segment Button
@ -70,4 +71,4 @@
opacity: $segment-button-md-opacity-disabled;
pointer-events: none;
}
}