@sdata/web-vue 2.10.1 → 2.10.2
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/dist/sd.css +1 -1
- package/dist/sd.min.css +1 -1
- package/es/index.css +1 -1
- package/es/layout/style/index.css +1 -1
- package/es/layout/style/token.scss +1 -1
- package/json/web-types.json +1 -1
- package/package.json +1 -1
package/es/index.css
CHANGED
|
@@ -10462,7 +10462,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
10462
10462
|
.sd-layout-header {
|
|
10463
10463
|
height: 64px;
|
|
10464
10464
|
padding: 0 50px;
|
|
10465
|
-
color: var(--sd-color-
|
|
10465
|
+
color: color-mix(in srgb, var(--sd-color-menu-dark-bg), #fff 90%);
|
|
10466
10466
|
line-height: 64px;
|
|
10467
10467
|
background: var(--sd-color-menu-dark-bg);
|
|
10468
10468
|
}
|
|
@@ -19,7 +19,7 @@ $layout-header-bg: var(string.unquote('#{global.$sd-cssvars-prefix}-color-menu-d
|
|
|
19
19
|
$layout-header-height: global.$size-16; // 64px
|
|
20
20
|
$layout-header-padding-horizontal: 50px;
|
|
21
21
|
$layout-header-padding: 0 $layout-header-padding-horizontal;
|
|
22
|
-
$layout-header-color:
|
|
22
|
+
$layout-header-color: color-mix(in srgb, $layout-header-bg, #fff 90%);
|
|
23
23
|
|
|
24
24
|
/*****************************************************
|
|
25
25
|
* Footer
|
package/json/web-types.json
CHANGED