mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
alert margins
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
margin-bottom: $line-height-base;
|
|
||||||
padding: 8px 35px 8px 14px;
|
padding: 8px 35px 8px 14px;
|
||||||
border: 1px solid $warning-border;
|
border: 1px solid $warning-border;
|
||||||
background-color: $warning-bg;
|
background-color: $warning-bg;
|
||||||
@ -11,8 +10,6 @@
|
|||||||
}
|
}
|
||||||
.alert,
|
.alert,
|
||||||
.alert h4 {
|
.alert h4 {
|
||||||
margin: 0;
|
|
||||||
// Specified for the h4 to prevent conflicts of changing $headingsColor
|
|
||||||
color: $warning-text;
|
color: $warning-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user