owncast/web/components/ui/Header/Header.module.scss

5 lines
56 B
SCSS
Raw Normal View History

.header {
@apply fixed w-full bg-red;
z-index: 1;
}