@arco-themes/vue-rb-node-saas-web 0.0.4 → 0.0.5
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 +8 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +19 -19
- package/variables.less +19 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -2067,7 +2067,7 @@
|
|
|
2067
2067
|
@card-color-box-shadow_dark: rgba(var(--gray-1), 40%);
|
|
2068
2068
|
@card-border-width: 1px;
|
|
2069
2069
|
@card-border-width-title-bottom: 1px;
|
|
2070
|
-
@card-border-radius:
|
|
2070
|
+
@card-border-radius: 6px;
|
|
2071
2071
|
@card-border-radius-no-border: var(--border-radius-none);
|
|
2072
2072
|
@card-prefix-cls: ~'@{prefix}-card';
|
|
2073
2073
|
|
|
@@ -2376,18 +2376,18 @@
|
|
|
2376
2376
|
|
|
2377
2377
|
/*********** drawer ***********/
|
|
2378
2378
|
|
|
2379
|
-
@drawer-size-header-height:
|
|
2380
|
-
@drawer-margin-footer-button-left:
|
|
2379
|
+
@drawer-size-header-height: 60px;
|
|
2380
|
+
@drawer-margin-footer-button-left: 16px;
|
|
2381
2381
|
@drawer-font-header-size: 16px;
|
|
2382
|
-
@drawer-padding-horizontal:
|
|
2383
|
-
@drawer-padding-footer-vertical:
|
|
2384
|
-
@drawer-padding-content-vertical:
|
|
2382
|
+
@drawer-padding-horizontal: 32px;
|
|
2383
|
+
@drawer-padding-footer-vertical: 23px;
|
|
2384
|
+
@drawer-padding-content-vertical: 24px;
|
|
2385
2385
|
@drawer-font-header-weight: 500;
|
|
2386
2386
|
@drawer-color-border: var(--color-neutral-3);
|
|
2387
2387
|
@drawer-color-header-text: var(--color-text-1);
|
|
2388
2388
|
@drawer-color-content-text: var(--color-text-1);
|
|
2389
|
-
@drawer-position-close-icon-right:
|
|
2390
|
-
@drawer-font-size-close-icon:
|
|
2389
|
+
@drawer-position-close-icon-right: 32px;
|
|
2390
|
+
@drawer-font-size-close-icon: 16px;
|
|
2391
2391
|
@drawer-prefix-cls: ~'@{prefix}-drawer';
|
|
2392
2392
|
|
|
2393
2393
|
|
|
@@ -2788,35 +2788,35 @@
|
|
|
2788
2788
|
/*********** modal ***********/
|
|
2789
2789
|
|
|
2790
2790
|
@modal-border-radius: var(--border-radius-medium);
|
|
2791
|
-
@modal-size-tip-icon:
|
|
2791
|
+
@modal-size-tip-icon: 16px;
|
|
2792
2792
|
@modal-margin-top: 100px;
|
|
2793
2793
|
@modal-margin-tip-icon-right: 10px;
|
|
2794
|
-
@modal-margin-footer-button-left:
|
|
2794
|
+
@modal-margin-footer-button-left: 16px;
|
|
2795
2795
|
@modal-color-border: var(--color-neutral-3);
|
|
2796
2796
|
@modal-color-header-text: var(--color-text-1);
|
|
2797
2797
|
@modal-color-content-text: var(--color-text-1);
|
|
2798
2798
|
@modal-font-header-size: 16px;
|
|
2799
|
-
@modal-default-padding-horizontal:
|
|
2800
|
-
@modal-default-size-header-height:
|
|
2799
|
+
@modal-default-padding-horizontal: 32px;
|
|
2800
|
+
@modal-default-size-header-height: 60px;
|
|
2801
2801
|
@modal-default-padding-content-vertical: 24px;
|
|
2802
|
-
@modal-default-padding-footer-vertical:
|
|
2802
|
+
@modal-default-padding-footer-vertical: 23px;
|
|
2803
2803
|
@modal-default-size-width: 520px;
|
|
2804
2804
|
@modal-font-content-size: 14px;
|
|
2805
|
-
@modal-default-align-header:
|
|
2805
|
+
@modal-default-align-header: left;
|
|
2806
2806
|
@modal-simple-align-header: center;
|
|
2807
2807
|
@modal-simple-size-width: 400px;
|
|
2808
2808
|
@modal-simple-padding-horizontal: 32px;
|
|
2809
2809
|
@modal-simple-padding-top: 24px;
|
|
2810
|
-
@modal-simple-padding-bottom:
|
|
2811
|
-
@modal-simple-margin-footer-top:
|
|
2810
|
+
@modal-simple-padding-bottom: 24px;
|
|
2811
|
+
@modal-simple-margin-footer-top: 24px;
|
|
2812
2812
|
@modal-simple-margin-content-top: 24px;
|
|
2813
|
-
@modal-position-close-icon-right:
|
|
2814
|
-
@modal-font-size-close-icon:
|
|
2813
|
+
@modal-position-close-icon-right: 32px;
|
|
2814
|
+
@modal-font-size-close-icon: 16px;
|
|
2815
2815
|
@modal-prefix-cls: ~'@{prefix}-modal';
|
|
2816
|
+
@modal-simple-align-footer: right;
|
|
2816
2817
|
@modal-box-shadow: @shadow-none;
|
|
2817
2818
|
@modal-border-width: @border-none;
|
|
2818
2819
|
@modal-default-align-footer: right;
|
|
2819
|
-
@modal-simple-align-footer: center;
|
|
2820
2820
|
|
|
2821
2821
|
|
|
2822
2822
|
/*********** notification ***********/
|
package/variables.less
CHANGED
|
@@ -871,3 +871,22 @@
|
|
|
871
871
|
@btn-size-mini-icon-spacing: @spacing-1;
|
|
872
872
|
@btn-size-mini-padding-horizontal: @spacing-5;
|
|
873
873
|
@btn-size-large-icon-spacing: @spacing-3;
|
|
874
|
+
@card-border-radius: @border-radius-medium;
|
|
875
|
+
@modal-default-size-header-height: @size-15;
|
|
876
|
+
@modal-size-tip-icon: @size-4;
|
|
877
|
+
@modal-font-size-close-icon: @size-4;
|
|
878
|
+
@modal-position-close-icon-right: @spacing-10;
|
|
879
|
+
@modal-simple-padding-bottom: @spacing-9;
|
|
880
|
+
@modal-simple-margin-footer-top: @spacing-9;
|
|
881
|
+
@modal-simple-align-footer: right;
|
|
882
|
+
@modal-default-padding-horizontal: @spacing-10;
|
|
883
|
+
@modal-default-align-header: left;
|
|
884
|
+
@modal-margin-footer-button-left: @spacing-7;
|
|
885
|
+
@modal-default-padding-footer-vertical: 23px;
|
|
886
|
+
@drawer-padding-horizontal: @spacing-10;
|
|
887
|
+
@drawer-padding-content-vertical: @spacing-9;
|
|
888
|
+
@drawer-position-close-icon-right: @spacing-10;
|
|
889
|
+
@drawer-font-size-close-icon: @size-4;
|
|
890
|
+
@drawer-size-header-height: @size-15;
|
|
891
|
+
@drawer-margin-footer-button-left: @size-4;
|
|
892
|
+
@drawer-padding-footer-vertical: 23px;
|