style(sass): fix lint errors

This commit is contained in:
Brandy Carney
2018-04-04 16:19:52 -04:00
parent 3471dd66f7
commit d07246d7a0
2 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@
.alert-ios .alert-title { .alert-ios .alert-title {
@include margin($alert-ios-title-margin-top, null, null, null); @include margin($alert-ios-title-margin-top, null, null, null);
color: $alert-ios-title-color;
font-size: $alert-ios-title-font-size; font-size: $alert-ios-title-font-size;
font-weight: $alert-ios-title-font-weight; font-weight: $alert-ios-title-font-weight;
color: $alert-ios-title-color;
} }
.alert-ios .alert-sub-title { .alert-ios .alert-sub-title {

View File

@ -29,14 +29,14 @@
} }
.alert-md .alert-title { .alert-md .alert-title {
color: $alert-md-title-color;
font-size: $alert-md-title-font-size; font-size: $alert-md-title-font-size;
font-weight: $alert-md-title-font-weight; font-weight: $alert-md-title-font-weight;
color: $alert-md-title-color;
} }
.alert-md .alert-sub-title { .alert-md .alert-sub-title {
color: $alert-md-sub-title-text-color;
font-size: $alert-md-sub-title-font-size; font-size: $alert-md-sub-title-font-size;
color: $alert-md-sub-title-text-color;
} }