silverstripe-webpack/app/client/src/scss/layout/header.scss

25 lines
329 B
SCSS
Raw Normal View History

2021-06-19 22:22:44 +02:00
#SiteWideMessage {
2021-08-19 00:10:45 +02:00
text-align: center;
2021-06-19 22:22:44 +02:00
2021-08-19 00:10:45 +02:00
.alert {
margin-bottom: 0;
2021-06-19 22:22:44 +02:00
2021-08-19 00:10:45 +02:00
.btn-close {
float: right;
margin-top: -0.5rem;
2021-06-19 22:22:44 +02:00
}
2021-08-19 00:10:45 +02:00
}
2021-06-19 22:22:44 +02:00
}
#Header {
2022-05-10 12:36:40 +02:00
.element {
margin-top: 0;
}
2021-08-19 00:10:45 +02:00
.nav-container {
align-items: center;
display: flex;
justify-content: flex-end;
position: static;
}
2021-06-19 22:22:44 +02:00
}