mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Added in bar containing service name, user name/link to profile and sign out
This commit is contained in:
committed by
Chris Hill-Scott
parent
6d12953cce
commit
884e4e8057
@@ -1,6 +1,6 @@
|
||||
.navigation {
|
||||
|
||||
padding: $gutter 0 0 0;
|
||||
padding: $gutter-half 0 0 0;
|
||||
|
||||
li {
|
||||
@include core-16();
|
||||
|
||||
43
app/assets/stylesheets/components/switcher.scss
Normal file
43
app/assets/stylesheets/components/switcher.scss
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
#user-bar {
|
||||
border-bottom: 1px solid #bfc1c3;
|
||||
max-width: 960px;
|
||||
margin: 0 15px;
|
||||
@include core-19();
|
||||
padding: 10px 0 8px 0;
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span a:hover {
|
||||
color: $link-hover-colour;
|
||||
}
|
||||
|
||||
}
|
||||
@media (min-width: 641px) {
|
||||
#user-bar {
|
||||
margin: 0 30px;
|
||||
line-height: 1.25; } }
|
||||
@media (min-width: 1020px) {
|
||||
#user-bar {
|
||||
margin: 0 auto; } }
|
||||
|
||||
|
||||
#service-switcher {
|
||||
}
|
||||
|
||||
#user-name {
|
||||
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
#user-admin {
|
||||
|
||||
}
|
||||
@media (min-width: 641px) {
|
||||
#user-admin {
|
||||
display: block;
|
||||
float: right;
|
||||
} }
|
||||
@@ -42,6 +42,7 @@
|
||||
@import 'components/banner';
|
||||
@import 'components/textbox';
|
||||
@import 'components/browse-list';
|
||||
@import 'components/switcher';
|
||||
|
||||
@import 'views/job';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user