Added some functionality and some new data to mock-api
This commit is contained in:
committed by
Erik Tiekstra
parent
cfe1907842
commit
c03b66c6bc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user