Skip to content
Snippets Groups Projects

ISTWCMS-4686: Theme block-uw-cbl-special-alert

1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
+ 12
0
@@ -2658,6 +2658,18 @@ svg:not(:root) {
.uw-site-container .uw-highlighted {
padding: 0;
} }
.uw-site-container .block-uw-cbl-special-alert {
background: #f0f0f0;
border: 2px solid #96172e;
margin: 1em 0;
padding: 1em;
}
.uw-site-container .block-uw-cbl-special-alert > *:first-child {
margin-top: 0;
}
.uw-site-container .block-uw-cbl-special-alert > *:last-child {
margin-bottom: 0;
}
.uw-site-container .uw-main {
grid-column: 1 / 2;
grid-row: 3 / 4;
Loading