Skip to content
Snippets Groups Projects

Separates banners from alerts

Merged Sascha Eggenberger requested to merge banners-alerts-cleanup into master
All threads resolved!
@@ -9,10 +9,6 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
@apply gl-flex-col;
@apply gl-gap-3;
&:not(:has(> *)) {
display: none;
}
&.sticky {
position: sticky;
top: $calc-application-header-height;
@@ -23,10 +19,6 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
margin-bottom: 0;
}
&:empty {
margin: 0;
}
.close-icon-wrapper {
padding: ($gl-padding + $gl-padding-4) $gl-padding $gl-padding;
position: absolute;
Loading