|
@@ -6,19 +6,19 @@
|
|
|
|
|
|
|
|
|
-------------------------- */
|
|
|
-$--all-transition: all .3s cubic-bezier(.645,.045,.355,1) !default;
|
|
|
+$--all-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !default;
|
|
|
$--fade-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) !default;
|
|
|
$--fade-linear-transition: opacity 200ms linear !default;
|
|
|
$--md-fade-transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1) !default;
|
|
|
-$--border-transition-base: border-color .2s cubic-bezier(.645,.045,.355,1) !default;
|
|
|
-$--color-transition-base: color .2s cubic-bezier(.645,.045,.355,1) !default;
|
|
|
+$--border-transition-base: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !default;
|
|
|
+$--color-transition-base: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !default;
|
|
|
|
|
|
|
|
|
-------------------------- */
|
|
|
|
|
|
-$--color-primary: #2D74E7 !default;
|
|
|
+$--color-primary: #2d74e7 !default;
|
|
|
|
|
|
-$--color-white: #FFFFFF !default;
|
|
|
+$--color-white: #ffffff !default;
|
|
|
|
|
|
$--color-black: #000000 !default;
|
|
|
$--color-primary-light-1: mix($--color-white, $--color-primary, 10%) !default;
|
|
@@ -31,9 +31,9 @@ $--color-primary-light-7: mix($--color-white, $--color-primary, 70%) !default; /
|
|
|
$--color-primary-light-8: mix($--color-white, $--color-primary, 80%) !default;
|
|
|
$--color-primary-light-9: mix($--color-white, $--color-primary, 90%) !default;
|
|
|
|
|
|
-$--color-success: #67C23A !default;
|
|
|
+$--color-success: #67c23a !default;
|
|
|
|
|
|
-$--color-warning: #E6A23C !default;
|
|
|
+$--color-warning: #e6a23c !default;
|
|
|
|
|
|
$--color-danger: #e7304e !default;
|
|
|
|
|
@@ -49,25 +49,25 @@ $--color-warning-lighter: mix($--color-white, $--color-warning, 90%) !default;
|
|
|
$--color-danger-lighter: mix($--color-white, $--color-danger, 90%) !default;
|
|
|
$--color-info-lighter: mix($--color-white, $--color-info, 90%) !default;
|
|
|
|
|
|
-$--color-text-primary: #303133 !default;
|
|
|
+$--color-text-primary: #333333 !default;
|
|
|
|
|
|
$--color-text-regular: #606266 !default;
|
|
|
|
|
|
$--color-text-secondary: #909399 !default;
|
|
|
|
|
|
-$--color-text-placeholder: #C0C4CC !default;
|
|
|
+$--color-text-placeholder: #c0c4cc !default;
|
|
|
|
|
|
-$--border-color-base: #DCDFE6 !default;
|
|
|
+$--border-color-base: #dcdfe6 !default;
|
|
|
|
|
|
-$--border-color-light: #E4E7ED !default;
|
|
|
+$--border-color-light: #e4e7ed !default;
|
|
|
|
|
|
-$--border-color-lighter: #EBEEF5 !default;
|
|
|
+$--border-color-lighter: #ebeef5 !default;
|
|
|
|
|
|
-$--border-color-extra-light: #F2F6FC !default;
|
|
|
+$--border-color-extra-light: #f2f6fc !default;
|
|
|
|
|
|
|
|
|
|
|
|
-$--background-color-base: #F5F7FA !default;
|
|
|
+$--background-color-base: #f5f7fa !default;
|
|
|
|
|
|
|
|
|
-------------------------- */
|
|
@@ -91,9 +91,9 @@ $--border-radius-zero: 0 !default;
|
|
|
|
|
|
|
|
|
|
|
|
-$--box-shadow-base: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04) !default;
|
|
|
+$--box-shadow-base: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04) !default;
|
|
|
|
|
|
-$--box-shadow-dark: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .12) !default;
|
|
|
+$--box-shadow-dark: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.12) !default;
|
|
|
|
|
|
$--box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
|
|
|
|
|
@@ -210,8 +210,6 @@ $--checkbox-button-checked-font-color: $--color-white !default;
|
|
|
|
|
|
$--checkbox-button-checked-border-color: $--color-primary !default;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
|
|
|
-------------------------- */
|
|
|
|
|
@@ -480,8 +478,8 @@ $--cascader-menu-radius: $--border-radius-base !default;
|
|
|
$--cascader-menu-border: solid 1px $--border-color-light !default;
|
|
|
$--cascader-menu-shadow: $--box-shadow-light !default;
|
|
|
$--cascader-node-background-hover: $--background-color-base !default;
|
|
|
-$--cascader-node-color-disabled:$--color-text-placeholder !default;
|
|
|
-$--cascader-color-empty:$--color-text-placeholder !default;
|
|
|
+$--cascader-node-color-disabled: $--color-text-placeholder !default;
|
|
|
+$--cascader-color-empty: $--color-text-placeholder !default;
|
|
|
$--cascader-tag-background: #f0f2f5;
|
|
|
|
|
|
|
|
@@ -591,7 +589,6 @@ $--button-info-background-color: $--color-info !default;
|
|
|
$--button-hover-tint-percent: 20% !default;
|
|
|
$--button-active-shade-percent: 10% !default;
|
|
|
|
|
|
-
|
|
|
|
|
|
-------------------------- */
|
|
|
$--cascader-height: 200px !default;
|
|
@@ -639,7 +636,7 @@ $--table-row-hover-background-color: $--background-color-base !default;
|
|
|
$--table-current-row-background-color: $--color-primary-light-9 !default;
|
|
|
|
|
|
$--table-header-background-color: $--color-white !default;
|
|
|
-$--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default;
|
|
|
+$--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12) !default;
|
|
|
|
|
|
|
|
|
-------------------------- */
|
|
@@ -827,8 +824,8 @@ $--loading-fullscreen-spinner-size: 50px !default;
|
|
|
|
|
|
|
|
|
--------------------------*/
|
|
|
-$--scrollbar-background-color: rgba($--color-text-secondary, .3) !default;
|
|
|
-$--scrollbar-hover-background-color: rgba($--color-text-secondary, .5) !default;
|
|
|
+$--scrollbar-background-color: rgba($--color-text-secondary, 0.3) !default;
|
|
|
+$--scrollbar-hover-background-color: rgba($--color-text-secondary, 0.5) !default;
|
|
|
|
|
|
|
|
|
--------------------------*/
|
|
@@ -937,7 +934,7 @@ $--link-info-font-color: $--color-info !default;
|
|
|
|
|
|
$--calendar-border: $--table-border !default;
|
|
|
|
|
|
-$--calendar-selected-background-color: #F2F8FE !default;
|
|
|
+$--calendar-selected-background-color: #f2f8fe !default;
|
|
|
$--calendar-cell-width: 85px !default;
|
|
|
|
|
|
|
|
@@ -950,7 +947,7 @@ $--form-label-font-size: $--font-size-base !default;
|
|
|
|
|
|
$--avatar-font-color: #fff !default;
|
|
|
|
|
|
-$--avatar-background-color: #C0C4CC !default;
|
|
|
+$--avatar-background-color: #c0c4cc !default;
|
|
|
|
|
|
$--avatar-text-font-size: 14px !default;
|
|
|
|
|
@@ -972,23 +969,49 @@ $--lg: 1200px !default;
|
|
|
$--xl: 1920px !default;
|
|
|
|
|
|
$--breakpoints: (
|
|
|
- 'xs' : (max-width: $--sm - 1),
|
|
|
- 'sm' : (min-width: $--sm),
|
|
|
- 'md' : (min-width: $--md),
|
|
|
- 'lg' : (min-width: $--lg),
|
|
|
- 'xl' : (min-width: $--xl)
|
|
|
+ 'xs': (
|
|
|
+ max-width: $--sm - 1
|
|
|
+ ),
|
|
|
+ 'sm': (
|
|
|
+ min-width: $--sm
|
|
|
+ ),
|
|
|
+ 'md': (
|
|
|
+ min-width: $--md
|
|
|
+ ),
|
|
|
+ 'lg': (
|
|
|
+ min-width: $--lg
|
|
|
+ ),
|
|
|
+ 'xl': (
|
|
|
+ min-width: $--xl
|
|
|
+ )
|
|
|
);
|
|
|
|
|
|
$--breakpoints-spec: (
|
|
|
- 'xs-only' : (max-width: $--sm - 1),
|
|
|
- 'sm-and-up' : (min-width: $--sm),
|
|
|
- 'sm-only': "(min-width: #{$--sm}) and (max-width: #{$--md - 1})",
|
|
|
- 'sm-and-down': (max-width: $--md - 1),
|
|
|
- 'md-and-up' : (min-width: $--md),
|
|
|
- 'md-only': "(min-width: #{$--md}) and (max-width: #{$--lg - 1})",
|
|
|
- 'md-and-down': (max-width: $--lg - 1),
|
|
|
- 'lg-and-up' : (min-width: $--lg),
|
|
|
- 'lg-only': "(min-width: #{$--lg}) and (max-width: #{$--xl - 1})",
|
|
|
- 'lg-and-down': (max-width: $--xl - 1),
|
|
|
- 'xl-only' : (min-width: $--xl),
|
|
|
+ 'xs-only': (
|
|
|
+ max-width: $--sm - 1
|
|
|
+ ),
|
|
|
+ 'sm-and-up': (
|
|
|
+ min-width: $--sm
|
|
|
+ ),
|
|
|
+ 'sm-only': '(min-width: #{$--sm}) and (max-width: #{$--md - 1})',
|
|
|
+ 'sm-and-down': (
|
|
|
+ max-width: $--md - 1
|
|
|
+ ),
|
|
|
+ 'md-and-up': (
|
|
|
+ min-width: $--md
|
|
|
+ ),
|
|
|
+ 'md-only': '(min-width: #{$--md}) and (max-width: #{$--lg - 1})',
|
|
|
+ 'md-and-down': (
|
|
|
+ max-width: $--lg - 1
|
|
|
+ ),
|
|
|
+ 'lg-and-up': (
|
|
|
+ min-width: $--lg
|
|
|
+ ),
|
|
|
+ 'lg-only': '(min-width: #{$--lg}) and (max-width: #{$--xl - 1})',
|
|
|
+ 'lg-and-down': (
|
|
|
+ max-width: $--xl - 1
|
|
|
+ ),
|
|
|
+ 'xl-only': (
|
|
|
+ min-width: $--xl
|
|
|
+ )
|
|
|
);
|