mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Design showing opened service switcher
This commit is contained in:
committed by
Chris Hill-Scott
parent
6645f23def
commit
8dbf266e87
@@ -1,6 +1,6 @@
|
||||
.navigation {
|
||||
|
||||
padding: $gutter-half 0 0 0;
|
||||
padding: 3px 0 0 0;
|
||||
|
||||
li {
|
||||
@include core-16();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user