Add IE11 banner to frontend (#4207)

This commit is contained in:
Raphael Michel
2024-06-10 14:29:17 +02:00
committed by GitHub
parent 93dd6bf34d
commit ebda10542e
4 changed files with 26 additions and 2 deletions

View File

@@ -519,6 +519,13 @@ h2 .label {
.progress-bar-#{$i} { width: 1% * $i; }
}
.old-browser-warning {
background-color: #ffe761;
padding: 32px; /* 30px + 2px optical compensation */
font-size: 30px;
}
@import "_iframe.scss";
@import "_a11y.scss";
@import "_print.scss";