@klodd/ds 3.14.12 → 3.14.13
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.
- package/css/apps/ekonom.css +4 -1
- package/package.json +1 -1
package/css/apps/ekonom.css
CHANGED
|
@@ -33,7 +33,10 @@
|
|
|
33
33
|
--surface-overlay: var(--plum-3); /* #351a35 */
|
|
34
34
|
--surface-hover: var(--plum-3);
|
|
35
35
|
--surface-active: var(--plum-4);
|
|
36
|
-
|
|
36
|
+
/* Sunken < raised (iOS-stil: input "sjunker in" i kortet med page-niva
|
|
37
|
+
bakgrund). Distinkt fran --surface-raised plum-2 sa form-falt syns
|
|
38
|
+
tydligt mot kort-bakgrunden. */
|
|
39
|
+
--surface-sunken: var(--plum-1);
|
|
37
40
|
|
|
38
41
|
/* Text - Ekonoms varma vit (lite lila-tonad) istallet for Mauve-12.
|
|
39
42
|
Bevarar den karaktaren som Ekonom haft sedan tidigt. */
|