From 701ce482d4b0bfbaf3e41ae91aab99b7f788f195 Mon Sep 17 00:00:00 2001 From: Chris Heathcote Date: Wed, 25 Nov 2015 16:21:28 +0000 Subject: [PATCH] Create base forms for registration and sign in Created routes and forms for registration, sign in, and registration from an invite. Also tidied up assets folder, removed copy of fronted toolkit. --- .gitignore | 5 +- app/assets/stylesheets/app.scss | 22 + .../stylesheets/.gitkeep | 0 .../stylesheets/_colours.scss | 112 --- .../stylesheets/_conditionals.scss | 85 -- .../stylesheets/_css3.scss | 86 -- .../stylesheets/_device-pixels.scss | 11 - .../stylesheets/_font_stack.scss | 44 - .../stylesheets/_grid_layout.scss | 128 --- .../stylesheets/_helpers.scss | 16 - .../stylesheets/_measurements.scss | 14 - .../stylesheets/_shims.scss | 54 -- .../stylesheets/_typography.scss | 311 ------- .../stylesheets/_url-helpers.scss | 16 - .../design-patterns/_alpha-beta.scss | 72 -- .../stylesheets/design-patterns/_buttons.scss | 142 --- .../design-patterns/_media-player.scss | 235 ----- .../govuk_template/govuk-template.scss | 17 +- app/assets/stylesheets/main.scss | 5 +- app/main/views/index.py | 40 +- app/static/stylesheets/govuk-template.css | 811 +++++++++--------- app/templates/add-service.html | 31 + app/templates/admin_template.html | 11 + app/templates/dashboard.html | 17 + app/templates/hello-world.html | 4 +- app/templates/register-from-invite.html | 34 + app/templates/register.html | 39 + app/templates/signedout.html | 25 + app/templates/signin.html | 31 + app/templates/two-factor.html | 28 + app/templates/verify-mobile.html | 29 + app/templates/verify.html | 35 + 32 files changed, 774 insertions(+), 1736 deletions(-) create mode 100644 app/assets/stylesheets/app.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/.gitkeep delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_colours.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_conditionals.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_css3.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_device-pixels.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_font_stack.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_helpers.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_measurements.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_url-helpers.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss delete mode 100644 app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_media-player.scss create mode 100644 app/templates/add-service.html create mode 100644 app/templates/admin_template.html create mode 100644 app/templates/dashboard.html create mode 100644 app/templates/register-from-invite.html create mode 100644 app/templates/register.html create mode 100644 app/templates/signedout.html create mode 100644 app/templates/signin.html create mode 100644 app/templates/two-factor.html create mode 100644 app/templates/verify-mobile.html create mode 100644 app/templates/verify.html diff --git a/.gitignore b/.gitignore index cb8ed3d25..a39f40595 100644 --- a/.gitignore +++ b/.gitignore @@ -61,9 +61,8 @@ target/ # cache and static rebuild files app/assets/stylesheets/govuk_template/.sass-cache/ .sass-cache/ -.cache/ +cache/ app/static/stylesheets/govuk-template* app/static/css* app/static/css_all.css -app/static/.webassets-cache/ - +app/static/.webassets-cache/ \ No newline at end of file diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss new file mode 100644 index 000000000..9ceb5468d --- /dev/null +++ b/app/assets/stylesheets/app.scss @@ -0,0 +1,22 @@ +// Extra CSS overlaying elements + +.form-control-2-3, .form-control-1-4 { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + font-family: "nta", Arial, sans-serif; + font-size: 16px; + line-height: 1.25; + font-weight: 400; + text-transform: none; + padding: 4px; + background-color: #fff; + border: 2px solid #6f777b; +} + +@media (min-width: 641px) { + .form-control-2-3, .form-control-1-4 { + font-size: 19px; + line-height: 1.31579; + } +} \ No newline at end of file diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/.gitkeep b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_colours.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_colours.scss deleted file mode 100644 index a4a77376a..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_colours.scss +++ /dev/null @@ -1,112 +0,0 @@ -// Colours for the site, as per: -// http://alphagov.github.com/design/gov.uk.colours/ - -// Departmental colours -$attorney-generals-office: #9f1888; -$cabinet-office: #005abb; -$civil-service: #af292e; -$department-for-business-innovation-skills: #003479; -$department-for-communities-and-local-government: #00857e; -$department-for-culture-media-sport: #d40072; -$department-for-education: #003a69; -$department-for-environment-food-rural-affairs: #898700; -$department-for-international-development: #002878; -$department-for-transport: #006c56; -$department-for-work-pensions: #00beb7; -$department-of-energy-climate-change: #009ddb; -$department-of-health: #00ad93; -$foreign-commonwealth-office: #003e74; -$government-equalities-office: #9325b2; -$hm-government: #0076c0; -$hm-revenue-customs: #009390; -$hm-treasury: #af292e; -$home-office: #9325b2; -$ministry-of-defence: #4d2942; -$ministry-of-justice: #231f20; -$northern-ireland-office: #002663; -$office-of-the-advocate-general-for-scotland: #002663; -$office-of-the-leader-of-the-house-of-lords: #9c132e; -$scotland-office: #002663; -// Note: the 'the' part here will get dropped -$the-office-of-the-leader-of-the-house-of-commons: #317023; -$uk-export-finance: #005747; -$uk-trade-investment: #C80651; -$wales-office: #a33038; - -// Brand colours -$govuk-blue: #005ea5; -$mainstream-brand: $govuk-blue; - -// Standard palette, colours -$purple: #2e358b; -$purple-50: #9799c4; -$purple-25: #d5d6e7; -$mauve: #6f72af; -$mauve-50: #b7b9d7; -$mauve-25: #e2e2ef; -$fuschia: #912b88; -$fuschia-50: #c994c3; -$fuschia-25: #e9d4e6; -$pink: #d53880; -$pink-50: #eb9bbe; -$pink-25: #f6d7e5; -$baby-pink: #f499be; -$baby-pink-50: #faccdf; -$baby-pink-25: #fdebf2; -$red: #b10e1e; -$red-50: #d9888c; -$red-25: #efcfd1; -$mellow-red: #df3034; -$mellow-red-50: #ef9998; -$mellow-red-25: #f9d6d6; -$orange: #f47738; -$orange-50: #fabb96; -$orange-25: #fde4d4; -$brown: #b58840; -$brown-50: #dac39c; -$brown-25: #f0e7d7; -$yellow: #ffbf47; -$yellow-50: #ffdf94; -$yellow-25: #fff2d3; -$grass-green: #85994b; -$grass-green-50: #c2cca3; -$grass-green-25: #e7ebda; -$green: #006435; -$green-50: #7fb299; -$green-25: #cce0d6; -$turquoise: #28a197; -$turquoise-50: #95d0cb; -$turquoise-25: #d5ecea; -$light-blue: #2b8cc4; -$light-blue-50: #96c6e2; -$light-blue-25: #d5e8f3; - -// Standard palette, greys -$black: #0b0c0c; -$grey-1: #6f777b; -$grey-2: #bfc1c3; -$grey-3: #dee0e2; -$grey-4: #f8f8f8; -$white: #fff; - -// Semantic colour names -$link-colour: $govuk-blue; -$link-active-colour: #2e8aca; -$link-hover-colour: #2e8aca; -$link-visited-colour: #4c2c92; -$button-colour: #00823b; -$focus-colour: $yellow; -$text-colour: $black; // Standard text colour -$secondary-text-colour: $grey-1; // Section headers, help text etc. -$border-colour: $grey-2; // Borders, seperators, rules, keylines etc. -$panel-colour: $grey-3; // Related links panel, page footer etc. -$canvas-colour: $grey-4; // Page background -$highlight-colour: $grey-4; // Table stripes etc. -$page-colour: $white; // The page -$discovery-colour: $fuschia; // Discovery badges and banners -$alpha-colour: $pink; // Alpha badges and banners -$beta-colour: $orange; // Beta badges and banners -$live-colour: $grass-green; // Live badges and banners -$banner-text-colour: #000; // Text colour for Alpha & Beta banners -$error-colour: $red; // Error text and border colour -$error-background: #fef7f7; // Error background colour diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_conditionals.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_conditionals.scss deleted file mode 100644 index 686e18c7f..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_conditionals.scss +++ /dev/null @@ -1,85 +0,0 @@ -// Media query helpers. These make producing IE layouts -// super easy. - -// The base css you write should be for mobile. You can -// then add desktop styles on top. -// -// Usage: -// -// div.columns { -// border: 1px solid; -// -// @include media(desktop){ -// width: 30%; -// float: left; -// } -// @include ie-lte(8) { -// something to fix visual bugs in old IE -// } -// @include ie(6) { -// padding: 0; -// } -// } - - -$is-ie: false !default; -$mobile-ie6: true !default; - -@-ms-viewport { - width: device-width; -} - -@-o-viewport { - width: device-width; -} - -@mixin media($size: false, $max-width: false, $min-width: false, $ignore-for-ie: false) { - @if $is-ie and ($ignore-for-ie == false) { - @if $size != mobile { - @if ($ie-version == 6 and $mobile-ie6 == false) or $ie-version > 6 { - @content; - } - } - } @else { - @if $size == desktop { - @media (min-width: 769px){ - @content; - } - } @else if $size == tablet { - @media (min-width: 641px){ - @content; - } - } @else if $size == mobile { - @media (max-width: 640px){ - @content; - } - } @else if $max-width != false { - @media (max-width: $max-width){ - @content; - } - } @else if $min-width != false { - @media (min-width: $min-width){ - @content; - } - } @else { - @media (min-width: $size){ - @content - } - } - } -} - -@mixin ie-lte($version) { - @if $is-ie { - @if $ie-version <= $version { - @content; - } - } -} -@mixin ie($version) { - @if $is-ie { - @if $ie-version == $version { - @content; - } - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_css3.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_css3.scss deleted file mode 100644 index 3d962b70d..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_css3.scss +++ /dev/null @@ -1,86 +0,0 @@ -// CSS 3 mixins - -// This file includes mixins for CSS properties that require vendor prefixes. - -// Please add more mixins here as you need them, rather than adding them to -// your application - this lets us manage them in one place. - -// You can use the @warn directive to deprecate a mixin where the property -// no longer needs prefixes. - -@mixin border-radius($radius) { - -webkit-border-radius: $radius; // Chrome 4.0, Safari 3.1 to 4.0, Mobile Safari 3.2, Android Browser 2.1 - -moz-border-radius: $radius; // Firefox 2.0 to 3.6 - border-radius: $radius; -} - -@mixin box-shadow($shadow) { - -webkit-box-shadow: $shadow; // Chrome 4.0 to 9.0, Safari 3.1 to 5.0, Mobile Safari 3.2 to 4.3, Android Browser 2.1 to 3.0 - -moz-box-shadow: $shadow; // Firefox 3.5 to 3.6 - box-shadow: $shadow; -} - -@mixin scale($x, $y, $transform-origin: 50% 50% 0) { - // $x and $y should be numeric values without units - -webkit-transform: scale($x, $y); // Still in use now, started at: Chrome 4.0, Safari 3.1, Mobile Safari 3.2, Android 2.1 - -moz-transform: scale($x, $y); // Firefox 3.5 to 15.0 - -ms-transform: scale($x, $y); // IE9 only - transform: scale($x, $y); - - -webkit-transform-origin: $transform-origin; // Chrome, Safari 3.1 - -moz-transform-origin: $transform-origin; // Firefox 10 to 15.0 - -ms-transform-origin: $transform-origin; // IE9 - transform-origin: $transform-origin; -} - -@mixin translate($x, $y) { - -webkit-transform: translate($x, $y); // Still in use now, started at: Chrome 4.0, Safari 3.1, Mobile Safari 3.2, Android 2.1 - -moz-transform: translate($x, $y); // Firefox 3.5 to 15.0 - -ms-transform: translate($x, $y); // IE9 only - -o-transform: translate($x, $y); // Opera 10.5 to 12.0 - transform: translate($x, $y); -} - -@mixin gradient($from, $to) { - // Creates a vertical gradient where $from is the colour at the top of the element - // and $to is the colour at the bottom. The top colour is used as a background-color - // for browsers that don't support gradients. - background-color: $from; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from($from), to($to)); // Safari 4.0 to 5.1, Chrome 1.0 to 10.0, old deprecated syntax - background-image: -webkit-linear-gradient($from, $to); // Chrome 10.0 to 25.0, Safari 5.1 to 6.0, Mobile Safari 5.0 to 6.1, Android Browser 4.0 to 4.3 - background-image: -moz-linear-gradient($from, $to); // Firefox 3.6 to 15.0 - background-image: -o-linear-gradient($from, $to); // Opera 11.1 to 12.0 - background-image: linear-gradient($from, $to); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{$from}', endColorstr='#{$to}',GradientType=0 ); // IE6 to IE9 -} - -@mixin transition($property, $duration, $function, $delay: 0s) { - -webkit-transition: ($property $duration $function $delay); // Chrome 4.0 to 25.0, Safari 3.1 to 6.0, Mobile Safari 3.2 to 6.1, Android Browser 2.1 to 4.3 - -moz-transition: ($property $duration $function $delay); // Firefox 4.0 to 15.0 - -o-transition: ($property $duration $function $delay); // Opera 10.5 to 12.0 - transition: ($property $duration $function $delay); -} - -@mixin box-sizing($type) { - // http://www.w3.org/TR/css3-ui/#box-sizing - // $type can be one of: content-box | padding-box | border-box | inherit - -webkit-box-sizing: $type; // Chrome 4.0 to 9.0, Safari 3.1 to 5.0, Mobile Safari 3.2 to 4.3, Android Browser 2.1 to 3.0 - -moz-box-sizing: $type; // Firefox 2.0 to 28.0, Firefox for Android 26.0 onwards - box-sizing: $type; -} - -@mixin appearance($appearance) { - -webkit-appearance: $appearance; - -moz-appearance: $appearance; -} - -@mixin calc($property, $calc) { - #{$property}: -webkit-calc(#{$calc}); // Chrome 19.0 to 25.0, Safari 6.0, Mobile Safari 6.0 to 6.1 - #{$property}: calc(#{$calc}); -} - -@mixin opacity($trans) { - zoom: 1; - filter: unquote('alpha(opacity=' + ($trans * 100) + ')'); // IE6 to IE8 - opacity: $trans; -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_device-pixels.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_device-pixels.scss deleted file mode 100644 index 2881477ea..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_device-pixels.scss +++ /dev/null @@ -1,11 +0,0 @@ -@mixin device-pixel-ratio($ratio: 2) { - @media only screen and (-webkit-min-device-pixel-ratio: $ratio), - only screen and (min--moz-device-pixel-ratio: $ratio), - only screen and ( -o-min-device-pixel-ratio: #{($ratio*10)}/10), - only screen and ( min-device-pixel-ratio: $ratio), - only screen and ( min-resolution: #{($ratio*96)}dpi), - only screen and ( min-resolution: #{$ratio}dppx) { - @content; - } -} - diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_font_stack.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_font_stack.scss deleted file mode 100644 index 8cd10521c..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_font_stack.scss +++ /dev/null @@ -1,44 +0,0 @@ -// GOV.UK font stacks, referred to in typography.scss - - -// Font stack weirdness -// -// To ensure embedded fonts fall back to appropriate -// system fonts (eg, bold embedded font falls back to -// bold system font, without anyone getting horrible -// artificially emboldened weights) we're setting -// the font-stack in a font-face declaration rather -// than with the usual font-family. - -// New Transport Light - -$NTA-Light: - "nta", - Arial, - sans-serif; - -// New Transport Light with Tabular - -$NTA-Light-Tabular: - "ntatabularnumbers", - "nta", - Arial, - sans-serif; - -// Helvetica Regular - -@font-face { - font-family: GDS-Logo; - src: local("HelveticaNeue"), - local("Helvetica Neue"), - local("Arial"), - local("Helvetica"); -} - -$Helvetica-Regular: - "GDS-Logo", - sans-serif; - -// Font reset for print - -$Print-reset: sans-serif; diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss deleted file mode 100644 index 3e4fb697a..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss +++ /dev/null @@ -1,128 +0,0 @@ -@import '_conditionals.scss'; -@import '_css3.scss'; -@import '_measurements.scss'; -@import '_shims.scss'; - -$site-width: 960px; - -// An extendable selector to wrap your entire site content block -// It limits the sites width to be 960px wide and maintains consistent margins -// on the site of the page and shrinks the margins for mobile. -// -// Usage: -// -// #page-container { -// @extend %site-width-container; -// } - -%site-width-container { - max-width: $site-width; - @include ie-lte(8){ - width: $site-width; - } - - margin: 0 $gutter-half; - @include media(tablet){ - margin: 0 $gutter; - } - @include media($min-width: ($site-width + $gutter * 2)){ - margin: 0 auto; - } -} - -// An extendable selector to outdent to the full page-width -// So that you can create elements that take up the gutters on the side of the -// page and butt up to the edge of the browser on smaller screens (rather than -// leaving a gutter at the edge of the page). -// -// Usage: -// -// .hero-image-container { -// @extend %outdent-to-full-width; -// } -%outdent-to-full-width { - margin-left: -$gutter-half; - margin-right: -$gutter-half; - @include media(tablet){ - margin-left: -$gutter; - margin-right: -$gutter; - } -} - -// An extendable selector to define a row for grid columns to sit in -// -// Usage: -// -// .grid-row { -// @extend %grid-row; -// } - -%grid-row { - @extend %contain-floats; - margin: 0 (-$gutter-half); -} - -// A mixin for a grid column -// Creates a cross browser grid column with a standardised gutter between the -// columns. Widths should be defined as fractions of the full desktop width -// they want to fill. By default they break to become full width at tablet size -// but that can be configured to be desktop using the `$full-width` argument. -// -// Usage: -// -// .column-quarter { -// @include grid-column( 1/4 ); -// } -// .column-half { -// @include grid-column( 1/2 ); -// } -// .column-third { -// @include grid-column( 1/3 ); -// } -// .column-two-thirds { -// @include grid-column( 2/3 ); -// } -// .column-desktop-third { -// @include grid-column( 1/3, $full-width: desktop ); -// } - -@mixin grid-column($width, $full-width: tablet, $float: left) { - @include media($full-width){ - float: $float; - width: percentage($width); - } - @include ie-lte(7){ - width: (($site-width + $gutter) * $width) - $gutter; - } - - padding: 0 $gutter-half; - @include box-sizing(border-box); -} - - -// OLD deprecated grid mixins -// You should migrate to the mixins above in the future - -// Outer block sets a max width -@mixin outer-block { - @warn "The @mixin outer-block is deprecated and should be updated to use new grid helpers"; - margin: 0 auto; - width: auto; - max-width: 960 + $gutter*2; - @extend %contain-floats; - @include ie-lte(8) { - width: 1020px; - } -} - -// Inner block sets either margin or padding -// to align content with header and footer -@mixin inner-block($margin-or-padding: padding) { - @warn "The @mixin inner-block is deprecated and should be updated to use new grid helpers"; - #{$margin-or-padding}-left: $gutter-half; - #{$margin-or-padding}-right: $gutter-half; - @include media(tablet) { - #{$margin-or-padding}-left: $gutter; - #{$margin-or-padding}-right: $gutter; - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_helpers.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_helpers.scss deleted file mode 100644 index a8ec45f63..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_helpers.scss +++ /dev/null @@ -1,16 +0,0 @@ -// Base font size in pixels -$base-font-size: 16; - -// Convert pixels to em -@function pem($px, $base: $base-font-size) { - - @if (unitless($px)) { - $px: $px * 1px; - } - - @if (unitless($base)) { - $base: $base * 1px; - } - - @return $px / $base * 1em; -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_measurements.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_measurements.scss deleted file mode 100644 index 635e44404..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_measurements.scss +++ /dev/null @@ -1,14 +0,0 @@ -// Measurements used across GOV.UK - -$full-width: 100%; -$one-quarter: $full-width/4; -$one-third: $full-width/3; -$half: $full-width/2; -$two-thirds: ($full-width)-($one-third); -$three-quarters: ($full-width)-($one-quarter); - -$gutter: 30px; -$gutter-one-quarter: $gutter/4; -$gutter-one-third: $gutter/3; -$gutter-half: $gutter/2; -$gutter-two-thirds: $gutter - $gutter-one-third; diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss deleted file mode 100644 index d847705b3..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_shims.scss +++ /dev/null @@ -1,54 +0,0 @@ -// Cross-browser shims -// Ways of normalising properties across browsers. - -@import "_conditionals"; - -// From: https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ - -// Usage: -// -// @include inline-block -// or -// @include inline-block("250px") -// -// which gives a min-height to the inline-block elements. - - -@mixin inline-block($min-height: "") { - display: -moz-inline-stack; - display: inline-block; - - @if $min-height != "" { - min-height: $min-height; - } - - @include ie-lte(7) { - zoom: 1; - display: inline; - } - - @include ie(6) { - @if $min-height != "" { - height: $min-height; - } - } -} - - -// Contain floats usage: -// -// .this-has-floated-children { -// @extend %contain-floats; -// } - - -%contain-floats { - &:after { - content: ""; - display: block; - clear: both; - } - @include ie-lte(7) { - zoom: 1; - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss deleted file mode 100644 index f669d067f..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_typography.scss +++ /dev/null @@ -1,311 +0,0 @@ -@import '_font_stack.scss'; -@import '_conditionals.scss'; -@import '_device-pixels.scss'; -@import '_url-helpers.scss'; - -// GOV.UK typography palettes - -// ANATOMY OF A TYPE STYLE -// ----------------------- -// These are a collection of graphic styles. They are deliberately -// abstracted from semantic HTML context to enable flexible re-use. -// Although there is a lot of duplication within this file, as long -// as you GZIP your CSS it shouldnt cause any bloat. - - -// CORE FONTS - NEW TRANSPORT - -$is-print: false !default; - -@mixin _core-font-generator($font-size: 19px, $font-size-640: 16px, $font-size-print: 14pt, $line-height: (25 / 19), $line-height-640: (20 / 16), $tabular-numbers: false, $font-weight: 400) { - @if $tabular-numbers == true { - font-family: $NTA-Light-Tabular; - } @else if $is-print { - font-family: $Print-reset; - } @else { - font-family: $NTA-Light; - } - font-size: $font-size-640; - line-height: $line-height-640; - font-weight: $font-weight; - text-transform: none; - @include media(tablet) { - font-size: $font-size; - line-height: $line-height; - } - @if $is-print { - font-size: $font-size-print; - } -} - - -@mixin core-80($line-height: (80 / 80), $line-height-640: (55 / 53), $tabular-numbers: false, $font-weight: 400) { - $font-size: 80px; - $font-size-640: 53px; - $font-size-print: 28pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-48($line-height: (50 / 48), $line-height-640: (35 / 32), $tabular-numbers: false, $font-weight: 400) { - $font-size: 48px; - $font-size-640: 32px; - $font-size-print: 18pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-36($line-height: (40 / 36), $line-height-640: (25 / 24), $tabular-numbers: false, $font-weight: 400) { - $font-size: 36px; - $font-size-640: 24px; - $font-size-print: 18pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-27($line-height: (30 / 27), $line-height-640: (20 / 18), $tabular-numbers: false, $font-weight: 400) { - $font-size: 27px; - $font-size-640: 20px; - $font-size-print: 16pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-24($line-height: (30 / 24), $line-height-640: (24 / 20), $tabular-numbers: false, $font-weight: 400) { - $font-size: 24px; - $font-size-640: 18px; - $font-size-print: 16pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-19($line-height: (25 / 19), $line-height-640: (20 / 16), $tabular-numbers: false, $font-weight: 400) { - $font-size: 19px; - $font-size-640: 16px; - $font-size-print: 14pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-16($line-height: (20 / 16), $line-height-640: (16 / 14), $tabular-numbers: false, $font-weight: 400) { - $font-size: 16px; - $font-size-640: 14px; - $font-size-print: 12pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin core-14($line-height: (20 / 14), $line-height-640: (15 / 12), $tabular-numbers: false, $font-weight: 400) { - $font-size: 14px; - $font-size-640: 12px; - $font-size-print: 11pt; - @include _core-font-generator($font-size, $font-size-640, $font-size-print, $line-height, $line-height-640, $tabular-numbers, $font-weight); -} - -@mixin bold-80($line-height: (80 / 80), $line-height-640: (55 / 53), $tabular-numbers: false) { - @include core-80($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-48($line-height: (50 / 48), $line-height-640: (35 / 32), $tabular-numbers: false) { - @include core-48($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-36($line-height: (40 / 36), $line-height-640: (25 / 24), $tabular-numbers: false) { - @include core-36($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-27($line-height: (30 / 27), $line-height-640: (20 / 18), $tabular-numbers: false) { - @include core-27($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-24($line-height: (30 / 24), $line-height-640: (24 / 20), $tabular-numbers: false) { - @include core-24($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-19($line-height: (25 / 19), $line-height-640: (20 / 16), $tabular-numbers: false) { - @include core-19($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-16($line-height: (20 / 16), $line-height-640: (16 / 14), $tabular-numbers: false) { - @include core-16($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin bold-14($line-height: (20 / 14), $line-height-640: (15 / 12), $tabular-numbers: false) { - @include core-14($line-height, $line-height-640, $tabular-numbers: $tabular-numbers, $font-weight: 700); -} - -@mixin heading-80($tabular-numbers: false) { - @include core-80($tabular-numbers: $tabular-numbers); - - padding-top: 8px; - padding-bottom: 7px; - - @include media(tablet){ - padding-top: 6px; - padding-bottom: 14px; - } -} - -@mixin heading-48($tabular-numbers: false) { - @include core-48($tabular-numbers: $tabular-numbers); - - padding-top: 10px; - padding-bottom: 10px; - - @include media(tablet){ - padding-top: 7px; - padding-bottom: 13px; - } -} - -@mixin heading-36($tabular-numbers: false) { - @include core-36($tabular-numbers: $tabular-numbers); - - padding-top: 8px; - padding-bottom: 7px; - - @include media(tablet){ - padding-top: 6px; - padding-bottom: 9px; - } -} - -@mixin heading-27($tabular-numbers: false) { - @include core-27($tabular-numbers: $tabular-numbers); - - padding-top: 8px; - padding-bottom: 7px; - - @include media(tablet){ - padding-top: 4px; - padding-bottom: 6px; - } -} - -@mixin heading-24($tabular-numbers: false) { - @include core-24($tabular-numbers: $tabular-numbers); - - padding-top: 9px; - padding-bottom: 6px; - - @include media(tablet){ - padding-top: 6px; - padding-bottom: 4px; - } -} - -@mixin copy-19($tabular-numbers: false) { - @include core-19($tabular-numbers: $tabular-numbers); - - padding-top: 2px; - padding-bottom: 8px; - - @include media(tablet){ - padding-top: 0; - padding-bottom: 5px; - } -} - -@mixin copy-16($tabular-numbers: false) { - @include core-16($tabular-numbers: $tabular-numbers); - - padding-top: 8px; - padding-bottom: 7px; - - @include media(tablet){ - padding-top: 5px; - padding-bottom: 5px; - } -} - -@mixin copy-14($tabular-numbers: false) { - @include core-14($tabular-numbers: $tabular-numbers); - - padding-top: 8px; - padding-bottom: 7px; - - @include media(tablet){ - padding-top: 5px; - padding-bottom: 5px; - } -} - -// External link styles for all font sizes - -// Private mixin for use solely by those below - -@mixin external-link-size($content, $top, $top-hover: top) { - &:after { - content: $content; - background-position: right $top; - } - - @if $top-hover == top { - $top-hover: $top; - } - - &:hover:after { - background-position: right $top-hover; - } -} - -@mixin external-link-12-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0\A0\A0\A0\A0", $top: 0px); -} - -@mixin external-link-12 { - @include external-link-size($content: "\A0\A0\A0\A0\A0\A0\A0\A0", $top: 0px, $top-hover: -388px); -} - -@mixin external-link-13-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0\A0", $top: 1px); -} - -@mixin external-link-13 { - @include external-link-size($content: "\A0\A0\A0\A0\A0", $top: 1px, $top-hover: -387px); -} - -@mixin external-link-14 { - @include external-link-size($content: "\A0\A0\A0\A0\A0", $top: 1px, $top-hover: -387px); -} - -@mixin external-link-14-bold-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0\A0\A0", $top: 2px); -} - -@mixin external-link-16 { - @include external-link-size($content: "\A0\A0\A0\A0\A0", $top: 3px, $top-hover: -385px); -} - -@mixin external-link-16-bold-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0\A0\A0", $top: 3px); -} - -@mixin external-link-19-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0", $top: 6px); -} - -@mixin external-link-19 { - @include external-link-size($content: "\A0\A0\A0\A0", $top: 6px, $top-hover: -382px); -} - -@mixin external-link-19-bold-no-hover { - @include external-link-size($content: "\A0\A0\A0\A0\A0\A0", $top: 6px); -} - -@mixin external-link-default { - &:after { - background-image: file-url("external-links/external-link.png"); - background-repeat: no-repeat; - - @include device-pixel-ratio() { - background-image: file-url("external-links/external-link-24x24.png"); - background-size: 12px 400px; - } - } -} - -@mixin external-link-heading { - &:after { - background-image: file-url("external-links/external-link-black-12x12.png"); - background-repeat: no-repeat; - - @include device-pixel-ratio() { - background-image: file-url("external-links/external-link-black-24x24.png"); - background-size: 12px 400px; - } - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_url-helpers.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_url-helpers.scss deleted file mode 100644 index 36381ee8f..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/_url-helpers.scss +++ /dev/null @@ -1,16 +0,0 @@ -// URL Helpers - -$path: false !default; - -// A function which can either output a image-url to be used with the Rails -// Asset Pipeline or Compass or a plain url which is prefixed with a defined -// path variable. -@function file-url($file) { - $url: ''; - @if $path { - $url: url($path+$file); - } @else { - $url: image-url($file); - } - @return $url; -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss deleted file mode 100644 index a8a5bfd6a..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss +++ /dev/null @@ -1,72 +0,0 @@ -@import "../_colours"; -@import "../_typography"; -@import "../_shims"; -@import "../_grid_layout"; - -// Phase banner usage: -// -// .phase-banner { -// @include phase-banner($state: beta); -// } - -@mixin phase-banner($state: alpha) { - padding: 10px 0 8px 0; - @include media(tablet) { - padding-bottom: 10px; - } - border-bottom: 1px solid $border-colour; - - p { - margin: 0; - color: $banner-text-colour; - @include core-16; - } - - .phase-tag { - @include phase-tag($state); - } - - span { - vertical-align: top; - - @include media(tablet) { - vertical-align: baseline; - } - } -} - -// Phase tag usage: -// -// Alpha -// .phase-tag { -// @include phase-tag; -// } -// -// Beta -// .phase-tag { -// @include phase-tag(beta); -// } - -@mixin phase-tag($state: alpha) { - @include inline-block; - vertical-align: top; - - @include media(tablet){ - vertical-align: baseline; - } - - margin: 0 8px 0 0; - padding: 2px 5px 0; - - @include bold-16($line-height: 20/16); - text-transform: uppercase; - letter-spacing: 1px; - text-decoration: none; - - color: #fff; - @if $state == alpha { - background-color: $alpha-colour; - } @else if $state == beta { - background-color: $beta-colour; - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss deleted file mode 100644 index af818443f..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss +++ /dev/null @@ -1,142 +0,0 @@ -@import '../_shims.scss'; -@import '../_css3.scss'; -@import '../_conditionals.scss'; -@import '../_colours.scss'; - -// Mixin and defaults for making buttons on GOV.UK services. - -// For guidance, see: https://www.gov.uk/service-manual/design-and-content/resources/buttons.html - -// Example usage: - -// .button{ -// @include button; -// } -// .button-secondary{ -// @include button($grey-3); -// } -// .button-warning{ -// @include button($red); -// } - - -@mixin button($colour: $button-colour){ - // Colour - background-color: $colour; - - // Size and shape - position: relative; - @include inline-block; - padding: 0.3em 0.6em 0.2em 0.6em; - border: none; - @include border-radius(0); - -webkit-appearance: none; - - // Bottom edge effect - @include box-shadow(0 2px 0 darken($colour, 15%)); - @include ie-lte(8) { - border-bottom: 2px solid darken($colour, 15%); - } - - // Text - font-size: 1em; // inherit from parent - line-height: 1.25; - text-decoration: none; - -webkit-font-smoothing: antialiased; - - // Interaction - cursor: pointer; - &:visited{ - background-color: $colour; - } - &:hover, - &:focus { - background-color: darken($colour, 5%); - } - &:active { - top: 2px; - @include box-shadow(0 0 0 $colour); - } - - // Disabled button styles - &.disabled, - &[disabled="disabled"], - &[disabled] { - @include opacity(0.5); - &:hover{ - cursor: default; - background-color: $colour; - } - &:active { - top: 0; - @include box-shadow(0 2px 0 darken($colour, 15%)); - @include ie-lte(8) { - border-bottom: 2px solid darken($colour, 15%); - } - } - } - - // Set text colour depending on background colour - @if lightness($colour) < 50% { - color: $white; - &:link, - &:hover, - &:focus, - &:visited{ - color: $white; - } - } @else { - color: $text-colour; - &:link, - &:hover, - &:focus, - &:visited{ - color: $text-colour; - } - } - - // making the click target bigger than the button - // (and fill the space made when the button moves) - &:before { - content: ""; - height: 110%; - width: 100%; - display: block; - background: transparent; - position: absolute; - top: 0; - left: 0; - } - &:active:before { - top: -10%; - height: 120%; - - // IE6 ignores the :before psuedo-class but applies the block to :active - // It therefore needs to be reset - @include ie(6) { - top: auto; - height: 100%; - } - } - - // Reset styles applied to external links - &[rel="external"]:after { - display: none; - content: none; - margin-left: 0; - margin-right: 0; - } - - // Fixes a bug where IE puts a black border around certain elements - @include ie-lte(8) { - &[type="submit"], - &[type="reset"], - &[type="button"] { - filter:chroma(color=#000000); - } - - &[type=submit].button { - filter: none; - } - } -} diff --git a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_media-player.scss b/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_media-player.scss deleted file mode 100644 index 7947aa5cb..000000000 --- a/app/assets/stylesheets/govuk_frontend_toolkit/stylesheets/design-patterns/_media-player.scss +++ /dev/null @@ -1,235 +0,0 @@ -@import '../_colours'; -@import '../_url-helpers'; - -// Player overrides - -@mixin media-player { - display: block; - overflow: hidden; - margin: 30px 0; - - &.player-wide { - min-width: 580px; - } - - span { - display: block; - margin: 0; - padding: 0; - } - - .video { - position: relative; - z-index: 3000; - - iframe { - display: block; - } - } - - .logo { - display: none; - } - - .control-bar { - position: relative; - width: 100%; - height: 60px; - border-bottom: 1px solid $border-colour; - - button { - background: transparent; - border: none; - padding: 0; - cursor: pointer; - } - - button, a { - &:focus { - background-color: orange; - outline: none; - } - } - - .player-controls { - .play, .pause { - position: absolute; - bottom: 0; - left: 0; - width: 40px; - height: 40px; - overflow: hidden; - text-indent: -5000%; - background-repeat: no-repeat; - background-position: center left; - } - - .play { - background-image: file-url('player-icon-play.png'); - } - - .pause { - background-image: file-url('player-icon-pause.png'); - } - - .rewind, .forward { - position: absolute; - top: 0; - z-index: 30; - height: 20px; - width: 40px; - overflow: hidden; - text-indent: -5000%; - background-repeat: no-repeat; - background-position: center left; - } - - .rewind { - left: 0; - background-image: file-url('player-icon-rewind.png'); - } - - .forward { - left: 100%; - margin-left: -40px; - background-image: file-url('player-icon-forward.png'); - } - } - - .volume-controls { - position: absolute; - bottom: 0; - right: 0; - height: 40px; - width: 180px; - overflow: visible; - - .mute { - position: absolute; - bottom: 0; - left: 120px; - height: 40px; - width: 50px; - padding-top: 1px; - font-size: 14px; - line-height: 40px; - text-align: center; - } - - .muted { - color: $light-blue; - - ~ * { - opacity: 0.333; - } - - ~ .vol-display { - text-decoration: line-through; - } - } - - .muted::after { - content: "d"; - } - - .vol-down, .vol-up { - position: absolute; - bottom: 0; - height: 40px; - width: 60px; - padding-top: 2px; - font-size: 24px; - line-height: 40px; - text-align: center; - z-index: 10; - - &:hover, &:focus { - color: $light-blue; - } - } - - .vol-down { - text-align: left; - padding-left: 10px; - left: 0; - } - - .vol-up { - text-align: right; - padding-right: 10px; - left: 60px; - } - - .vol-display { - position: absolute; - bottom: 0; - left: 20px; - height: 40px; - width: 0; - padding-left: 35px; - overflow: visible; - font-size: 14px; - font-weight: bold; - line-height: 40px; - background-repeat: no-repeat; - background-position: center left; - background-image: file-url('player-icon-volume.png'); - } - } - - .current-time { - position: absolute; - bottom: 0; - left: 50px; - height: 40px; - font-size: 14px; - line-height: 40px; - font-weight: bold; - } - - .duration-time { - display: none; - position: absolute; - bottom: 0; - right: 10px; - height: 40px; - line-height: 40px; - font-size: 16px; - font-weight: bold; - } - - .ui-slider { - position: absolute; - top: 0; - right: 0; - width: 100%; - height: 20px; - overflow: hidden; - background: $border-colour; - - .progress-bar { - position: absolute; - top: 0; - left: 0; - height: 100%; - padding-bottom: 1px; - background: $light-blue; - } - - .ui-slider-handle { - position: absolute; - top: 0; - height: 100%; - padding-bottom: 1px; - width: 20px; - color: rgba(0,0,0,0.5); - z-index: 10; - } - } - } - - .ui-helper-hidden-accessible { - position: absolute; - left: -5000%; - } -} diff --git a/app/assets/stylesheets/govuk_template/govuk-template.scss b/app/assets/stylesheets/govuk_template/govuk-template.scss index 0619a051c..c22c2a769 100644 --- a/app/assets/stylesheets/govuk_template/govuk-template.scss +++ b/app/assets/stylesheets/govuk_template/govuk-template.scss @@ -1,11 +1,11 @@ /* govuk_frontend_toolkit includes */ -@import "../govuk_frontend_toolkit/stylesheets/colours"; -@import "../govuk_frontend_toolkit/stylesheets/conditionals"; -@import "../govuk_frontend_toolkit/stylesheets/css3"; -@import "../govuk_frontend_toolkit/stylesheets/device-pixels"; -@import "../govuk_frontend_toolkit/stylesheets/typography"; -@import "../govuk_frontend_toolkit/stylesheets/grid_layout"; -@import "../govuk_frontend_toolkit/stylesheets/design-patterns/_buttons"; +@import "../../govuk_frontend_toolkit/stylesheets/colours"; +@import "../../govuk_frontend_toolkit/stylesheets/conditionals"; +@import "../../govuk_frontend_toolkit/stylesheets/css3"; +@import "../../govuk_frontend_toolkit/stylesheets/device-pixels"; +@import "../../govuk_frontend_toolkit/stylesheets/typography"; +@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 @@ -21,4 +21,7 @@ @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 ed56c8bb7..119b8758a 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -31,4 +31,7 @@ @import "govuk_elements/elements/layout"; @import "govuk_elements/elements/lists"; @import "govuk_elements/elements/panels"; -@import "govuk_elements/elements/tables"; \ No newline at end of file +@import "govuk_elements/elements/tables"; + +// Extra CSS for this application +@import "app"; diff --git a/app/main/views/index.py b/app/main/views/index.py index 7f42e3611..056b8de83 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -3,9 +3,9 @@ from flask import render_template from app.main import main -@main.route('/index') +@main.route('/') def index(): - return 'Hello from notifications-admin' + return render_template('signedout.html') @main.route("/govuk") @@ -13,6 +13,40 @@ def govuk(): return render_template('govuk_template.html') -@main.route("/helloworld") +@main.route("/hello-world") def helloworld(): return render_template('hello-world.html') + + +@main.route("/register") +def register(): + return render_template('register.html') + +@main.route("/register-from-invite") +def registerfrominvite(): + return render_template('register-from-invite.html') + +@main.route("/verify") +def verify(): + return render_template('verify.html') + +@main.route("/verify-mobile") +def verifymobile(): + return render_template('verify-mobile.html') + +@main.route("/dashboard") +def dashboard(): + return render_template('dashboard.html') + +@main.route("/sign-in") +def signin(): + return render_template('signin.html') + +@main.route("/add-service") +def addservice(): + return render_template('add-service.html') + +@main.route("/two-factor") +def twofactor(): + return render_template('two-factor.html') + diff --git a/app/static/stylesheets/govuk-template.css b/app/static/stylesheets/govuk-template.css index a45c38dd0..98ba211ef 100644 --- a/app/static/stylesheets/govuk-template.css +++ b/app/static/stylesheets/govuk-template.css @@ -28,7 +28,7 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_shims\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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: ""; @@ -36,25 +36,25 @@ clear: both; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} +/* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} + /* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ #content, #global-header-bar, #global-cookie-message p { margin: 0 30px; } } @media (min-width: 1020px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} + /* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ #content, #global-header-bar, #global-cookie-message p { margin: 0 auto; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000360}} +/* line 60, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ .grid-row, #global-breadcrumb { margin: 0 -15px; } @@ -65,7 +65,7 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_frontend_toolkit\/stylesheets\/_shims\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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: ""; @@ -95,7 +95,7 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_shims\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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: ""; @@ -115,7 +115,7 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_shims\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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: ""; @@ -123,25 +123,25 @@ clear: both; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} +/* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} + /* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ #content, #global-header-bar, #global-cookie-message p { margin: 0 30px; } } @media (min-width: 1020px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000318}} + /* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ #content, #global-header-bar, #global-cookie-message p { margin: 0 auto; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_grid_layout\.scss}line{font-family:\0000360}} +/* line 60, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_grid_layout.scss */ .grid-row, #global-breadcrumb { margin: 0 -15px; } @@ -152,7 +152,7 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_shims\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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: ""; @@ -166,17 +166,17 @@ @-o-viewport { width: device-width; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_helpers\.scss}line{font-family:\0000318}} +/* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ .example-highlight-grid .grid-row { background: #bfc1c3; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_helpers\.scss}line{font-family:\0000322}} +/* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ .example-highlight-grid .column-highlight { background: #dee0e2; width: 100%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_helpers\.scss}line{font-family:\0000330}} +/* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_helpers.scss */ .visuallyhidden { position: absolute; overflow: hidden; @@ -188,13 +188,13 @@ border: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_helpers\.scss}line{font-family:\0000342}} +/* line 42, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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/ */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_reset\.scss}line{font-family:\000036}} +/* line 6, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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, @@ -213,7 +213,7 @@ time, mark { padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_reset\.scss}line{font-family:\0000324}} +/* line 24, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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, @@ -225,7 +225,7 @@ table, caption, tbody, tfoot, thead, tr, th, td { font-weight: normal; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\000037}} +/* line 7, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ main { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -235,14 +235,14 @@ main { -webkit-font-smoothing: antialiased; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\000037}} + /* line 7, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ main { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000313}} +/* line 13, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xxlarge { font-family: "nta", Arial, sans-serif; font-size: 53px; @@ -251,14 +251,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000313}} + /* line 13, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xxlarge { font-size: 80px; line-height: 1; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xlarge { font-family: "nta", Arial, sans-serif; font-size: 32px; @@ -267,14 +267,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000317}} + /* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xlarge { font-size: 48px; line-height: 1.04167; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000321}} +/* line 21, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-large { font-family: "nta", Arial, sans-serif; font-size: 24px; @@ -283,14 +283,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000321}} + /* line 21, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-large { font-size: 36px; line-height: 1.11111; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000325}} +/* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-medium { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -299,14 +299,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000325}} + /* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-medium { font-size: 24px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000329}} +/* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-small { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -315,14 +315,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000329}} + /* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-small { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000333}} +/* line 33, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xsmall { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -331,14 +331,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000333}} + /* line 33, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .font-xsmall { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000338}} +/* line 38, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xxlarge { font-family: "nta", Arial, sans-serif; font-size: 53px; @@ -347,14 +347,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000338}} + /* line 38, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xxlarge { font-size: 80px; line-height: 1; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000342}} +/* line 42, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xlarge { font-family: "nta", Arial, sans-serif; font-size: 32px; @@ -363,14 +363,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000342}} + /* line 42, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xlarge { font-size: 48px; line-height: 1.04167; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000346}} +/* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-large { font-family: "nta", Arial, sans-serif; font-size: 24px; @@ -379,14 +379,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000346}} + /* line 46, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-large { font-size: 36px; line-height: 1.11111; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000350}} +/* line 50, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-medium { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -395,14 +395,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000350}} + /* line 50, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-medium { font-size: 24px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000354}} +/* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-small { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -411,14 +411,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000354}} + /* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-small { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000358}} +/* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xsmall { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -427,14 +427,14 @@ main { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000358}} + /* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .bold-xsmall { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000367}} +/* line 67, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-xlarge { font-family: "nta", Arial, sans-serif; font-size: 32px; @@ -445,20 +445,20 @@ main { margin-bottom: 0.9375em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000367}} + /* line 67, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-xlarge { font-size: 48px; line-height: 1.04167; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000367}} + /* line 67, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-xlarge { margin-top: 0.625em; margin-bottom: 1.25em; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000378}} +/* line 78, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-xlarge .heading-secondary { font-family: "nta", Arial, sans-serif; font-size: 20px; @@ -471,21 +471,21 @@ main { color: #6f777b; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000378}} + /* line 78, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000378}} + /* line 78, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-xlarge .heading-secondary { padding-top: 4px; padding-bottom: 6px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000387}} +/* line 87, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-large { font-family: "nta", Arial, sans-serif; font-size: 24px; @@ -496,20 +496,20 @@ main { margin-bottom: 0.41667em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000387}} + /* line 87, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-large { font-size: 36px; line-height: 1.11111; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000387}} + /* line 87, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-large { margin-top: 1.25em; margin-bottom: 0.55556em; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000398}} +/* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-large .heading-secondary { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -522,21 +522,21 @@ main { color: #6f777b; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000398}} + /* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\0000398}} + /* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-large .heading-secondary { padding-top: 6px; padding-bottom: 4px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003107}} +/* line 107, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-medium { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -547,21 +547,21 @@ main { margin-bottom: 0.5em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003107}} + /* line 107, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-medium { font-size: 24px; line-height: 1.25; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003107}} + /* line 107, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-medium { margin-top: 1.875em; margin-bottom: 0.83333em; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003120}} +/* line 120, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-small { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -572,33 +572,33 @@ main { margin-bottom: 0.3125em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003120}} + /* line 120, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-small { font-size: 19px; line-height: 1.31579; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003120}} + /* line 120, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .heading-small { margin-top: 1.05263em; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003133}} +/* line 133, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ p { margin-top: 0.3125em; margin-bottom: 1.25em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003133}} + /* line 133, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ p { margin-top: 0.26316em; margin-bottom: 1.05263em; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003145}} +/* line 145, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .lede { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -607,45 +607,45 @@ p { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003145}} + /* line 145, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .lede { font-size: 24px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003151}} +/* line 151, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .text { max-width: 30em; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003155}} +/* line 155, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .text-secondary { color: #6f777b; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003160}} +/* line 160, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link { color: #005ea5; text-decoration: underline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003165}} +/* line 165, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link:visited { color: #4c2c92; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003169}} +/* line 169, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link:hover { color: #2e8aca; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003173}} +/* line 173, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link:active { color: #005ea5; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003179}} +/* line 179, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link-back { display: -moz-inline-stack; display: inline-block; @@ -663,17 +663,17 @@ p { border-bottom: 1px solid #0b0c0c; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003179}} + /* line 179, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link-back { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003191}} +/* line 191, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003202}} +/* line 202, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .link-back::before { content: ''; display: block; @@ -688,13 +688,13 @@ p { margin-top: -6px; } @-moz-document url-prefix() { - /* line 220, /Users/rebeccalaw/dev-projects/notify/notifications-admin/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ + /* line 220, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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); } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003237}} +/* line 237, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ .code { color: black; text-shadow: 0 1px white; @@ -719,7 +719,7 @@ p { padding: 4px 4px 2px 4px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_elements-typography\.scss}line{font-family:\00003265}} +/* line 265, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_elements-typography.scss */ hr { display: block; background: #bfc1c3; @@ -730,29 +730,29 @@ hr { padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\000038}} +/* line 8, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ #content { padding-bottom: 30px; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\000038}} + /* line 8, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ #content { padding-bottom: 90px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000322}} +/* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000322}} + /* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .phase-banner { padding-bottom: 10px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000319}} +/* line 19, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner p { margin: 0; color: #000; @@ -763,13 +763,13 @@ hr { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000319}} + /* line 19, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner p { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000325}} +/* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner .phase-tag { display: -moz-inline-stack; display: inline-block; @@ -788,30 +788,30 @@ hr { background-color: #d53880; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000325}} + /* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner .phase-tag { vertical-align: baseline; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000325}} + /* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner .phase-tag { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000329}} +/* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner span { vertical-align: top; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_alpha-beta\.scss}line{font-family:\0000329}} + /* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_alpha-beta.scss */ .phase-banner span { vertical-align: baseline; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000349}} +/* line 49, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-quarter { padding: 0 15px; -webkit-box-sizing: border-box; @@ -819,14 +819,14 @@ hr { box-sizing: border-box; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000349}} + /* line 49, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-quarter { float: left; width: 25%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000353}} +/* line 53, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-half { padding: 0 15px; -webkit-box-sizing: border-box; @@ -834,14 +834,14 @@ hr { box-sizing: border-box; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000353}} + /* line 53, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-half { float: left; width: 50%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000357}} +/* line 57, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-third { padding: 0 15px; -webkit-box-sizing: border-box; @@ -849,14 +849,14 @@ hr { box-sizing: border-box; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000357}} + /* line 57, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-third { float: left; width: 33.33333%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000361}} +/* line 61, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-two-thirds { padding: 0 15px; -webkit-box-sizing: border-box; @@ -864,24 +864,24 @@ hr { box-sizing: border-box; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_layout\.scss}line{font-family:\0000361}} + /* line 61, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_layout.scss */ .column-two-thirds { float: left; width: 66.66667%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ fieldset { width: 100%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000330}} +/* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ textarea { display: block; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000339}} +/* line 39, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-group { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -891,36 +891,36 @@ textarea { margin-bottom: 15px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000339}} + /* line 39, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-group { margin-bottom: 30px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000354}} +/* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-group-related { margin-bottom: 10px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000354}} + /* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-group-related { margin-bottom: 20px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000363}} +/* line 63, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-group-compound { margin-bottom: 10px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000373}} +/* line 73, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-label, .form-label-bold { display: block; color: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000379}} +/* line 79, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-label { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -929,14 +929,14 @@ textarea { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000379}} + /* line 79, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-label { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000383}} +/* line 83, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-label-bold { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -945,26 +945,26 @@ textarea { text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000383}} + /* line 83, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-label-bold { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000389}} +/* line 89, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ legend .form-label, legend .form-label-bold { padding-bottom: 7px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\0000398}} +/* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .error legend .form-label, .error legend .form-label-bold { padding-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003105}} +/* line 105, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-block { float: left; width: 100%; @@ -972,14 +972,14 @@ legend .form-label-bold { margin-bottom: 5px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003105}} + /* line 105, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-block { margin-top: 0; margin-bottom: 10px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003123}} +/* line 123, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-hint { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -992,14 +992,14 @@ legend .form-label-bold { margin-bottom: 5px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003123}} + /* line 123, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-hint { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003137}} +/* line 137, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -1015,108 +1015,108 @@ legend .form-label-bold { border: 2px solid #6f777b; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003137}} + /* line 137, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control { font-size: 19px; line-height: 1.31579; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003137}} + /* line 137, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control { width: 50%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003155}} +/* line 155, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-radio { display: block; margin: 10px 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003159}} +/* line 159, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-radio input { vertical-align: middle; margin: -4px 5px 0 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003166}} +/* line 166, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-checkbox { display: block; margin: 15px 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003170}} +/* line 170, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-checkbox input { vertical-align: middle; margin: -2px 5px 0 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003183}} +/* line 183, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-3-4 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003183}} + /* line 183, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-3-4 { width: 75%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003191}} +/* line 191, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-2-3 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003191}} + /* line 191, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-2-3 { width: 66.66%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003198}} +/* line 198, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-2 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003198}} + /* line 198, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-2 { width: 50%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003206}} +/* line 206, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-3 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003206}} + /* line 206, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-3 { width: 33.33%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003213}} +/* line 213, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-4 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003213}} + /* line 213, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-4 { width: 25%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003220}} +/* line 220, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-8 { width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_forms\.scss}line{font-family:\00003220}} + /* line 220, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_forms.scss */ .form-control-1-8 { width: 12.5%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\000035}} +/* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .block-label { display: block; float: none; @@ -1129,12 +1129,12 @@ legend .form-label-bold { cursor: pointer; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\000035}} + /* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .block-label { float: left; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000325}} +/* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .block-label input { position: absolute; top: 15px; @@ -1144,51 +1144,51 @@ legend .form-label-bold { width: 29px; height: 29px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000339}} +/* line 39, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .block-label:hover { border-color: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000344}} +/* line 44, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .block-label:last-child { margin-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000349}} +/* line 49, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .inline .block-label { clear: none; margin-right: 10px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000357}} +/* line 57, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .js-enabled label.selected { background: #fff; border-color: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000363}} +/* line 63, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .js-enabled label.focused { outline: 3px solid #ffbf47; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-block-labels\.scss}line{font-family:\0000368}} +/* line 68, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-block-labels.scss */ .js-enabled .focused input:focus { outline: none; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\000035}} +/* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\0000311}} +/* line 11, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ input[type=number] { -moz-appearance: textfield; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ .form-date .form-group { float: left; width: 50px; @@ -1196,46 +1196,46 @@ input[type=number] { margin-bottom: 0; clear: none; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\0000325}} +/* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ .form-date .form-group label { display: block; margin-bottom: 5px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\0000330}} +/* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ .form-date .form-group input { width: 100%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-date\.scss}line{font-family:\0000335}} +/* line 35, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-date.scss */ .form-date .form-group-year { width: 70px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\000035}} +/* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error { margin-right: 15px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000312}} +/* line 12, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error .error-message { color: #b10e1e; font-weight: bold; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000318}} +/* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error .form-control { border: 4px solid #b10e1e; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000322}} +/* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error .form-hint { margin-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000328}} +/* line 28, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000328}} + /* line 28, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error, .error-summary { border-left: 5px solid #b10e1e; @@ -1243,7 +1243,7 @@ input[type=number] { } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000341}} +/* line 41, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-message { font-family: "nta", Arial, sans-serif; font-size: 16px; @@ -1256,14 +1256,14 @@ input[type=number] { padding: 5px 0 7px 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000341}} + /* line 41, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-message { font-size: 19px; line-height: 1.31579; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000352}} +/* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary { border: 4px solid #b10e1e; margin-top: 15px; @@ -1271,7 +1271,7 @@ input[type=number] { padding: 15px 10px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000352}} + /* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary { border: 5px solid #b10e1e; margin-top: 30px; @@ -1279,42 +1279,42 @@ input[type=number] { padding: 20px 15px 15px 15px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000376}} +/* line 76, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary:focus { outline: 3px solid #ffbf47; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000380}} +/* line 80, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary .error-summary-heading { margin-top: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000384}} +/* line 84, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary p { margin-bottom: 10px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000388}} +/* line 88, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary .error-summary-list { padding-left: 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000391}} + /* line 91, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/forms/_form-validation.scss */ .error-summary .error-summary-list li { margin-bottom: 5px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/forms\/_form-validation\.scss}line{font-family:\0000398}} +/* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\000034}} +/* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table { border-collapse: collapse; border-spacing: 0; width: 100%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\000039}} +/* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table th, table td { font-family: "nta", Arial, sans-serif; @@ -1328,22 +1328,22 @@ table td { border-bottom: 1px solid #bfc1c3; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\000039}} + /* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table th, table td { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\0000319}} +/* line 19, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table th { font-weight: 700; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\0000322}} +/* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table th.numeric { text-align: right; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\0000328}} +/* line 28, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table td.numeric { font-family: "ntatabularnumbers", "nta", Arial, sans-serif; font-size: 14px; @@ -1353,50 +1353,50 @@ table td.numeric { text-align: right; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_tables\.scss}line{font-family:\0000328}} + /* line 28, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_tables.scss */ table td.numeric { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_lists\.scss}line{font-family:\000034}} +/* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ ul, ol { list-style-type: none; padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_lists\.scss}line{font-family:\0000311}} +/* line 11, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ .list-bullet { list-style-type: disc; padding-left: 20px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_lists\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ .list-number { list-style-type: decimal; padding-left: 20px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_lists\.scss}line{font-family:\0000326}} +/* line 26, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ .list-bullet, .list-number { margin-top: 5px; margin-bottom: 20px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_lists\.scss}line{font-family:\0000332}} +/* line 32, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_lists.scss */ .list-bullet li, .list-number li { margin-bottom: 5px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\000034}} +/* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details { display: block; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\000037}} +/* line 7, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details summary { display: inline-block; color: #005ea5; @@ -1404,52 +1404,52 @@ details summary { position: relative; margin-bottom: 0.26316em; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\0000314}} +/* line 14, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details summary:hover { color: #2e8aca; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\0000318}} +/* line 18, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details summary:focus { outline: 3px solid #ffbf47; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\0000324}} +/* line 24, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details .summary { text-decoration: underline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_details\.scss}line{font-family:\0000329}} +/* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_details.scss */ details .arrow { margin-right: .35em; font-style: normal; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_panels\.scss}line{font-family:\000035}} +/* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_panels\.scss}line{font-family:\0000313}} +/* line 13, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ .panel-indent :first-child { margin-top: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_panels\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ .panel-indent :only-child, .panel-indent :last-child { margin-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_panels\.scss}line{font-family:\0000324}} +/* line 24, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ .panel-indent-info { border-left-width: 10px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_panels\.scss}line{font-family:\0000329}} +/* line 29, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_panels.scss */ .form-group .panel-indent { padding-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\000034}} +/* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button { background-color: #00823b; position: relative; @@ -1477,44 +1477,44 @@ details .arrow { padding: 0.52632em 0.78947em 0.26316em 0.78947em; vertical-align: top; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000349}} +/* line 49, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button:visited { background-color: #00823b; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000352}} +/* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button:hover, .button:focus { background-color: #00692f; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000356}} +/* line 56, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000362}} +/* line 62, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button.disabled, .button[disabled="disabled"], .button[disabled] { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000366}} +/* line 66, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button.disabled:hover, .button[disabled="disabled"]:hover, .button[disabled]:hover { cursor: default; background-color: #00823b; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000370}} +/* line 70, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/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; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\0000382}} +/* line 82, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button:link, .button:hover, .button:focus, .button:visited { color: #fff; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\00003100}} +/* line 100, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button:before { content: ""; height: 110%; @@ -1525,12 +1525,12 @@ details .arrow { top: 0; left: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\00003110}} +/* line 110, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button:active:before { top: -10%; height: 120%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/design-patterns\/_buttons\.scss}line{font-family:\00003123}} +/* line 123, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/design-patterns/_buttons.scss */ .button[rel="external"]:after { display: none; content: none; @@ -1538,34 +1538,34 @@ details .arrow { margin-right: 0; } @media (max-width: 640px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\000034}} + /* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button { width: 100%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000316}} +/* line 16, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button::-moz-focus-inner { border: 0; padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000321}} +/* line 21, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button:focus { outline: 3px solid #ffbf47; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000326}} +/* line 26, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button[disabled="disabled"] { background: #00823b; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000330}} +/* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button[disabled="disabled"]:focus { outline: none; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000335}} +/* line 35, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button-start, .button-get-started { font-family: "nta", Arial, sans-serif; @@ -1579,7 +1579,7 @@ details .arrow { padding: 0.36842em 2.15789em 0.21053em 0.84211em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000335}} + /* line 35, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_buttons.scss */ .button-start, .button-get-started { font-size: 24px; @@ -1587,7 +1587,7 @@ details .arrow { } } @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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_buttons\.scss}line{font-family:\0000335}} + /* line 35, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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"); @@ -1595,83 +1595,83 @@ details .arrow { } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\000033}} +/* line 3, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ .icon { background-position: 0 0; background-repeat: no-repeat; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\000038}} +/* line 8, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\000038}} + /* line 8, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000319}} +/* line 19, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000319}} + /* line 19, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000330}} +/* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000330}} + /* line 30, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000341}} +/* line 41, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000341}} + /* line 41, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000352}} +/* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000352}} + /* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000363}} +/* line 63, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ .icon-search { width: 30px; height: 22px; @@ -1679,14 +1679,14 @@ details .arrow { 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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000363}} + /* line 63, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000376}} +/* line 76, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_icons.scss */ .icon-pointer { width: 30px; height: 19px; @@ -1694,210 +1694,210 @@ details .arrow { 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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000376}} + /* line 76, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000388}} +/* line 88, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\0000388}} + /* line 88, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003103}} +/* line 103, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003103}} + /* line 103, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003114}} +/* line 114, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003114}} + /* line 114, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003125}} +/* line 125, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003125}} + /* line 125, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003136}} +/* line 136, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003136}} + /* line 136, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003147}} +/* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003147}} + /* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003158}} +/* line 158, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003158}} + /* line 158, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003169}} +/* line 169, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003169}} + /* line 169, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003180}} +/* line 180, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003180}} + /* line 180, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003191}} +/* line 191, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003191}} + /* line 191, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003202}} +/* line 202, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003202}} + /* line 202, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003213}} +/* line 213, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003213}} + /* line 213, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003224}} +/* line 224, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003224}} + /* line 224, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003235}} +/* line 235, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_icons\.scss}line{font-family:\00003235}} + /* line 235, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_components\.scss}line{font-family:\000033}} +/* line 3, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_components.scss */ .govuk-box-highlight { margin: 1em 0 1em 0; padding: 2em 0 1em 0; @@ -1906,7 +1906,7 @@ details .arrow { text-align: center; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\000039}} +/* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol { padding: 0 15px; -webkit-box-sizing: border-box; @@ -1916,13 +1916,13 @@ details .arrow { padding-bottom: 0.75em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\000039}} + /* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol { float: left; width: 100%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000315}} +/* line 15, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol li { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -1940,28 +1940,28 @@ details .arrow { padding-right: 1em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000315}} + /* line 15, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000315}} + /* line 15, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000336}} +/* line 36, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol li a { color: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000340}} +/* line 40, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol li strong { font-weight: normal; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_elements\/elements\/_breadcrumb\.scss}line{font-family:\0000344}} +/* line 44, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_elements/elements/_breadcrumb.scss */ #global-breadcrumb ol li:last-child { background-image: none; margin-right: 0; @@ -1969,24 +1969,24 @@ details .arrow { /* local styleguide includes */ /* Old depricated greys, new things should use the toolkit greys */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\000031}} +/* line 1, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ html, body, button, input, table, td, th { font-family: "nta", Arial, sans-serif; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\000034}} +/* line 4, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, nav, section { margin: 0; padding: 0; vertical-align: baseline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000311}} +/* line 11, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ main { display: block; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000316}} +/* line 16, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ .group:before, .group:after { content: "\0020"; @@ -1995,23 +1995,23 @@ main { overflow: hidden; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000324}} +/* line 24, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ .group:after { clear: both; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000327}} +/* line 27, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ .group { zoom: 1; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000332}} +/* line 32, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ .content-fixed { top: 0; position: fixed; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000336}} +/* line 36, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ .shim { display: block; } @@ -2020,7 +2020,7 @@ main { * 1. Prevents iOS text size adjust after orientation change, without disabling * user zoom. */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000344}} +/* line 44, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ html { -webkit-text-size-adjust: 100%; /* 1 */ @@ -2032,12 +2032,12 @@ html { /* Force the scrollbar to always display in IE10/11 */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000354}} +/* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ html { -ms-overflow-style: scrollbar; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000358}} +/* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ body { background: #fff; color: #0b0c0c; @@ -2047,86 +2047,86 @@ body { -moz-osx-font-smoothing: grayscale; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000367}} +/* line 67, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ ol, ul, nav ol, nav ul { list-style: inherit; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000371}} +/* line 71, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ fieldset { border: none; padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000376}} +/* line 76, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ a:link { color: #005ea5; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000380}} +/* line 80, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ a:visited { color: #4c2c92; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000384}} +/* line 84, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ a:hover { color: #2e8aca; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\0000388}} +/* line 88, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ a:active { color: #2e8aca; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003290}} +/* line 290, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { background-image: url("/public/images/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003290}} + /* line 290, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { background-image: url("/public/images/external-links/external-link-24x24.png"); background-size: 12px 400px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003231}} +/* line 231, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { content: "    "; background-position: right 6px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003240}} +/* line 240, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:hover:after { background-position: right -382px; } @media (max-width: 640px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003231}} + /* line 231, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:after { content: "     "; background-position: right 3px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003240}} + /* line 240, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ a[rel="external"]:hover:after { background-position: right -385px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003231}} +/* line 231, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:after { content: "        "; background-position: right 0px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003240}} +/* line 240, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:hover:after { background-position: right 0px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003302}} +/* line 302, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:after { background-image: url("/public/images/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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/govuk_frontend_toolkit\/stylesheets\/_typography\.scss}line{font-family:\00003302}} + /* line 302, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/govuk_frontend_toolkit/stylesheets/_typography.scss */ .external-link:after { background-image: url("/public/images/external-links/external-link-black-24x24.png"); background-size: 12px 400px; @@ -2142,7 +2142,7 @@ a[rel="external"]:hover:after { * 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/ */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003117}} +/* line 117, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ html { font-size: 62.5%; /* 1 */ @@ -2158,7 +2158,7 @@ html { * (62.5% * 160% = 100%) * 2. Addresses margins handled incorrectly in IE6/7 */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003130}} +/* line 130, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ body { font-size: 160%; /* 1 */ @@ -2166,18 +2166,18 @@ body { /* 2 */ } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003135}} +/* line 135, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ b, strong { font-weight: 600; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003140}} +/* line 140, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ img { border: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003150}} +/* line 150, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ abbr[title] { cursor: help; } @@ -2187,7 +2187,7 @@ abbr[title] { * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003160}} +/* line 160, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ @@ -2197,19 +2197,19 @@ input[type="search"] { box-sizing: content-box; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003166}} +/* line 166, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; margin-right: 2px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_basic\.scss}line{font-family:\00003171}} +/* line 171, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_basic.scss */ input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* For image replacement */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\000032}} +/* line 2, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .ir { display: block; text-indent: -999em; @@ -2218,20 +2218,20 @@ input[type="search"]::-webkit-search-decoration { text-align: left; direction: ltr; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000310}} +/* line 10, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .ir br { display: none; } /* Hide for both screenreaders and browsers */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000316}} +/* line 16, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .hidden { display: none; visibility: hidden; } /* Hide only visually, but have it available for screenreaders */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000322}} +/* line 22, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .visually-hidden, .visuallyhidden { position: absolute; @@ -2241,7 +2241,7 @@ input[type="search"]::-webkit-search-decoration { * focusable when navigated to via the keyboard */ } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000331}} +/* line 31, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .visually-hidden.focusable:active, .visually-hidden.focusable:focus, .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { @@ -2254,54 +2254,54 @@ input[type="search"]::-webkit-search-decoration { } /* Hide visually and from screenreaders, but maintain layout */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000343}} +/* line 43, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .invisible { visibility: hidden; } /* Give a strong clear visual idea as to what is currently in focus */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000348}} +/* line 48, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000352}} +/* line 52, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ a:focus { background-color: #ffbf47; outline: 3px solid #ffbf47; } /* Make skiplinks visible when they are tabbed to */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000359}} +/* line 59, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .skiplink { position: absolute; left: -9999em; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000364}} +/* line 64, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ .skiplink:focus { position: static; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000368}} +/* line 68, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ #skiplink-container { text-align: center; background: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000372}} +/* line 72, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ #skiplink-container div { text-align: left; margin: 0 auto; max-width: 1020px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000378}} +/* line 78, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ #skiplink-container .skiplink { display: -moz-inline-stack; display: inline-block; margin: 0.75em 0 0 30px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000384}} +/* line 84, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ input:focus, textarea:focus, select:focus, @@ -2310,12 +2310,12 @@ button:focus, outline: 3px solid #ffbf47; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000393}} +/* line 93, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ #global-header h1 a:focus { background-color: transparent; outline: none; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_accessibility\.scss}line{font-family:\0000398}} +/* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_accessibility.scss */ #global-header a:focus { color: #0b0c0c; } @@ -2323,12 +2323,12 @@ button:focus, /* @import '_shims'; */ /* @import '_conditionals'; */ /* @import '_measurements'; */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\000035}} +/* line 5, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header { background-color: #0b0c0c; width: 100%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\000039}} +/* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper { background-color: #0b0c0c; max-width: 990px; @@ -2337,61 +2337,61 @@ button:focus, padding-bottom: 8px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\000039}} + /* line 9, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper { padding-left: 15px; padding-right: 15px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000326}} +/* line 26, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper .header-global .header-logo { float: left; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000326}} + /* line 26, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper .header-global .header-logo { width: 33.33%; } } @media screen and (max-width: 379px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000326}} + /* line 26, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper .header-global .header-logo { width: auto; float: none; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000338}} +/* line 38, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper .header-global .header-logo .content { margin: 0 15px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000342}} +/* line 42, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-wrapper .header-global .header-logo { margin: 5px 0 2px; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000349}} + /* line 49, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header.with-proposition .header-wrapper .header-global { float: left; width: 33.33%; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000354}} + /* line 54, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000360}} + /* line 60, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header.with-proposition .header-wrapper .header-proposition { width: 66.66%; float: left; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000365}} +/* line 65, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header.with-proposition .header-wrapper .header-proposition .content { margin: 0 15px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000372}} +/* line 72, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header #logo { float: left; position: relative; @@ -2412,7 +2412,7 @@ button:focus, background-size: 35px 31px; background-position: 0 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\0000398}} +/* line 98, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header #logo img { position: relative; top: -2px; @@ -2425,26 +2425,26 @@ button:focus, border: none; /* visibility: hidden; */ } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003115}} +/* line 115, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header #logo:hover, #global-header #logo:focus { text-decoration: none; border-bottom-color: #fff; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003121}} +/* line 121, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header #logo:active { color: #2b8cc4; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003125}} +/* line 125, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition { padding-top: 10px; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003125}} + /* line 125, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition { padding-top: 0; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003130}} +/* line 130, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-name { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -2456,17 +2456,17 @@ button:focus, text-decoration: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003130}} + /* line 130, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-name { font-size: 24px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003136}} +/* line 136, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a#proposition-name:hover { text-decoration: underline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003139}} +/* line 139, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -2480,23 +2480,23 @@ button:focus, padding-top: 6px; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003139}} + /* line 139, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu { font-size: 16px; line-height: 1.25; } } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003139}} + /* line 139, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu { display: none; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003149}} +/* line 149, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu:hover { text-decoration: underline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003152}} +/* line 152, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu:after { display: inline-block; font-size: 8px; @@ -2505,45 +2505,45 @@ button:focus, vertical-align: middle; content: " \25BC"; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003160}} +/* line 160, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition a.menu.js-hidden:after { content: " \25B2"; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003164}} +/* line 164, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-menu { margin-top: 5px; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003168}} + /* line 168, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-menu.no-proposition-name { margin-top: 37px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003175}} +/* line 175, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link, #global-header .header-proposition #proposition-links { clear: both; margin: 2px 0 0 0; padding: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003182}} +/* line 182, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ .js-enabled #global-header .header-proposition #proposition-link, .js-enabled #global-header .header-proposition #proposition-links { display: none; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003182}} + /* line 182, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ .js-enabled #global-header .header-proposition #proposition-link, .js-enabled #global-header .header-proposition #proposition-links { display: block; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003187}} +/* line 187, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ .js-enabled #global-header .header-proposition #proposition-link.js-visible, .js-enabled #global-header .header-proposition #proposition-links.js-visible { display: block; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003192}} +/* line 192, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link li, #global-header .header-proposition #proposition-links li { float: left; @@ -2552,7 +2552,7 @@ button:focus, border-bottom: 1px solid #2e3133; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003192}} + /* line 192, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link li, #global-header .header-proposition #proposition-links li { display: block; @@ -2560,13 +2560,13 @@ button:focus, padding: 0 15px 0 0; border-bottom: 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003204}} + /* line 204, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link li.clear-child, #global-header .header-proposition #proposition-links li.clear-child { clear: left; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003210}} +/* line 210, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { color: #fff; @@ -2578,7 +2578,7 @@ button:focus, text-transform: none; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003210}} + /* line 210, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { font-size: 14px; @@ -2586,7 +2586,7 @@ button:focus, } } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003210}} + /* line 210, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { font-family: "nta", Arial, sans-serif; @@ -2598,7 +2598,7 @@ button:focus, } } @media (min-width: 769px) and (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003210}} + /* line 210, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a, #global-header .header-proposition #proposition-links a { font-size: 16px; @@ -2606,59 +2606,59 @@ button:focus, } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003220}} +/* line 220, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a:hover, #global-header .header-proposition #proposition-links a:hover { text-decoration: underline; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003223}} +/* line 223, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a.active, #global-header .header-proposition #proposition-links a.active { color: #1d8feb; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003226}} +/* line 226, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link a:focus, #global-header .header-proposition #proposition-links a:focus { color: #0b0c0c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003232}} +/* line 232, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link { float: right; line-height: 22px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003235}} +/* line 235, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ .js-enabled #global-header .header-proposition #proposition-link { display: block; } @media (min-width: 769px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003232}} + /* line 232, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header .header-proposition #proposition-link { float: none; } } /* Global header bar */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003247}} +/* line 247, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-header-bar { height: 10px; background-color: #005ea5; } /* Global cookie message */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003258}} +/* line 258, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ .js-enabled #global-cookie-message { display: none; /* shown with JS, always on for non-JS */ } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003262}} +/* line 262, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-cookie-message { width: 100%; background-color: #d5e8f3; padding-top: 10px; padding-bottom: 10px; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003267}} +/* line 267, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-cookie-message p { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -2669,7 +2669,7 @@ button:focus, margin-bottom: 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_header\.scss}line{font-family:\00003267}} + /* line 267, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_header.scss */ #global-cookie-message p { font-size: 16px; line-height: 1.25; @@ -2677,12 +2677,12 @@ button:focus, } /* Global footer */ -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\000033}} +/* line 3, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer { background-color: #DEE0E2; border-top: 1px solid #a1acb2; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\000037}} +/* line 7, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-wrapper { margin: 0 auto; width: auto; @@ -2692,20 +2692,20 @@ button:focus, margin: 0 auto; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\000037}} + /* line 7, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-wrapper { padding-top: 60px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000317}} +/* line 17, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer a { color: #454a4c; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000320}} +/* line 20, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer a:hover { color: #171819; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000325}} +/* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer h2 { font-family: "nta", Arial, sans-serif; font-size: 18px; @@ -2717,17 +2717,17 @@ button:focus, margin: 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000325}} + /* line 25, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer h2 { font-size: 24px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000331}} +/* line 31, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer h2 a { color: inherit; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000336}} +/* line 36, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta { padding-left: 15px; padding-right: 15px; @@ -2737,25 +2737,25 @@ button:focus, color: #454a4c; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000336}} + /* line 36, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta { padding-left: 30px; padding-right: 30px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000344}} +/* line 44, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner { display: inline-block; vertical-align: bottom; width: 100%; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000344}} + /* line 44, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner { width: 75%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000358}} +/* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner ul { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -2768,41 +2768,41 @@ button:focus, padding: 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000358}} + /* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner ul { font-size: 16px; line-height: 1.5; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000358}} + /* line 58, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner ul { margin: 0 0 1em 0; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000369}} +/* line 69, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner ul li { display: inline-block; margin: 0 15px 0 0; } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000381}} +/* line 81, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence { clear: left; position: relative; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000381}} + /* line 81, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence { padding-left: 53px; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000393}} +/* line 93, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence .logo { margin-bottom: 1em; padding-top: 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\0000393}} + /* line 93, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence .logo { position: absolute; left: 0; @@ -2811,7 +2811,7 @@ button:focus, height: 100%; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003104}} +/* line 104, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence .logo a { display: block; width: 41px; @@ -2821,13 +2821,13 @@ button:focus, 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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003104}} + /* line 104, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #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; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003118}} +/* line 118, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence p { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -2838,13 +2838,13 @@ button:focus, padding-top: 0.1em; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003118}} + /* line 118, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .footer-meta-inner .open-government-licence p { font-size: 16px; line-height: 1.25; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003126}} +/* line 126, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright { font-family: "nta", Arial, sans-serif; font-size: 14px; @@ -2856,14 +2856,14 @@ button:focus, display: block; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003126}} + /* line 126, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright { font-size: 16px; line-height: 1.25; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003126}} + /* line 126, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright { display: inline-block; text-align: inherit; @@ -2872,7 +2872,7 @@ button:focus, margin-top: 0; } } -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003147}} +/* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright a { display: block; background-image: url("/static/images/govuk-crest.png"); @@ -2883,21 +2883,44 @@ button:focus, padding: 115px 0 0 0; } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003147}} + /* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #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) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003147}} + /* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright a { background-image: url("/static/images/govuk-crest-2x.png"); background-size: 125px 102px; } } @media (min-width: 641px) { -@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rebeccalaw\/dev-projects\/notify\/notifications-admin\/assets\/stylesheets\/govuk_template\/_footer\.scss}line{font-family:\00003147}} + /* line 147, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/govuk_template/_footer.scss */ #footer .footer-meta .copyright a { text-align: right; } } + +/* line 3, /Users/chrisheathcote/Dropbox/GDS/notifications-dev/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/chrisheathcote/Dropbox/GDS/notifications-dev/notifications-admin/app/assets/stylesheets/app.scss */ + .form-control-2-3, .form-control-1-4 { + font-size: 19px; + line-height: 1.31579; + } +} diff --git a/app/templates/add-service.html b/app/templates/add-service.html new file mode 100644 index 000000000..2191344c8 --- /dev/null +++ b/app/templates/add-service.html @@ -0,0 +1,31 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Set up notifications for your service

+ + +

+ +
+ For example, 'Vehicle tax' or 'Carer's allowance' +

+ +

We'll create your service in test mode

+

In test mode you can only send notifications to people in your team.

+

When you're ready to go live we'll remove this restriction.

+ + +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html new file mode 100644 index 000000000..5e24c7294 --- /dev/null +++ b/app/templates/admin_template.html @@ -0,0 +1,11 @@ +{% extends "govuk_template.html" %} + +{% block page_title %} +GOV.UK notifications admin +{% endblock %} + +{% block cookie_message %} +{% endblock %} + +{% set global_header_text = "GOV.UK Notify" %} + diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html new file mode 100644 index 000000000..fe6c6908e --- /dev/null +++ b/app/templates/dashboard.html @@ -0,0 +1,17 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Dashboard

+ +

Insert dashboard here.

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/hello-world.html b/app/templates/hello-world.html index 5abd0e5f9..04a97b8f5 100644 --- a/app/templates/hello-world.html +++ b/app/templates/hello-world.html @@ -1,7 +1,7 @@ -{% extends "govuk_template.html" %} +{% extends "admin_template.html" %} {% block page_title %} -Hello world! +GOV.UK notifications {% endblock %} {% block content %} diff --git a/app/templates/register-from-invite.html b/app/templates/register-from-invite.html new file mode 100644 index 000000000..ac4d49dcc --- /dev/null +++ b/app/templates/register-from-invite.html @@ -0,0 +1,34 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Create an account

+ +

If you've used GOV.UK Notify before, sign in to your account.

+ +

+ + +

+

+ + +

+

+ + +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/register.html b/app/templates/register.html new file mode 100644 index 000000000..18a0131af --- /dev/null +++ b/app/templates/register.html @@ -0,0 +1,39 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Create an account

+ +

If you've used GOV.UK Notify before, sign in to your account.

+ +

+ + +

+

+ +
+ Your email address must end in .gov.uk +

+

+ + +

+

+ + +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/signedout.html b/app/templates/signedout.html new file mode 100644 index 000000000..17bc940f4 --- /dev/null +++ b/app/templates/signedout.html @@ -0,0 +1,25 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

GOV.UK Notify

+ +

Use GOV.UK Notify to send notifications by text message, email and letter.

+

We're making it easy to keep your users informed.

+

If you work for a central UK Government department or agency you can set up a test account now.

+ + Set up an account + + + +

Sign in

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/signin.html b/app/templates/signin.html new file mode 100644 index 000000000..3d8df9d9d --- /dev/null +++ b/app/templates/signin.html @@ -0,0 +1,31 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Sign in

+ +

If you do not have an account, you can register.

+ +

+ +
+

+

+ +
+ Forgotten password? +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/two-factor.html b/app/templates/two-factor.html new file mode 100644 index 000000000..338100141 --- /dev/null +++ b/app/templates/two-factor.html @@ -0,0 +1,28 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Text verification

+ +

We've sent you a text message containing a verification code.

+ +

+ +
+ I haven't received a text +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/verify-mobile.html b/app/templates/verify-mobile.html new file mode 100644 index 000000000..92e77f3b5 --- /dev/null +++ b/app/templates/verify-mobile.html @@ -0,0 +1,29 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Confirm your mobile number

+ +

You need to prove the contact details you gave us are yours.

+

We've sent you an email and a text message containing confirmation codes.

+ +

+ +
+ I haven't received a text +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file diff --git a/app/templates/verify.html b/app/templates/verify.html new file mode 100644 index 000000000..9d407edff --- /dev/null +++ b/app/templates/verify.html @@ -0,0 +1,35 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +Hello world! +{% endblock %} + +{% block content %} + +
+
+

Confirm your email address and mobile number

+ +

You need to prove the contact details you gave us are yours.

+

We've sent you an email and a text message containing confirmation codes.

+ +

+ +
+ I haven't received an email +

+

+ +
+ I haven't received a text +

+ +

+ Continue +

+
+
+ +{% endblock %} \ No newline at end of file