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.
25 lines
472 B
25 lines
472 B
3 years ago
|
.app-document-list__item {
|
||
|
margin-bottom: govuk-spacing(4);
|
||
|
|
||
|
&:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.app-document-list__item-title {
|
||
|
@include govuk-font($size: 16, $weight: "bold");
|
||
|
margin: 0 0 govuk-spacing(1);
|
||
|
}
|
||
|
|
||
|
.app-document-list__item-description {
|
||
|
@include govuk-font($size: 16);
|
||
|
margin: govuk-spacing(1) 0;
|
||
|
}
|
||
|
|
||
|
.app-document-list__item-metadata {
|
||
|
@include govuk-font($size: 16);
|
||
|
color: $govuk-secondary-text-colour;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|