mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
This commit customises the margins of the first header on each page so that it lines up with the navigation.
49 lines
570 B
SCSS
49 lines
570 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;
|
|
}
|
|
|
|
.form-control-5em {
|
|
width: 100%;
|
|
|
|
@include media(tablet) {
|
|
width: 5em;
|
|
}
|
|
}
|
|
|
|
.column-main {
|
|
|
|
> .heading-large {
|
|
margin-top: $gutter;
|
|
}
|
|
|
|
}
|