mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 14:19:17 +08:00
style(sass): fix lint errors
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user