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

30 lines
421 B
SCSS
Raw Normal View History

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