@arco-themes/vue-rb-node-saas-web 0.0.10 → 0.0.11
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/README.md +7 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +3 -3
- package/variables.less +3 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
@card-border-width: 1px;
|
|
2075
2075
|
@card-border-width-title-bottom: 1px;
|
|
2076
2076
|
@card-border-radius: 6px;
|
|
2077
|
-
@card-border-radius-no-border:
|
|
2077
|
+
@card-border-radius-no-border: 6px;
|
|
2078
2078
|
@card-prefix-cls: ~'@{prefix}-card';
|
|
2079
2079
|
|
|
2080
2080
|
|
|
@@ -2690,8 +2690,8 @@
|
|
|
2690
2690
|
@menu-light-color-bg-item_hover: rgb(var(--primary-1));
|
|
2691
2691
|
@menu-light-color-bg-item_selected: rgb(var(--primary-1));
|
|
2692
2692
|
@menu-light-color-bg-item_disabled: var(--color-menu-light-bg);
|
|
2693
|
-
@menu-light-color-item_default:
|
|
2694
|
-
@menu-light-color-item_hover:
|
|
2693
|
+
@menu-light-color-item_default: #333333;
|
|
2694
|
+
@menu-light-color-item_hover: #333333;
|
|
2695
2695
|
@menu-light-color-item_selected: rgb(var(--primary-6));
|
|
2696
2696
|
@menu-light-color-submenu_selected: rgb(var(--primary-6));
|
|
2697
2697
|
@menu-light-color-bg-submenu_selected_hover: var(--color-fill-2);
|
package/variables.less
CHANGED
|
@@ -944,3 +944,6 @@
|
|
|
944
944
|
@menu-light-color-item_selected: @color-primary-6;
|
|
945
945
|
@menu-light-color-submenu_selected: @color-primary-6;
|
|
946
946
|
@menu-margin-right-item-prefix-icon: @spacing-5;
|
|
947
|
+
@card-border-radius-no-border: @border-radius-medium;
|
|
948
|
+
@menu-light-color-item_default: @color-text-1;
|
|
949
|
+
@menu-light-color-item_hover: @color-text-1;
|