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.
11 lines
203 B
11 lines
203 B
3 years ago
|
.app-figure {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.app-figure__caption {
|
||
|
@include govuk-font($size: 19);
|
||
|
border-top: 1px solid $govuk-border-colour;
|
||
|
margin-bottom: govuk-spacing(6);
|
||
|
padding-top: govuk-spacing(4);
|
||
|
}
|