style(sass): fix lint errors

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-04-04 16:19:52 -04:00
gitea-unlock(16/)
parent 3471dd66f7
commit d07246d7a0
octicon-diff(16/tw-mr-1) 2 changed files with 3 additions and 3 deletions

2
core/src/components/alert/alert.ios.scss
View File

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

4
core/src/components/alert/alert.md.scss
View File

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