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.
29 lines
563 B
29 lines
563 B
.app-document-list { |
|
margin-top: govuk-spacing(3); |
|
margin-bottom: govuk-spacing(6); |
|
} |
|
|
|
.app-document-list__item { |
|
margin-bottom: govuk-spacing(3); |
|
|
|
&: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; |
|
}
|
|
|