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