Style and other minor fixes
This commit is contained in:
@@ -5,18 +5,9 @@
|
||||
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: " ›";
|
||||
@media screen and (max-width: 800px - 1px) {
|
||||
margin-right: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user