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.
24 lines
336 B
24 lines
336 B
2 years ago
|
.app-metadata {
|
||
|
@include govuk-font($size: 16, $tabular: true);
|
||
|
color: $govuk-secondary-text-colour;
|
||
|
margin-top: 0;
|
||
|
|
||
|
&--inline {
|
||
|
display: flex;
|
||
|
gap: govuk-spacing(3);
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
&__item {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
&__term {
|
||
|
margin-right: govuk-spacing(1);
|
||
|
}
|
||
|
|
||
|
&__definition {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|