Tweak the admin menu

This commit is contained in:
Thomas Sileo
2018-07-01 23:25:26 +02:00
parent 9332b348eb
commit 0c7c3ccae3
3 changed files with 36 additions and 9 deletions

View File

@@ -45,7 +45,30 @@ a:hover {
background: $primary-color;
color: $background-color;
}
#admin-menu {
list-style-type: none;
display: inline;
padding: 10px;
width: 720px;
margin:0 auto;
background: $color-menu-background;
color: $color-light;
border-radius-bottom-left: 2px;
border-radius-bottom-right: 2px;
.left { float: left; }
.right { float: right; }
li {
a { text-decoration: none; }
.admin-title {
text-transform: uppercase;
font-weight: bold;
}
padding-right:10px;
.selected, a:hover {
color: $primary-color;
}
}
}
#header {
margin-bottom: 70px;
@@ -69,7 +92,6 @@ a:hover {
padding: 0;
li {
float:left;
padding-right:10px;
margin-bottom:10px;
}
}