RED-5484 & RED-5485: add scm i18n folder & css file

This commit is contained in:
Dan Percic 2022-11-21 16:35:08 +02:00
parent eecd5f7545
commit 935145ed89
6 changed files with 4416 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
body.light {
/*Override the default light theme here*/
/*Copy CSS variables from theme-template.css file*/
}
body.dark {
/*Override the default dark theme here*/
/*Copy CSS variables from theme-template.css file*/
}

View File

@ -43,8 +43,6 @@ available-variables {
--iqser-button-radius: 17px;
--iqser-button-font-size: 13px;
--iqser-button-height: 34px;
--iqser-font-family: 'some placeholder value that should be overridden when configuring a theme';
--iqser-app-name-font-family: 'some placeholder value that should be overridden when configuring a theme';
}
body.light {