Added some functionality and some new data to mock-api

This commit is contained in:
Erik Tiekstra
2021-03-29 10:17:00 +02:00
committed by Erik Tiekstra
parent cfe1907842
commit c03b66c6bc
11 changed files with 490 additions and 308 deletions

View File

@@ -17,10 +17,19 @@ body {
font-weight: var(--digi--typography--font-weight);
}
button {
font-family: var(--digi--typography--font-family);
}
strong {
font-weight: var(--digi--typography--font-weight--semibold);
}
// Make all digi icons display inline-flex to make them get the correct height.
[class^='sc-digi-icon'] {
display: inline-flex;
}
.dafa {
&__a11y-sr-only {
@include dafa__a11y-sr-only;