mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
There’s an argument to be made that the beta label should only apply to the public-facing parts of services/platforms. Removing it from here means that we don’t need to deal with the hassle of how it fits into the navigation. If we have to bring it back then we could follow the banner example here instead: http://govuk-elements.herokuapp.com/alpha-beta-banners/#beta-banner
50 lines
816 B
SCSS
50 lines
816 B
SCSS
// Extra CSS overlaying elements
|
|
|
|
.form-control-2-3, .form-control-1-4 {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
font-family: "nta", Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.25;
|
|
font-weight: 400;
|
|
text-transform: none;
|
|
padding: 4px;
|
|
background-color: #fff;
|
|
border: 2px solid #6f777b;
|
|
}
|
|
|
|
@media (min-width: 641px) {
|
|
.form-control-2-3, .form-control-1-4 {
|
|
font-size: 19px;
|
|
line-height: 1.31579;
|
|
}
|
|
}
|
|
|
|
#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;
|
|
}
|