diff --git a/app/assets/stylesheets/components/template-picker.scss b/app/assets/stylesheets/components/template-picker.scss new file mode 100644 index 000000000..262f53b76 --- /dev/null +++ b/app/assets/stylesheets/components/template-picker.scss @@ -0,0 +1,15 @@ +.template-picker { + + &-name { + @include bold-19; + padding-left: 5px; + } + + &-option { + + input { + float: left; + } + + } +} diff --git a/app/assets/stylesheets/govuk_template/govuk-template.scss b/app/assets/stylesheets/govuk_template/govuk-template.scss index 437f03a0e..bebebe5a2 100644 --- a/app/assets/stylesheets/govuk_template/govuk-template.scss +++ b/app/assets/stylesheets/govuk_template/govuk-template.scss @@ -7,10 +7,6 @@ @import "../govuk_frontend_toolkit/stylesheets/grid_layout"; @import "../govuk_frontend_toolkit/stylesheets/design-patterns/_buttons"; -// Edited version of govuk_elements repo -// https://github.com/alphagov/govuk_elements -@import "../govuk_elements/main"; - /* local styleguide includes */ @import "styleguide/colours"; @import "styleguide/conditionals2"; @@ -20,6 +16,3 @@ @import "accessibility"; @import "header"; @import "footer"; - -// Extra CSS for this application -@import "../app"; diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 3a8fdfc4b..ebe01c9ec 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -1,33 +1,35 @@ // Edited version of govuk_frontend_toolkit // https://github.com/alphagov/govuk_frontend_toolkit/ -@import "govuk_frontend_toolkit/stylesheets/_conditionals.scss"; +@import "govuk_frontend_toolkit/stylesheets/conditionals"; @import "govuk_frontend_toolkit/stylesheets/shims"; @import "govuk_frontend_toolkit/stylesheets/measurements"; @import "govuk_frontend_toolkit/stylesheets/css3"; @import "govuk_frontend_toolkit/stylesheets/colours"; @import "govuk_frontend_toolkit/stylesheets/typography"; @import "govuk_frontend_toolkit/stylesheets/grid_layout"; +@import "govuk_frontend_toolkit/stylesheets/helpers"; @import "govuk_frontend_toolkit/stylesheets/url-helpers"; @import "govuk_frontend_toolkit/stylesheets/design-patterns/buttons"; @import "govuk_frontend_toolkit/stylesheets/design-patterns/alpha-beta"; // Edited version of govuk_elements repo // https://github.com/alphagov/govuk_elements -@import "govuk_elements/elements/reset"; -@import "govuk_elements/elements/buttons"; -@import "govuk_elements/elements/details"; -@import "govuk_elements/elements/elements-typography"; -@import "govuk_elements/elements/forms"; -@import "govuk_elements/elements/helpers"; -@import "govuk_elements/elements/icons"; -@import "govuk_elements/elements/layout"; -@import "govuk_elements/elements/lists"; -@import "govuk_elements/elements/panels"; -@import "govuk_elements/elements/tables"; +@import "govuk_elements/public/sass/elements/helpers"; +@import "govuk_elements/public/sass/elements/reset"; +@import "govuk_elements/public/sass/elements/buttons"; +@import "govuk_elements/public/sass/elements/details"; +@import "govuk_elements/public/sass/elements/elements-typography"; +@import "govuk_elements/public/sass/elements/forms"; +@import "govuk_elements/public/sass/elements/icons"; +@import "govuk_elements/public/sass/elements/layout"; +@import "govuk_elements/public/sass/elements/lists"; +@import "govuk_elements/public/sass/elements/panels"; +@import "govuk_elements/public/sass/elements/tables"; // Extra CSS for this application @import "components/sms-message"; @import "components/placeholder"; -// // // sxx -// Break this up +@import "components/template-picker"; + +// Break this uq @import "app"; diff --git a/app/static/stylesheets/govuk-template.css b/app/static/stylesheets/govuk-template.css index e03b9c93a..ebda91bf9 100644 --- a/app/static/stylesheets/govuk-template.css +++ b/app/static/stylesheets/govuk-template.css @@ -29,7 +29,7 @@ width: device-width; } /* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */ -.grid-row:after, #global-breadcrumb:after, #content:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, #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-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 { content: ""; display: block; @@ -37,28 +37,23 @@ } /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ -#content, #global-header-bar, #global-cookie-message p { +#global-header-bar, #global-cookie-message p { max-width: 960px; margin: 0 15px; } @media (min-width: 641px) { /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ - #content, #global-header-bar, #global-cookie-message p { + #global-header-bar, #global-cookie-message p { margin: 0 30px; } } @media (min-width: 1020px) { /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ - #content, #global-header-bar, #global-cookie-message p { + #global-header-bar, #global-cookie-message p { margin: 0 auto; } } -/* line 60, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ -.grid-row, #global-breadcrumb { - margin: 0 -15px; -} - @-ms-viewport { width: device-width; } @@ -66,7 +61,7 @@ width: device-width; } /* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */ -.grid-row:after, #global-breadcrumb:after, #content:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, #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-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 { content: ""; display: block; @@ -79,1894 +74,6 @@ @-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; -} -/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */ -.grid-row:after, #global-breadcrumb:after, #content:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, #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 { - content: ""; - display: block; - clear: both; -} - -@-ms-viewport { - width: device-width; -} -@-o-viewport { - width: device-width; -} -@-ms-viewport { - width: device-width; -} -@-o-viewport { - width: device-width; -} -/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */ -.grid-row:after, #global-breadcrumb:after, #content:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, #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 { - content: ""; - display: block; - clear: both; -} - -/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ -#content, #global-header-bar, #global-cookie-message p { - max-width: 960px; - margin: 0 15px; -} -@media (min-width: 641px) { - /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ - #content, #global-header-bar, #global-cookie-message p { - margin: 0 30px; - } -} -@media (min-width: 1020px) { - /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ - #content, #global-header-bar, #global-cookie-message p { - margin: 0 auto; - } -} - -/* line 60, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ -.grid-row, #global-breadcrumb { - margin: 0 -15px; -} - -@-ms-viewport { - width: device-width; -} -@-o-viewport { - width: device-width; -} -/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss */ -.grid-row:after, #global-breadcrumb:after, #content:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, #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 { - content: ""; - display: block; - clear: both; -} - -@-ms-viewport { - width: device-width; -} -@-o-viewport { - width: device-width; -} -/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ -.example-highlight-grid .grid-row { - background: #bfc1c3; -} -/* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ -.example-highlight-grid .column-highlight { - background: #dee0e2; - width: 100%; -} - -/* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ -.visuallyhidden { - position: absolute; - overflow: hidden; - clip: rect(0 0 0 0); - height: 1px; - width: 1px; - margin: -1px; - padding: 0; - border: 0; -} - -/* line 42, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ -.js-enabled .js-hidden { - display: none; -} - -/* Borrowed from http://meyerweb.com/eric/tools/css/reset/ */ -/* line 6, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_reset.scss */ -div, span, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark { - border: none; - margin: 0; - padding: 0; -} - -/* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_reset.scss */ -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -input, textarea, -table, caption, tbody, tfoot, thead, tr, th, td { - font-size: inherit; - font-family: inherit; - line-height: inherit; - font-weight: normal; -} - -/* line 7, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -main { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 400; - text-transform: none; - -webkit-font-smoothing: antialiased; -} -@media (min-width: 641px) { - /* line 7, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - main { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 13, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-xxlarge { - font-family: "nta", Arial, sans-serif; - font-size: 53px; - line-height: 1.03774; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 13, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-xxlarge { - font-size: 80px; - line-height: 1; - } -} - -/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-xlarge { - font-family: "nta", Arial, sans-serif; - font-size: 32px; - line-height: 1.09375; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-xlarge { - font-size: 48px; - line-height: 1.04167; - } -} - -/* line 21, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-large { - font-family: "nta", Arial, sans-serif; - font-size: 24px; - line-height: 1.04167; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 21, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-large { - font-size: 36px; - line-height: 1.11111; - } -} - -/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-medium { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-medium { - font-size: 24px; - line-height: 1.25; - } -} - -/* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-small { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-small { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 33, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.font-xsmall { - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 33, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .font-xsmall { - font-size: 16px; - line-height: 1.25; - } -} - -/* line 38, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-xxlarge { - font-family: "nta", Arial, sans-serif; - font-size: 53px; - line-height: 1.03774; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 38, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-xxlarge { - font-size: 80px; - line-height: 1; - } -} - -/* line 42, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-xlarge { - font-family: "nta", Arial, sans-serif; - font-size: 32px; - line-height: 1.09375; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 42, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-xlarge { - font-size: 48px; - line-height: 1.04167; - } -} - -/* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-large { - font-family: "nta", Arial, sans-serif; - font-size: 24px; - line-height: 1.04167; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 46, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-large { - font-size: 36px; - line-height: 1.11111; - } -} - -/* line 50, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-medium { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 50, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-medium { - font-size: 24px; - line-height: 1.25; - } -} - -/* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-small { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-small { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.bold-xsmall { - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 58, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .bold-xsmall { - font-size: 16px; - line-height: 1.25; - } -} - -/* line 67, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-xlarge { - font-family: "nta", Arial, sans-serif; - font-size: 32px; - line-height: 1.09375; - font-weight: 700; - text-transform: none; - margin-top: 0.46875em; - margin-bottom: 0.9375em; -} -@media (min-width: 641px) { - /* line 67, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-xlarge { - font-size: 48px; - line-height: 1.04167; - } -} -@media (min-width: 641px) { - /* line 67, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-xlarge { - margin-top: 0.625em; - margin-bottom: 1.25em; - } -} -/* line 78, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-xlarge .heading-secondary { - font-family: "nta", Arial, sans-serif; - font-size: 20px; - line-height: 1.11111; - font-weight: 400; - text-transform: none; - padding-top: 8px; - padding-bottom: 7px; - display: block; - color: #6f777b; -} -@media (min-width: 641px) { - /* line 78, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-xlarge .heading-secondary { - font-size: 27px; - line-height: 1.11111; - } -} -@media (min-width: 641px) { - /* line 78, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-xlarge .heading-secondary { - padding-top: 4px; - padding-bottom: 6px; - } -} - -/* line 87, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-large { - font-family: "nta", Arial, sans-serif; - font-size: 24px; - line-height: 1.04167; - font-weight: 700; - text-transform: none; - margin-top: 1.04167em; - margin-bottom: 0.41667em; -} -@media (min-width: 641px) { - /* line 87, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-large { - font-size: 36px; - line-height: 1.11111; - } -} -@media (min-width: 641px) { - /* line 87, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-large { - margin-top: 1.25em; - margin-bottom: 0.55556em; - } -} -/* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-large .heading-secondary { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 400; - text-transform: none; - padding-top: 9px; - padding-bottom: 6px; - display: block; - color: #6f777b; -} -@media (min-width: 641px) { - /* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-large .heading-secondary { - font-size: 24px; - line-height: 1.25; - } -} -@media (min-width: 641px) { - /* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-large .heading-secondary { - padding-top: 6px; - padding-bottom: 4px; - } -} - -/* line 107, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-medium { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 700; - text-transform: none; - margin-top: 1.25em; - margin-bottom: 0.5em; -} -@media (min-width: 641px) { - /* line 107, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-medium { - font-size: 24px; - line-height: 1.25; - } -} -@media (min-width: 641px) { - /* line 107, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-medium { - margin-top: 1.875em; - margin-bottom: 0.83333em; - } -} - -/* line 120, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.heading-small { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 700; - text-transform: none; - margin-top: 0.625em; - margin-bottom: 0.3125em; -} -@media (min-width: 641px) { - /* line 120, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-small { - font-size: 19px; - line-height: 1.31579; - } -} -@media (min-width: 641px) { - /* line 120, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .heading-small { - margin-top: 1.05263em; - } -} - -/* line 133, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -p { - margin-top: 0.3125em; - margin-bottom: 1.25em; -} -@media (min-width: 641px) { - /* line 133, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - p { - margin-top: 0.26316em; - margin-bottom: 1.05263em; - } -} - -/* line 145, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.lede { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 145, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .lede { - font-size: 24px; - line-height: 1.25; - } -} - -/* line 151, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.text { - max-width: 30em; -} - -/* line 155, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.text-secondary { - color: #6f777b; -} - -/* line 160, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link { - color: #005ea5; - text-decoration: underline; -} - -/* line 165, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link:visited { - color: #4c2c92; -} - -/* line 169, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link:hover { - color: #2e8aca; -} - -/* line 173, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link:active { - color: #005ea5; -} - -/* line 179, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link-back { - display: -moz-inline-stack; - display: inline-block; - position: relative; - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; - margin-top: 15px; - margin-bottom: 15px; - padding-left: 14px; - color: #0b0c0c; - text-decoration: none; - border-bottom: 1px solid #0b0c0c; -} -@media (min-width: 641px) { - /* line 179, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .link-back { - font-size: 16px; - line-height: 1.25; - } -} -/* line 191, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link-back:link, .link-back:visited, .link-back:hover, .link-back:active { - color: #0b0c0c; -} -/* line 202, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.link-back::before { - content: ''; - display: block; - width: 0; - height: 0; - border-top: 5px solid transparent; - border-right: 6px solid #0b0c0c; - border-bottom: 5px solid transparent; - position: absolute; - left: 0; - top: 50%; - margin-top: -6px; -} -@-moz-document url-prefix() { - /* line 220, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ - .link-back::before { - border-top: 5px dotted rgba(255, 0, 0, 0); - border-bottom: 5px dotted rgba(255, 0, 0, 0); - } -} -/* line 237, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -.code { - color: black; - text-shadow: 0 1px white; - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - font-size: 14px; - direction: ltr; - text-align: left; - white-space: pre; - word-spacing: normal; - word-break: normal; - line-height: 1.5; - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; - -webkit-hyphens: none; - -moz-hyphens: none; - -ms-hyphens: none; - hyphens: none; - color: #0b0c0c; - background-color: #f8f8f8; - border: 1px solid #bfc1c3; - padding: 4px 4px 2px 4px; -} - -/* line 265, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ -hr { - display: block; - background: #bfc1c3; - border: 0; - height: 1px; - margin-top: 30px; - margin-bottom: 30px; - padding: 0; -} - -/* line 8, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -#content { - padding-bottom: 30px; -} -@media (min-width: 769px) { - /* line 8, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - #content { - padding-bottom: 90px; - } -} - -/* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -.phase-banner { - padding: 10px 0 8px 0; - border-bottom: 1px solid #bfc1c3; -} -@media (min-width: 641px) { - /* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - .phase-banner { - padding-bottom: 10px; - } -} -/* line 19, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ -.phase-banner p { - margin: 0; - color: #000; - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 19, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ - .phase-banner p { - font-size: 16px; - line-height: 1.25; - } -} -/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ -.phase-banner .phase-tag { - display: -moz-inline-stack; - display: inline-block; - vertical-align: top; - margin: 0 8px 0 0; - padding: 2px 5px 0; - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 700; - text-transform: none; - text-transform: uppercase; - letter-spacing: 1px; - text-decoration: none; - color: #fff; - background-color: #d53880; -} -@media (min-width: 641px) { - /* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ - .phase-banner .phase-tag { - vertical-align: baseline; - } -} -@media (min-width: 641px) { - /* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ - .phase-banner .phase-tag { - font-size: 16px; - line-height: 1.25; - } -} -/* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ -.phase-banner span { - vertical-align: top; -} -@media (min-width: 641px) { - /* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ - .phase-banner span { - vertical-align: baseline; - } -} - -/* line 49, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -.column-quarter { - padding: 0 15px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -@media (min-width: 641px) { - /* line 49, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - .column-quarter { - float: left; - width: 25%; - } -} - -/* line 53, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -.column-half { - padding: 0 15px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -@media (min-width: 641px) { - /* line 53, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - .column-half { - float: left; - width: 50%; - } -} - -/* line 57, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -.column-third { - padding: 0 15px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -@media (min-width: 641px) { - /* line 57, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - .column-third { - float: left; - width: 33.33333%; - } -} - -/* line 61, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ -.column-two-thirds { - padding: 0 15px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -@media (min-width: 641px) { - /* line 61, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ - .column-two-thirds { - float: left; - width: 66.66667%; - } -} - -/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -fieldset { - width: 100%; -} - -/* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -textarea { - display: block; -} - -/* line 39, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-group { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - float: left; - width: 100%; - margin-bottom: 15px; -} -@media (min-width: 641px) { - /* line 39, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-group { - margin-bottom: 30px; - } -} - -/* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-group-related { - margin-bottom: 10px; -} -@media (min-width: 641px) { - /* line 54, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-group-related { - margin-bottom: 20px; - } -} - -/* line 63, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-group-compound { - margin-bottom: 10px; -} - -/* line 73, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-label, -.form-label-bold { - display: block; - color: #0b0c0c; -} - -/* line 79, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-label { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 400; - text-transform: none; -} -@media (min-width: 641px) { - /* line 79, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-label { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 83, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-label-bold { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 700; - text-transform: none; -} -@media (min-width: 641px) { - /* line 83, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-label-bold { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 89, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -legend .form-label, -legend .form-label-bold { - padding-bottom: 7px; -} - -/* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.error legend .form-label, -.error legend .form-label-bold { - padding-bottom: 0; -} - -/* line 105, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-block { - float: left; - width: 100%; - margin-top: -5px; - margin-bottom: 5px; -} -@media (min-width: 641px) { - /* line 105, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-block { - margin-top: 0; - margin-bottom: 10px; - } -} - -/* line 123, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-hint { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 400; - text-transform: none; - display: block; - color: #6f777b; - font-weight: normal; - margin-bottom: 5px; -} -@media (min-width: 641px) { - /* line 123, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-hint { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 137, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control { - -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; - width: 100%; - padding: 4px; - background-color: #fff; - border: 2px solid #6f777b; -} -@media (min-width: 641px) { - /* line 137, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control { - font-size: 19px; - line-height: 1.31579; - } -} -@media (min-width: 641px) { - /* line 137, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control { - width: 50%; - } -} - -/* line 155, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-radio { - display: block; - margin: 10px 0; -} -/* line 159, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-radio input { - vertical-align: middle; - margin: -4px 5px 0 0; -} - -/* line 166, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-checkbox { - display: block; - margin: 15px 0; -} -/* line 170, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-checkbox input { - vertical-align: middle; - margin: -2px 5px 0 0; -} - -/* line 183, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-3-4 { - width: 100%; -} -@media (min-width: 641px) { - /* line 183, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-3-4 { - width: 75%; - } -} - -/* line 191, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-2-3 { - width: 100%; -} -@media (min-width: 641px) { - /* line 191, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-2-3 { - width: 66.66%; - } -} - -/* line 198, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-1-2 { - width: 100%; -} -@media (min-width: 641px) { - /* line 198, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-1-2 { - width: 50%; - } -} - -/* line 206, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-1-3 { - width: 100%; -} -@media (min-width: 641px) { - /* line 206, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-1-3 { - width: 33.33%; - } -} - -/* line 213, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-1-4 { - width: 100%; -} -@media (min-width: 641px) { - /* line 213, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-1-4 { - width: 25%; - } -} - -/* line 220, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ -.form-control-1-8 { - width: 100%; -} -@media (min-width: 641px) { - /* line 220, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ - .form-control-1-8 { - width: 12.5%; - } -} - -/* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.block-label { - display: block; - float: none; - clear: left; - position: relative; - background: #dee0e2; - border: 1px solid #dee0e2; - padding: 18px 30px 15px 54px; - margin-bottom: 10px; - cursor: pointer; -} -@media (min-width: 641px) { - /* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ - .block-label { - float: left; - } -} -/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.block-label input { - position: absolute; - top: 15px; - left: 15px; - cursor: pointer; - margin: 0; - width: 29px; - height: 29px; -} -/* line 39, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.block-label:hover { - border-color: #0b0c0c; -} - -/* line 44, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.block-label:last-child { - margin-bottom: 0; -} - -/* line 49, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.inline .block-label { - clear: none; - margin-right: 10px; -} - -/* line 57, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.js-enabled label.selected { - background: #fff; - border-color: #0b0c0c; -} - -/* line 63, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.js-enabled label.focused { - outline: 3px solid #ffbf47; -} - -/* line 68, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ -.js-enabled .focused input:focus { - outline: none; -} - -/* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none; - margin: 0; -} - -/* line 11, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -input[type=number] { - -moz-appearance: textfield; -} - -/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -.form-date .form-group { - float: left; - width: 50px; - margin-right: 20px; - margin-bottom: 0; - clear: none; -} -/* line 25, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -.form-date .form-group label { - display: block; - margin-bottom: 5px; -} -/* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -.form-date .form-group input { - width: 100%; -} -/* line 35, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ -.form-date .form-group-year { - width: 70px; -} - -/* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error { - margin-right: 15px; -} -/* line 12, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error .error-message { - color: #b10e1e; - font-weight: bold; -} -/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error .form-control { - border: 4px solid #b10e1e; -} -/* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error .form-hint { - margin-bottom: 0; -} - -/* line 28, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error, -.error-summary { - border-left: 4px solid #b10e1e; - padding-left: 10px; -} -@media (min-width: 641px) { - /* line 28, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ - .error, - .error-summary { - border-left: 5px solid #b10e1e; - padding-left: 15px; - } -} - -/* line 41, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-message { - font-family: "nta", Arial, sans-serif; - font-size: 16px; - line-height: 1.25; - font-weight: 400; - text-transform: none; - display: block; - clear: both; - margin: 0; - padding: 5px 0 7px 0; -} -@media (min-width: 641px) { - /* line 41, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ - .error-message { - font-size: 19px; - line-height: 1.31579; - } -} - -/* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary { - border: 4px solid #b10e1e; - margin-top: 15px; - margin-bottom: 15px; - padding: 15px 10px; -} -@media (min-width: 641px) { - /* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ - .error-summary { - border: 5px solid #b10e1e; - margin-top: 30px; - margin-bottom: 30px; - padding: 20px 15px 15px 15px; - } -} -/* line 76, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary:focus { - outline: 3px solid #ffbf47; -} -/* line 80, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary .error-summary-heading { - margin-top: 0; -} -/* line 84, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary p { - margin-bottom: 10px; -} -/* line 88, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary .error-summary-list { - padding-left: 0; -} -@media (min-width: 641px) { - /* line 91, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ - .error-summary .error-summary-list li { - margin-bottom: 5px; - } -} -/* line 98, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ -.error-summary .error-summary-list a { - color: #b10e1e; - font-weight: bold; - text-decoration: underline; -} - -/* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ -table { - border-collapse: collapse; - border-spacing: 0; - width: 100%; -} -/* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ -table th, -table td { - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; - padding: 0.75em 1.25em 0.5625em 0; - text-align: left; - color: #0b0c0c; - border-bottom: 1px solid #bfc1c3; -} -@media (min-width: 641px) { - /* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ - table th, - table td { - font-size: 16px; - line-height: 1.25; - } -} -/* line 19, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ -table th { - font-weight: 700; -} -/* line 22, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ -table th.numeric { - text-align: right; -} -/* line 28, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ -table td.numeric { - font-family: "ntatabularnumbers", "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; - text-align: right; -} -@media (min-width: 641px) { - /* line 28, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ - table td.numeric { - font-size: 16px; - line-height: 1.25; - } -} - -/* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ -ul, -ol { - list-style-type: none; - padding: 0; -} - -/* line 11, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ -.list-bullet { - list-style-type: disc; - padding-left: 20px; -} - -/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ -.list-number { - list-style-type: decimal; - padding-left: 20px; -} - -/* line 26, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ -.list-bullet, -.list-number { - margin-top: 5px; - margin-bottom: 20px; -} - -/* line 32, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ -.list-bullet li, -.list-number li { - margin-bottom: 5px; -} - -/* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details { - display: block; -} -/* line 7, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details summary { - display: inline-block; - color: #005ea5; - cursor: pointer; - position: relative; - margin-bottom: 0.26316em; -} -/* line 14, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details summary:hover { - color: #2e8aca; -} -/* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details summary:focus { - outline: 3px solid #ffbf47; -} -/* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details .summary { - text-decoration: underline; -} -/* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ -details .arrow { - margin-right: .35em; - font-style: normal; -} - -/* line 5, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ -.panel-indent { - clear: both; - border-left: 5px solid #bfc1c3; - padding: 0.78947em; - margin-bottom: 0.78947em; -} -/* line 13, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ -.panel-indent :first-child { - margin-top: 0; -} -/* line 17, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ -.panel-indent :only-child, -.panel-indent :last-child { - margin-bottom: 0; -} - -/* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ -.panel-indent-info { - border-left-width: 10px; -} - -/* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ -.form-group .panel-indent { - padding-bottom: 0; -} - -/* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button { - background-color: #00823b; - position: relative; - display: -moz-inline-stack; - display: inline-block; - padding: 0.3em 0.6em 0.2em 0.6em; - border: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - -webkit-appearance: none; - -webkit-box-shadow: 0 2px 0 #003618; - -moz-box-shadow: 0 2px 0 #003618; - box-shadow: 0 2px 0 #003618; - font-size: 1em; - line-height: 1.25; - text-decoration: none; - -webkit-font-smoothing: antialiased; - cursor: pointer; - color: #fff; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - margin: 0 15px 15px 0; - padding: 0.52632em 0.78947em 0.26316em 0.78947em; - vertical-align: top; -} -/* line 49, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:visited { - background-color: #00823b; -} -/* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:hover, .button:focus { - background-color: #00692f; -} -/* line 56, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:active { - top: 2px; - -webkit-box-shadow: 0 0 0 #00823b; - -moz-box-shadow: 0 0 0 #00823b; - box-shadow: 0 0 0 #00823b; -} -/* line 62, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button.disabled, .button[disabled="disabled"], .button[disabled] { - zoom: 1; - filter: alpha(opacity=50); - opacity: 0.5; -} -/* line 66, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button.disabled:hover, .button[disabled="disabled"]:hover, .button[disabled]:hover { - cursor: default; - background-color: #00823b; -} -/* line 70, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button.disabled:active, .button[disabled="disabled"]:active, .button[disabled]:active { - top: 0; - -webkit-box-shadow: 0 2px 0 #003618; - -moz-box-shadow: 0 2px 0 #003618; - box-shadow: 0 2px 0 #003618; -} -/* line 82, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:link, .button:hover, .button:focus, .button:visited { - color: #fff; -} -/* line 100, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:before { - content: ""; - height: 110%; - width: 100%; - display: block; - background: transparent; - position: absolute; - top: 0; - left: 0; -} -/* line 110, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button:active:before { - top: -10%; - height: 120%; -} -/* line 123, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ -.button[rel="external"]:after { - display: none; - content: none; - margin-left: 0; - margin-right: 0; -} -@media (max-width: 640px) { - /* line 4, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ - .button { - width: 100%; - } -} - -/* line 16, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button::-moz-focus-inner { - border: 0; - padding: 0; -} - -/* line 21, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button:focus { - outline: 3px solid #ffbf47; -} - -/* line 26, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button[disabled="disabled"] { - background: #00823b; -} - -/* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button[disabled="disabled"]:focus { - outline: none; -} - -/* line 35, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ -.button-start, -.button-get-started { - font-family: "nta", Arial, sans-serif; - font-size: 18px; - line-height: 1.2; - font-weight: 700; - text-transform: none; - background-image: url("/public/images/icons/icon-pointer.png"); - background-repeat: no-repeat; - background-position: 100% 50%; - padding: 0.36842em 2.15789em 0.21053em 0.84211em; -} -@media (min-width: 641px) { - /* line 35, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ - .button-start, - .button-get-started { - font-size: 24px; - line-height: 1.25; - } -} -@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) { - /* line 35, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ - .button-start, - .button-get-started { - background-image: url("/public/images/icons/icon-pointer-2x.png"); - background-size: 30px 19px; - } -} - -/* line 3, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon { - background-position: 0 0; - background-repeat: no-repeat; -} - -/* line 8, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-calendar { - width: 27px; - height: 27px; - background-image: url("/public/images/icons/icon-calendar.png"); -} -@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) { - /* line 8, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-calendar { - background-image: url("/public/images/icons/icon-calendar-2x.png"); - background-size: 100%; - } -} - -/* line 19, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-download { - width: 30px; - height: 39px; - background-image: url("/public/images/icons/icon-file-download.png"); -} -@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) { - /* line 19, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-download { - background-image: url("/public/images/icons/icon-file-download-2x.png"); - background-size: 100%; - } -} - -/* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-important { - width: 34px; - height: 34px; - background-image: url("/public/images/icons/icon-important.png"); -} -@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) { - /* line 30, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-important { - background-image: url("/public/images/icons/icon-important-2x.png"); - background-size: 100%; - } -} - -/* line 41, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-information { - width: 27px; - height: 27px; - background-image: url("/public/images/icons/icon-information.png"); -} -@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) { - /* line 41, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-information { - background-image: url("/public/images/icons/icon-information-2x.png"); - background-size: 100%; - } -} - -/* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-locator { - width: 26px; - height: 36px; - background-image: url("/public/images/icons/icon-locator.png"); -} -@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) { - /* line 52, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-locator { - background-image: url("/public/images/icons/icon-locator-2x.png"); - background-size: 100%; - } -} - -/* line 63, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-search { - width: 30px; - height: 22px; - background-color: #0b0c0c; - background-image: url("/public/images/icons/icon-search.png"); -} -@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) { - /* line 63, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-search { - background-image: url("/public/images/icons/icon-search-2x.png"); - background-size: 100%; - } -} - -/* line 76, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-pointer { - width: 30px; - height: 19px; - background-color: #0b0c0c; - background-image: url("/public/images/icons/icon-pointer.png"); -} -@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) { - /* line 76, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-pointer { - background-image: url("/public/images/icons/icon-pointer-2x.png"); - background-size: 100%; - } -} - -/* line 88, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-pointer-black { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-pointer-black.png"); -} -@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) { - /* line 88, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-pointer-black { - background-image: url("/public/images/icons/icon-pointer-black-2x.png"); - background-size: 100%; - } -} - -/* line 103, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-1 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-1.png"); -} -@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) { - /* line 103, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-1 { - background-image: url("/public/images/icons/icon-steps/icon-step-1-2x.png"); - background-size: 100%; - } -} - -/* line 114, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-2 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-2.png"); -} -@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) { - /* line 114, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-2 { - background-image: url("/public/images/icons/icon-steps/icon-step-2-2x.png"); - background-size: 100%; - } -} - -/* line 125, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-3 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-3.png"); -} -@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) { - /* line 125, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-3 { - background-image: url("/public/images/icons/icon-steps/icon-step-3-2x.png"); - background-size: 100%; - } -} - -/* line 136, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-4 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-4.png"); -} -@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) { - /* line 136, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-4 { - background-image: url("/public/images/icons/icon-steps/icon-step-4-2x.png"); - background-size: 100%; - } -} - -/* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-5 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-5.png"); -} -@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) { - /* line 147, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-5 { - background-image: url("/public/images/icons/icon-steps/icon-step-5-2x.png"); - background-size: 100%; - } -} - -/* line 158, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-6 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-6.png"); -} -@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) { - /* line 158, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-6 { - background-image: url("/public/images/icons/icon-steps/icon-step-6-2x.png"); - background-size: 100%; - } -} - -/* line 169, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-7 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-7.png"); -} -@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) { - /* line 169, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-7 { - background-image: url("/public/images/icons/icon-steps/icon-step-7-2x.png"); - background-size: 100%; - } -} - -/* line 180, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-8 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-8.png"); -} -@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) { - /* line 180, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-8 { - background-image: url("/public/images/icons/icon-steps/icon-step-8-2x.png"); - background-size: 100%; - } -} - -/* line 191, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-9 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-9.png"); -} -@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) { - /* line 191, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-9 { - background-image: url("/public/images/icons/icon-steps/icon-step-9-2x.png"); - background-size: 100%; - } -} - -/* line 202, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-10 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-10.png"); -} -@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) { - /* line 202, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-10 { - background-image: url("/public/images/icons/icon-steps/icon-step-10-2x.png"); - background-size: 100%; - } -} - -/* line 213, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-11 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-11.png"); -} -@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) { - /* line 213, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-11 { - background-image: url("/public/images/icons/icon-steps/icon-step-11-2x.png"); - background-size: 100%; - } -} - -/* line 224, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-12 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-12.png"); -} -@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) { - /* line 224, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-12 { - background-image: url("/public/images/icons/icon-steps/icon-step-12-2x.png"); - background-size: 100%; - } -} - -/* line 235, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ -.icon-step-13 { - width: 23px; - height: 23px; - background-image: url("/public/images/icons/icon-steps/icon-step-13.png"); -} -@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) { - /* line 235, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ - .icon-step-13 { - background-image: url("/public/images/icons/icon-steps/icon-step-13-2x.png"); - background-size: 100%; - } -} - -/* line 3, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_components.scss */ -.govuk-box-highlight { - margin: 1em 0 1em 0; - padding: 2em 0 1em 0; - color: #fff; - background: #28a197; - text-align: center; -} - -/* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ -#global-breadcrumb ol { - padding: 0 15px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding-top: 0.75em; - padding-bottom: 0.75em; -} -@media (min-width: 641px) { - /* line 9, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ - #global-breadcrumb ol { - float: left; - width: 100%; - } -} -/* line 15, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ -#global-breadcrumb ol li { - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 400; - text-transform: none; - float: left; - background-image: url("/public/images/separator.png"); - background-position: 100% 50%; - background-repeat: no-repeat; - list-style: none; - margin-right: 0.5em; - margin-bottom: 0.4em; - margin-left: 0; - padding-right: 1em; -} -@media (min-width: 641px) { - /* line 15, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ - #global-breadcrumb ol li { - font-size: 16px; - line-height: 1.25; - } -} -@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) { - /* line 15, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ - #global-breadcrumb ol li { - background-image: url("/public/images/separator-2x.png"); - background-size: 6px 11px; - } -} -/* line 36, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ -#global-breadcrumb ol li a { - color: #0b0c0c; -} -/* line 40, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ -#global-breadcrumb ol li strong { - font-weight: normal; -} -/* line 44, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ -#global-breadcrumb ol li:last-child { - background-image: none; - margin-right: 0; -} - /* local styleguide includes */ /* Old depricated greys, new things should use the toolkit greys */ /* line 1, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ @@ -2080,13 +187,13 @@ a:active { /* line 290, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { - background-image: url("/public/images/external-links/external-link.png"); + background-image: image-url("external-links/external-link.png"); 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) { /* line 290, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { - background-image: url("/public/images/external-links/external-link-24x24.png"); + background-image: image-url("external-links/external-link-24x24.png"); background-size: 12px 400px; } } @@ -2122,13 +229,13 @@ a[rel="external"]:hover:after { } /* line 302, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:after { - background-image: url("/public/images/external-links/external-link-black-12x12.png"); + background-image: image-url("external-links/external-link-black-12x12.png"); 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) { /* line 302, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:after { - background-image: url("/public/images/external-links/external-link-black-24x24.png"); + background-image: image-url("external-links/external-link-black-24x24.png"); background-size: 12px 400px; } } @@ -2901,76 +1008,3 @@ button:focus, text-align: right; } } - -/* line 3, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ -.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) { - /* line 18, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ - .form-control-2-3, .form-control-1-4 { - font-size: 19px; - line-height: 1.31579; - } -} -/* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ -.phase-tag { - display: -moz-inline-stack; - display: inline-block; - vertical-align: top; - margin: 0 8px 0 0; - padding: 2px 5px 0; - font-family: "nta", Arial, sans-serif; - font-size: 14px; - line-height: 1.14286; - font-weight: 700; - text-transform: none; - text-transform: uppercase; - letter-spacing: 1px; - text-decoration: none; - color: #fff; - background-color: #f47738; -} -@media (min-width: 641px) { - /* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ - .phase-tag { - vertical-align: baseline; - } -} -@media (min-width: 641px) { - /* line 24, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ - .phase-tag { - font-size: 16px; - line-height: 1.25; - } -} - -@media (min-width: 641px) { - /* line 29, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ - .phase-tag { - font-size: 16px; - line-height: 1.25; - margin-top: 7px; - } -} -@media (max-width: 641px) { - /* line 38, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ - .phase-tag { - margin-top: 11px; - } -} -/* line 45, /Users/chs/gdsworkspace/notifications-admin/app/assets/stylesheets/app.scss */ -#global-header #logo { - white-space: nowrap; -} diff --git a/app/templates/views/check-sms.html b/app/templates/views/check-sms.html index cb917da1d..7ddbc030f 100644 --- a/app/templates/views/check-sms.html +++ b/app/templates/views/check-sms.html @@ -14,7 +14,7 @@ GOV.UK Notify | Send text messages {{ sms_message(message_template) }}
- Send {{recipient_count}} text messages + Send {{recipient_count}} text messages
diff --git a/app/templates/views/send-sms.html b/app/templates/views/send-sms.html index 0da918adf..36d0624f7 100644 --- a/app/templates/views/send-sms.html +++ b/app/templates/views/send-sms.html @@ -14,8 +14,13 @@