fix msg banner spacing and padding (#24656)

This commit is contained in:
Adam Stankiewicz
2020-07-31 10:04:09 -04:00
committed by GitHub
parent d1f23422ca
commit 31f68d86ce

View File

@@ -117,11 +117,12 @@
&.recovery-email-alert,
&.learner-portal-enabled-alert {
&#banner-msg {
position: relative;
top: -10px;
padding: 20px 40px;
background: $state-info-bg;
box-shadow: none;
border-top: 1px solid #579cc5;
padding: 20px 20px 20px 40px;
margin: -16px 0 10px 0;
}
.fa-close {
@@ -134,6 +135,12 @@
}
}
&.learner-portal-enabled-alert {
&#banner-msg {
margin-bottom: 10px;
}
}
&.urgency-low {
background: $notify-banner-bg-3;
box-shadow: 0 1px 2px $shadow;