Style and other minor fixes

This commit is contained in:
Jan Tuomi
2019-03-13 12:35:37 +02:00
parent 7d81dd0281
commit e912f89e5f
12 changed files with 67 additions and 31 deletions
+3 -12
View File
@@ -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;
}
}