Files
FixIt/assets/css/_widgets/_noscript-warning.scss
T

17 lines
313 B
SCSS

.noscript-warning {
background-color: var(#{$rootPrefix}danger);
color: white;
font-size: 1rem;
font-weight: bold;
position: fixed;
text-align: center;
left: 0;
bottom: 0;
width: 100%;
@include z-index(2);
[data-theme='dark'] & {
background-color: var(#{$rootPrefix}danger-dark);
}
}