mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 05:19:31 +00:00
17 lines
243 B
SCSS
17 lines
243 B
SCSS
.adminNav__item {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
padding: 2rem 0;
|
|
border-bottom: 1px solid white;
|
|
width: 70%;
|
|
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
|
|
@include on-event() {
|
|
background-color: $primary-colour-dark;
|
|
}
|
|
}
|