27 lines
363 B
SCSS
27 lines
363 B
SCSS
.ewp-navbar {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
|
|
hr {
|
|
margin: 0;
|
|
border-top: 2px solid;
|
|
}
|
|
|
|
.navbar-items {
|
|
width: max-content;
|
|
padding: 0;
|
|
margin-top: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
& > li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.separator {
|
|
content: "|";
|
|
}
|
|
}
|
|
}
|