mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
- remove black border from banner - make banners have internal columns - make nav 2/3rd width, 19px text and more spaced out - only show the ‘restricted mode’ banner where it’s needed - rename ‘restricted mode’ to ‘trial mode’
33 lines
414 B
SCSS
33 lines
414 B
SCSS
// Extra CSS overlaying elements
|
|
|
|
#global-header-bar {
|
|
background-color: $red;
|
|
}
|
|
|
|
#global-header #logo {
|
|
white-space: nowrap;
|
|
font-size: 27px;
|
|
line-height: 32px;
|
|
|
|
img {
|
|
padding-right: 8px;
|
|
}
|
|
|
|
}
|
|
|
|
@include media(desktop) {
|
|
|
|
#proposition-menu {
|
|
float: right;
|
|
}
|
|
|
|
#global-header .header-proposition #proposition-links li {
|
|
padding: 0 0 0 15px;
|
|
}
|
|
|
|
}
|
|
|
|
a:visited {
|
|
color: $link-colour;
|
|
}
|