.noscript-warning { background-color: var(--#{$prefix}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(--#{$prefix}danger-dark); } }