RED-5484 & RED-5485: add scm i18n folder & css file
This commit is contained in:
parent
eecd5f7545
commit
935145ed89
2203
apps/red-ui/src/assets/i18n/scm/de.json
Normal file
2203
apps/red-ui/src/assets/i18n/scm/de.json
Normal file
File diff suppressed because it is too large
Load Diff
2204
apps/red-ui/src/assets/i18n/scm/en.json
Normal file
2204
apps/red-ui/src/assets/i18n/scm/en.json
Normal file
File diff suppressed because it is too large
Load Diff
9
apps/red-ui/src/assets/styles/themes/scm.css
Normal file
9
apps/red-ui/src/assets/styles/themes/scm.css
Normal 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*/
|
||||
}
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user