mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:38:25 -04:00
Replace site-width-container with govuk-width-container
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
@extend %site-width-container;
|
@include govuk-width-container;
|
||||||
@include core-16($line-height: (25 / 16), $line-height-640: 1.75);
|
@include core-16($line-height: (25 / 16), $line-height-640: 1.75);
|
||||||
|
|
||||||
padding: $gutter-one-third 0;
|
padding: $gutter-one-third 0;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ $button-shadow-size: $govuk-border-width-form-element;
|
|||||||
|
|
||||||
&-wrapper {
|
&-wrapper {
|
||||||
|
|
||||||
@extend %site-width-container;
|
@include govuk-width-container;
|
||||||
|
|
||||||
@include media(desktop) {
|
@include media(desktop) {
|
||||||
background-image: file-url('product/proposition-illustration.png');
|
background-image: file-url('product/proposition-illustration.png');
|
||||||
@@ -57,7 +57,7 @@ $button-shadow-size: $govuk-border-width-form-element;
|
|||||||
|
|
||||||
&-section {
|
&-section {
|
||||||
|
|
||||||
@extend %site-width-container;
|
@include govuk-width-container;
|
||||||
margin-bottom: $gutter-half;
|
margin-bottom: $gutter-half;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user