@things-factory/setting-ui 10.0.0-zeta.8 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
body {
|
|
2
|
-
--setting-background: var(--md-sys-color-background);
|
|
3
2
|
|
|
4
|
-
--setting-let-background: var(--md-sys-color-on-primary);
|
|
5
3
|
--setting-let-margin: var(--margin-wide);
|
|
6
4
|
--setting-let-border-radius: var(--border-radius);
|
|
7
5
|
--setting-let-border: var(--border-dim-color);
|
|
8
6
|
|
|
9
7
|
--setting-title-font: var(--subtitle-font);
|
|
10
|
-
--setting-title-color: var(--subtitle-text-color);
|
|
11
8
|
|
|
12
9
|
--setting-content-padding: var(--padding-wide);
|
|
13
10
|
--setting-content-font: normal 0.9em var(--theme-font);
|
|
14
|
-
--setting-content-color: var(--md-sys-color-secondary);
|
|
15
|
-
|
|
16
|
-
--setting-info-content-padding: 10px 15px;
|
|
17
|
-
--setting-info-background-color: #f0f0f0;
|
|
18
|
-
--setting-info-font: normal 14px/14px var(--theme-font);
|
|
19
|
-
--setting-info-color: #666;
|
|
20
|
-
--setting-info-appname-color: var(--md-sys-color-primary);
|
|
21
11
|
|
|
22
12
|
--setting-icon-height: 170px;
|
|
23
13
|
--setting-icon-margin: 40px 0 5px 0;
|