retrospring/app/assets/stylesheets/components/_announcements.scss
2023-01-03 14:14:23 +01:00

16 lines
No EOL
211 B
SCSS

.announcement {
width: 100%;
border-radius: 0;
text-align: center;
p {
margin-bottom: 0;
}
&__container {
position: fixed;
top: $navbar-height;
width: 100%;
z-index: 1024;
}
}