mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Merge pull request #1500 from opencloud-eu/chore/web-remove-unused-theming-options
chore(web): remove unused theming options
This commit is contained in:
@@ -5,43 +5,6 @@
|
||||
"ios": {},
|
||||
"web": {
|
||||
"defaults": {
|
||||
"appBanner": {},
|
||||
"designTokens": {
|
||||
"breakpoints": {
|
||||
"large-default": "",
|
||||
"large-max": "",
|
||||
"medium-default": "",
|
||||
"medium-max": "",
|
||||
"small-default": "",
|
||||
"small-max": "",
|
||||
"xlarge": "",
|
||||
"xsmall-max": ""
|
||||
},
|
||||
"fontSizes": {
|
||||
"default": "",
|
||||
"large": "",
|
||||
"medium": ""
|
||||
},
|
||||
"sizes": {
|
||||
"form-check-default": "",
|
||||
"height-small": "",
|
||||
"height-table-row": "",
|
||||
"icon-default": "",
|
||||
"max-height-logo": "",
|
||||
"max-width-logo": "",
|
||||
"tiles-default": "",
|
||||
"tiles-resize-step": "",
|
||||
"width-medium": ""
|
||||
},
|
||||
"spacing": {
|
||||
"large": "",
|
||||
"medium": "",
|
||||
"small": "",
|
||||
"xlarge": "",
|
||||
"xsmall": "",
|
||||
"xxlarge": ""
|
||||
}
|
||||
},
|
||||
"logo": "themes/opencloud-dev/assets/logo.svg",
|
||||
"favicon": "themes/opencloud-dev/assets/favicon.svg"
|
||||
},
|
||||
|
||||
@@ -51,43 +51,7 @@
|
||||
"web": {
|
||||
"defaults": {
|
||||
"logo": "themes/opencloud/assets/logo.svg",
|
||||
"favicon": "themes/opencloud/assets/favicon.svg",
|
||||
"designTokens": {
|
||||
"breakpoints": {
|
||||
"xsmall-max": "",
|
||||
"small-default": "",
|
||||
"small-max": "",
|
||||
"medium-default": "",
|
||||
"medium-max": "",
|
||||
"large-default": "",
|
||||
"large-max": "",
|
||||
"xlarge": ""
|
||||
},
|
||||
"fontSizes": {
|
||||
"default": "",
|
||||
"large": "",
|
||||
"medium": ""
|
||||
},
|
||||
"sizes": {
|
||||
"form-check-default": "",
|
||||
"height-small": "",
|
||||
"height-table-row": "",
|
||||
"icon-default": "",
|
||||
"max-height-logo": "",
|
||||
"max-width-logo": "",
|
||||
"width-medium": "",
|
||||
"tiles-default": "",
|
||||
"tiles-resize-step": ""
|
||||
},
|
||||
"spacing": {
|
||||
"xsmall": "",
|
||||
"small": "",
|
||||
"medium": "",
|
||||
"large": "",
|
||||
"xlarge": "",
|
||||
"xxlarge": ""
|
||||
}
|
||||
}
|
||||
"favicon": "themes/opencloud/assets/favicon.svg"
|
||||
},
|
||||
"themes": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user