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