mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 10:19:29 +00:00
Added adminNav and adminNavItem components
This commit is contained in:
16
src/stylesheets/components/_adminNavItem.scss
Normal file
16
src/stylesheets/components/_adminNavItem.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user