alert padding

This commit is contained in:
Andrew Croce 2018-09-13 13:00:37 -04:00 committed by dandds
parent d722752b87
commit 4d0dd7e75c

View File

@ -9,6 +9,10 @@
border-left-width: $gap / 2; border-left-width: $gap / 2;
border-left-style: solid; border-left-style: solid;
@include panel-margin; @include panel-margin;
@include media($medium-screen) {
padding: $gap * 4;
}
} }
@mixin alert-level($level) { @mixin alert-level($level) {
@ -53,6 +57,10 @@
.alert__title { .alert__title {
@include h3; @include h3;
margin-top: 0; margin-top: 0;
&:last-child {
margin-bottom: 0;
}
} }
.alert__content { .alert__content {