You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.3 KiB
67 lines
1.3 KiB
10 months ago
|
.app-data-box-group {
|
||
|
@include govuk-font($size: 19);
|
||
|
font-weight: bold;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box-group-one-third {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
column-gap: govuk-spacing(4);
|
||
|
width: 100%;
|
||
|
min-width: 733.33px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box-one-third {
|
||
|
width: 33.3333%;
|
||
|
float: left;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box__underline {
|
||
|
min-width: 733.33px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box-group-one-half {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
column-gap: govuk-spacing(4);
|
||
|
width: 100%;
|
||
|
min-width: 733.33px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box-one-half {
|
||
|
width: 50%;
|
||
|
float: left;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 54.0625em) {
|
||
|
.app-data-box-one-half__underline {
|
||
|
min-width: 733.33px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.app-data-box__upper {
|
||
|
@include govuk-responsive-margin(2, "bottom");
|
||
|
@include govuk-responsive-padding(4);
|
||
|
|
||
|
background-color: govuk-colour("light-grey");
|
||
|
color: govuk-colour("blue");
|
||
|
}
|
||
|
|
||
|
.app-data-box__lower {
|
||
|
@include govuk-responsive-margin(4, "bottom");
|
||
|
@include govuk-responsive-padding(4);
|
||
|
|
||
|
background-color: govuk-colour("blue");
|
||
|
}
|
||
|
|
||
|
.app-data-box__count {
|
||
|
font-size: 48px;
|
||
|
color: govuk-colour("blue");
|
||
|
}
|