feat(SW-498): added sitewide alert
This commit is contained in:
9
components/SitewideAlert/sitewideAlert.module.css
Normal file
9
components/SitewideAlert/sitewideAlert.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.sitewideAlert {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.alarm {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: calc(var(--header-z-index) + 1);
|
||||
}
|
||||
Reference in New Issue
Block a user