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

43 lines
632 B
SCSS
Raw Normal View History

2022-06-13 13:13:18 +02:00
#Header {
.element--nav {
padding: 0;
}
}
2021-06-19 22:22:44 +02:00
#Navigation {
2022-06-13 13:15:28 +02:00
padding: 0;
2022-06-13 13:13:18 +02:00
.navbar-nav {
padding: 0;
width: 100%;
align-items: stretch;
justify-content: stretch;
}
.nav {
&-item {
flex: 1 1;
}
&-link {
2022-06-13 13:34:15 +02:00
background: none;
align-items: center;
2022-06-13 22:13:19 +02:00
justify-content: center;
width: 100%;
2022-06-13 13:34:15 +02:00
&.active {}
&.section {}
2022-06-13 22:13:19 +02:00
&[aria-expanded="true"],
2022-06-13 13:34:15 +02:00
&:hover,
&:focus {}
2022-06-13 13:13:18 +02:00
}
}
2021-06-19 22:22:44 +02:00
}
#PageBreadcumbs {
2021-08-19 00:10:45 +02:00
position: relative;
z-index: 2;
2021-06-19 22:22:44 +02:00
}