2015-11-23 16:07:19 +00:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
/* govuk_frontend_toolkit includes */
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
|
|
|
font-family: GDS-Logo;
|
|
|
|
|
|
src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica");
|
|
|
|
|
|
}
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
|
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */
|
2015-12-10 17:33:01 +00:00
|
|
|
|
#global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-links:after, #footer .footer-wrapper:after, #footer .footer-meta:after {
|
|
|
|
|
|
content: "";
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */
|
2015-12-10 17:33:01 +00:00
|
|
|
|
#global-header-bar, #global-cookie-message p {
|
2015-11-23 16:07:19 +00:00
|
|
|
|
max-width: 960px;
|
|
|
|
|
|
margin: 0 15px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */
|
2015-12-10 17:33:01 +00:00
|
|
|
|
#global-header-bar, #global-cookie-message p {
|
2015-11-23 16:07:19 +00:00
|
|
|
|
margin: 0 30px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 1020px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */
|
2015-12-10 17:33:01 +00:00
|
|
|
|
#global-header-bar, #global-cookie-message p {
|
2015-11-23 16:07:19 +00:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 17:33:01 +00:00
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
2015-11-23 16:07:19 +00:00
|
|
|
|
}
|
2015-12-10 17:33:01 +00:00
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
2015-11-23 16:07:19 +00:00
|
|
|
|
}
|
2015-12-10 17:33:01 +00:00
|
|
|
|
/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */
|
|
|
|
|
|
#global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links:after, #footer .footer-wrapper:after, #footer .footer-meta:after {
|
2015-11-23 16:07:19 +00:00
|
|
|
|
content: "";
|
|
|
|
|
|
display: block;
|
2015-12-10 17:33:01 +00:00
|
|
|
|
clear: both;
|
2015-11-23 16:07:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 17:33:01 +00:00
|
|
|
|
@-ms-viewport {
|
|
|
|
|
|
width: device-width;
|
2015-11-23 16:07:19 +00:00
|
|
|
|
}
|
2015-12-10 17:33:01 +00:00
|
|
|
|
@-o-viewport {
|
|
|
|
|
|
width: device-width;
|
2015-11-23 16:07:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
/* local styleguide includes */
|
|
|
|
|
|
/* Old depricated greys, new things should use the toolkit greys */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 1, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
html, body, button, input, table, td, th {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, nav, section {
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 11, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
main {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 16, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.group:before,
|
|
|
|
|
|
.group:after {
|
|
|
|
|
|
content: "\0020";
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.group:after {
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 27, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.group {
|
|
|
|
|
|
zoom: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 32, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.content-fixed {
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 36, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.shim {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* 1. Prevents iOS text size adjust after orientation change, without disabling
|
|
|
|
|
|
* user zoom.
|
|
|
|
|
|
*/
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 44, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
html {
|
|
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
|
|
/* 1 */
|
|
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
|
|
/* 1 */
|
|
|
|
|
|
background-color: #DEE0E2;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
Force the scrollbar to always display in IE10/11
|
|
|
|
|
|
*/
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
html {
|
|
|
|
|
|
-ms-overflow-style: scrollbar;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
body {
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
color: #0b0c0c;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 67, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
ol, ul, nav ol, nav ul {
|
|
|
|
|
|
list-style: inherit;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 71, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
fieldset {
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 76, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a:link {
|
|
|
|
|
|
color: #005ea5;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 80, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a:visited {
|
|
|
|
|
|
color: #4c2c92;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 84, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a:hover {
|
|
|
|
|
|
color: #2e8aca;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 88, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a:active {
|
|
|
|
|
|
color: #2e8aca;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 290, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:after {
|
2015-12-10 17:33:01 +00:00
|
|
|
|
background-image: image-url("external-links/external-link.png");
|
2015-11-23 16:07:19 +00:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 290, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:after {
|
2015-12-10 17:33:01 +00:00
|
|
|
|
background-image: image-url("external-links/external-link-24x24.png");
|
2015-11-23 16:07:19 +00:00
|
|
|
|
background-size: 12px 400px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 231, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:after {
|
|
|
|
|
|
content: " ";
|
|
|
|
|
|
background-position: right 6px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 240, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:hover:after {
|
|
|
|
|
|
background-position: right -382px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (max-width: 640px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 231, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:after {
|
|
|
|
|
|
content: " ";
|
|
|
|
|
|
background-position: right 3px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 240, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a[rel="external"]:hover:after {
|
|
|
|
|
|
background-position: right -385px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 231, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.external-link:after {
|
|
|
|
|
|
content: " ";
|
|
|
|
|
|
background-position: right 0px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 240, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.external-link:hover:after {
|
|
|
|
|
|
background-position: right 0px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 302, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.external-link:after {
|
2015-12-10 17:33:01 +00:00
|
|
|
|
background-image: image-url("external-links/external-link-black-12x12.png");
|
2015-11-23 16:07:19 +00:00
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 302, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.external-link:after {
|
2015-12-10 17:33:01 +00:00
|
|
|
|
background-image: image-url("external-links/external-link-black-24x24.png");
|
2015-11-23 16:07:19 +00:00
|
|
|
|
background-size: 12px 400px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
|
|
|
|
|
|
* http://clagnut.com/blog/348/#c790
|
|
|
|
|
|
* note - font-size reduced to 62.5% to allow simple rem/px font-sizing and fallback
|
|
|
|
|
|
* http://snook.ca/archives/html_and_css/font-size-with-rem
|
|
|
|
|
|
* 2. Keeps page centred in all browsers regardless of content height
|
|
|
|
|
|
* 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
|
|
|
|
|
|
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
|
|
|
|
|
|
*/
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 117, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
html {
|
|
|
|
|
|
font-size: 62.5%;
|
|
|
|
|
|
/* 1 */
|
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
/* 2 */
|
|
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
|
|
/* 3 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* 1. Font-size increased to compensate for change to html element font-size in
|
|
|
|
|
|
* order to support beta typography which was set in ems
|
|
|
|
|
|
* (62.5% * 160% = 100%)
|
|
|
|
|
|
* 2. Addresses margins handled incorrectly in IE6/7
|
|
|
|
|
|
*/
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 130, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
body {
|
|
|
|
|
|
font-size: 160%;
|
|
|
|
|
|
/* 1 */
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
/* 2 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 135, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
b,
|
|
|
|
|
|
strong {
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 140, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
img {
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 150, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
abbr[title] {
|
|
|
|
|
|
cursor: help;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
|
|
|
|
|
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
|
|
|
|
|
* (include `-moz` to future-proof).
|
|
|
|
|
|
*/
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 160, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
input[type="search"] {
|
|
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
|
|
/* 1 */
|
|
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
|
|
/* 2 */
|
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 166, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
|
|
-webkit-appearance: searchfield-cancel-button;
|
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 171, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* For image replacement */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 2, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.ir {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
text-indent: -999em;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
direction: ltr;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 10, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.ir br {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Hide for both screenreaders and browsers */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 16, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.hidden {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Hide only visually, but have it available for screenreaders */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.visually-hidden,
|
|
|
|
|
|
.visuallyhidden {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: -9999em;
|
|
|
|
|
|
/*
|
|
|
|
|
|
* Extends the .visuallyhidden class to allow the element to be
|
|
|
|
|
|
* focusable when navigated to via the keyboard
|
|
|
|
|
|
*/
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 31, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.visually-hidden.focusable:active, .visually-hidden.focusable:focus,
|
|
|
|
|
|
.visuallyhidden.focusable:active,
|
|
|
|
|
|
.visuallyhidden.focusable:focus {
|
|
|
|
|
|
clip: auto;
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
position: static;
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Hide visually and from screenreaders, but maintain layout */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 43, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.invisible {
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Give a strong clear visual idea as to what is currently in focus */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 48, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a {
|
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
a:focus {
|
|
|
|
|
|
background-color: #ffbf47;
|
|
|
|
|
|
outline: 3px solid #ffbf47;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Make skiplinks visible when they are tabbed to */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 59, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.skiplink {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: -9999em;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 64, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.skiplink:focus {
|
|
|
|
|
|
position: static;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 68, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#skiplink-container {
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
background: #0b0c0c;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 72, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#skiplink-container div {
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
max-width: 1020px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 78, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#skiplink-container .skiplink {
|
|
|
|
|
|
display: -moz-inline-stack;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
margin: 0.75em 0 0 30px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 84, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
input:focus,
|
|
|
|
|
|
textarea:focus,
|
|
|
|
|
|
select:focus,
|
|
|
|
|
|
button:focus,
|
|
|
|
|
|
#global-header input:focus {
|
|
|
|
|
|
outline: 3px solid #ffbf47;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 93, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header h1 a:focus {
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header a:focus {
|
|
|
|
|
|
color: #0b0c0c;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* @import '_shims'; */
|
|
|
|
|
|
/* @import '_conditionals'; */
|
|
|
|
|
|
/* @import '_measurements'; */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header {
|
|
|
|
|
|
background-color: #0b0c0c;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper {
|
|
|
|
|
|
background-color: #0b0c0c;
|
|
|
|
|
|
max-width: 990px;
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
padding-top: 8px;
|
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper {
|
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 26, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper .header-global .header-logo {
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 26, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper .header-global .header-logo {
|
|
|
|
|
|
width: 33.33%;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 379px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 26, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper .header-global .header-logo {
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
float: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 38, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper .header-global .header-logo .content {
|
|
|
|
|
|
margin: 0 15px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 42, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-wrapper .header-global .header-logo {
|
|
|
|
|
|
margin: 5px 0 2px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 49, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header.with-proposition .header-wrapper .header-global {
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
width: 33.33%;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header.with-proposition .header-wrapper .header-global .header-logo,
|
|
|
|
|
|
#global-header.with-proposition .header-wrapper .header-global .site-search {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 60, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header.with-proposition .header-wrapper .header-proposition {
|
|
|
|
|
|
width: 66.66%;
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 65, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header.with-proposition .header-wrapper .header-proposition .content {
|
|
|
|
|
|
margin: 0 15px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 72, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header #logo {
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: -1px;
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
|
margin-bottom: -3px;
|
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
|
|
background: image-url("/static/images/gov.uk_logotype_crown.png") no-repeat;
|
|
|
|
|
|
background-size: 35px 31px;
|
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header #logo img {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: -2px;
|
|
|
|
|
|
width: 35px;
|
|
|
|
|
|
height: 31px;
|
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
display: inline;
|
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
/* visibility: hidden; */
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 115, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header #logo:hover, #global-header #logo:focus {
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 121, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header #logo:active {
|
|
|
|
|
|
color: #2b8cc4;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 125, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition {
|
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 125, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition {
|
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 130, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-name {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 130, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-name {
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 136, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a#proposition-name:hover {
|
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 139, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.14286;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
float: right;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 139, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 139, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 149, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu:hover {
|
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 152, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu:after {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
font-size: 8px;
|
|
|
|
|
|
height: 8px;
|
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
content: " \25BC";
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 160, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition a.menu.js-hidden:after {
|
|
|
|
|
|
content: " \25B2";
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 164, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-menu {
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 168, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-menu.no-proposition-name {
|
|
|
|
|
|
margin-top: 37px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 175, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links {
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
margin: 2px 0 0 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 182, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.js-enabled #global-header .header-proposition #proposition-link, .js-enabled
|
|
|
|
|
|
#global-header .header-proposition #proposition-links {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 182, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.js-enabled #global-header .header-proposition #proposition-link, .js-enabled
|
|
|
|
|
|
#global-header .header-proposition #proposition-links {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 187, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.js-enabled #global-header .header-proposition #proposition-link.js-visible, .js-enabled
|
|
|
|
|
|
#global-header .header-proposition #proposition-links.js-visible {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 192, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link li,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links li {
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
width: 50%;
|
|
|
|
|
|
padding: 3px 0;
|
|
|
|
|
|
border-bottom: 1px solid #2e3133;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 192, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link li,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links li {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
padding: 0 15px 0 0;
|
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 204, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link li.clear-child,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links li.clear-child {
|
|
|
|
|
|
clear: left;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 210, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a {
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 210, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a {
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.42857;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 210, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.14286;
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
line-height: 23px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) and (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 210, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 220, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a:hover,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a:hover {
|
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 223, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a.active,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a.active {
|
|
|
|
|
|
color: #1d8feb;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 226, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link a:focus,
|
|
|
|
|
|
#global-header .header-proposition #proposition-links a:focus {
|
|
|
|
|
|
color: #0b0c0c;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 232, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link {
|
|
|
|
|
|
float: right;
|
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 235, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.js-enabled #global-header .header-proposition #proposition-link {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 769px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 232, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header .header-proposition #proposition-link {
|
|
|
|
|
|
float: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Global header bar */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 247, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-header-bar {
|
|
|
|
|
|
height: 10px;
|
|
|
|
|
|
background-color: #005ea5;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Global cookie message */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 258, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
.js-enabled #global-cookie-message {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
/* shown with JS, always on for non-JS */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 262, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-cookie-message {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
background-color: #d5e8f3;
|
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 267, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-cookie-message p {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.14286;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 267, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#global-cookie-message p {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Global footer */
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 3, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer {
|
|
|
|
|
|
background-color: #DEE0E2;
|
|
|
|
|
|
border-top: 1px solid #a1acb2;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 7, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-wrapper {
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: 1020px;
|
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
background-color: #DEE0E2;
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 7, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-wrapper {
|
|
|
|
|
|
padding-top: 60px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer a {
|
|
|
|
|
|
color: #454a4c;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 20, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer a:hover {
|
|
|
|
|
|
color: #171819;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer h2 {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
color: #171819;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer h2 {
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 31, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer h2 a {
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 36, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta {
|
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
padding-bottom: 60px;
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
font-size: 0;
|
|
|
|
|
|
color: #454a4c;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 36, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta {
|
|
|
|
|
|
padding-left: 30px;
|
|
|
|
|
|
padding-right: 30px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 44, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 44, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner {
|
|
|
|
|
|
width: 75%;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner ul {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
margin: 0 0 1.5em 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner ul {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner ul {
|
|
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 69, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner ul li {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
margin: 0 15px 0 0;
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 81, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence {
|
|
|
|
|
|
clear: left;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 81, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence {
|
|
|
|
|
|
padding-left: 53px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 93, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence .logo {
|
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 93, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence .logo {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
width: 41px;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 104, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
width: 41px;
|
|
|
|
|
|
height: 17px;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-indent: -999em;
|
|
|
|
|
|
background: image-url("/static/images/open-government-licence.png") 0 0 no-repeat;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 104, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence .logo a {
|
|
|
|
|
|
background-image: image-url("/static/images/open-government-licence_2x.png");
|
|
|
|
|
|
background-size: 41px 17px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 118, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.14286;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding-top: 0.1em;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 118, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .footer-meta-inner .open-government-licence p {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 126, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright {
|
|
|
|
|
|
font-family: "nta", Arial, sans-serif;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.14286;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
text-transform: none;
|
|
|
|
|
|
margin: 30px 0 0 0;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 126, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 126, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
text-align: inherit;
|
|
|
|
|
|
width: 25%;
|
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright a {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
background-image: url("/static/images/govuk-crest.png");
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
background-position: 50% 0%;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
padding: 115px 0 0 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright a {
|
|
|
|
|
|
background-position: 100% 0%;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright a {
|
|
|
|
|
|
background-image: url("/static/images/govuk-crest-2x.png");
|
|
|
|
|
|
background-size: 125px 102px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 641px) {
|
2015-12-10 15:57:32 +00:00
|
|
|
|
/* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */
|
2015-11-23 16:07:19 +00:00
|
|
|
|
#footer .footer-meta .copyright a {
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|