Design showing opened service switcher

This commit is contained in:
Chris Heathcote
2016-01-11 15:53:50 +00:00
committed by Chris Hill-Scott
parent 6645f23def
commit 8dbf266e87
3 changed files with 44 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
.navigation {
padding: $gutter-half 0 0 0;
padding: 3px 0 0 0;
li {
@include core-16();

View File

@@ -29,15 +29,39 @@
}
#user-name {
margin: 0 20px 0 0;
}
#user-admin {
}
@media (min-width: 641px) {
#user-admin {
display: block;
float: right;
} }
} }
#service-nav {
// display: none;
@include core-19();
list-style: none;
ul li {
display: block;position: relative;float: left;
}
}
#service-arrow-right {
display:none;
}