Add admin nav
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@import "../../assets/scss/globals";
|
||||
|
||||
.admin-sidebar {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
align-self: stretch;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.admin-sidebar-item {
|
||||
padding: 1rem;
|
||||
background-color: $orange2;
|
||||
border-left: 4px solid $orange2;
|
||||
|
||||
&:hover {
|
||||
border-left: 4px solid $white;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: " ›";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user