Files
notifications-admin/app/assets/stylesheets/_grids.scss
T

116 lines
1.9 KiB
SCSS
Raw Normal View History

.govuk-grid-column-one-sixth {
@include govuk-grid-column(one-sixth, $class: false);
}
.govuk-grid-column-five-sixths {
@include govuk-grid-column(five-sixths, $class: false);
2015-12-17 10:18:31 +00:00
}
2016-01-18 10:47:53 +00:00
.govuk-grid-column-one-eighth {
@include govuk-grid-column(one-eighth, $class: false);
2016-03-17 11:45:48 +00:00
}
.govuk-grid-column-five-eighths {
@include govuk-grid-column(five-eighths, $class: false);
2016-05-20 12:05:05 +01:00
}
.govuk-grid-column-seven-eighths {
@include govuk-grid-column(seven-eighths, $class: false);
}
2017-05-25 13:31:51 +01:00
%top-gutter,
.top-gutter {
@extend %contain-floats;
display: block;
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(6);
2017-05-25 13:31:51 +01:00
clear: both;
}
.top-gutter-4-3 {
@extend %top-gutter;
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(7);
2017-05-25 13:31:51 +01:00
}
.top-gutter-1-2 {
@extend %top-gutter;
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(3);
}
.top-gutter-1-3 {
@extend %top-gutter;
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(2);
}
2019-06-09 11:31:47 +01:00
.top-gutter-2-3 {
@extend %top-gutter;
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(4);
2019-06-09 11:31:47 +01:00
}
2019-07-22 11:36:40 +01:00
.top-gutter-0 {
margin-top: 0;
}
%bottom-gutter,
2016-01-18 10:47:53 +00:00
.bottom-gutter {
@extend %contain-floats;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(6);
clear: both;
2016-01-18 10:47:53 +00:00
}
2016-02-26 16:22:07 +00:00
.bottom-gutter-2-3 {
@extend %bottom-gutter;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(4);
2016-02-26 16:22:07 +00:00
}
2016-08-02 16:43:47 +01:00
.bottom-gutter-1-2 {
@extend %bottom-gutter;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(3);
2016-08-02 16:43:47 +01:00
}
.bottom-gutter-1-3 {
@extend %bottom-gutter;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(2);
}
2016-11-04 09:50:11 +00:00
.bottom-gutter-3-2 {
@extend %bottom-gutter;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(6) * 3/2;
2016-11-04 09:50:11 +00:00
}
2016-08-22 15:39:50 +01:00
.bottom-gutter-2 {
@extend %bottom-gutter;
2020-02-21 13:21:44 +00:00
margin-bottom: govuk-spacing(9);
2016-08-22 15:39:50 +01:00
}
.left-gutter {
2020-02-21 13:21:44 +00:00
padding-left: govuk-spacing(6);
}
.left-gutter-4-3 {
2020-02-21 13:21:44 +00:00
padding-left: govuk-spacing(7);
}
.align-with-heading {
display: block;
text-align: center;
2016-11-18 11:18:29 +00:00
margin-top: 13px;
padding-left: 2px;
padding-right: 2px;
}
2016-04-20 15:37:17 +01:00
.align-with-heading-copy {
display: block;
2016-12-05 13:02:19 +00:00
margin-top: 25px;
2016-04-20 15:37:17 +01:00
}
.align-with-heading-copy-right {
display: block;
2019-04-23 10:03:28 +01:00
margin: 21px 0 19px 0;
text-align: right;
}
2018-01-18 16:38:15 +00:00
.align-with-big-number-hint {
2020-02-21 13:21:44 +00:00
margin-top: govuk-spacing(8);
2018-01-18 16:38:15 +00:00
}