styling for staff quick links

staging
multiple creatures 2019-05-19 11:01:06 -05:00
parent f0466aec02
commit 181d9cd24b
1 changed files with 31 additions and 0 deletions

View File

@ -43,3 +43,34 @@ div.media-caption {
}
}
}
div.drawer__inner__admin {
margin-left: 10px;
h2 {
font-weight: 700;
font-size: 18px;
margin-bottom: 10px;
}
ul {
list-style-type: circle;
margin-left: 20px;
li {
margin-bottom: 4px;
}
}
a {
color: darken($secondary-text-color, 15%);
text-decoration: none;
padding: 0;
border-radius: 8px;
&:hover {
text-decoration: underline;
color: lighten($dark-text-color, 10%);
}
}
}