Added language data

This commit is contained in:
Erik Tiekstra
2021-04-16 15:52:39 +02:00
parent 258d7fbc67
commit 0583d7e82d
14 changed files with 536 additions and 25 deletions

View File

@@ -28,7 +28,8 @@ strong {
}
// Make all digi icons display inline-flex to make them get the correct height.
[class^='sc-digi-icon'] {
[class^='sc-digi-icon'],
.digi-button__icon {
display: inline-flex;
}