mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:36:03 +01:00
16 lines
No EOL
211 B
SCSS
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;
|
|
}
|
|
} |