|
|
@@ -0,0 +1,60 @@
|
|
|
+:root,
|
|
|
+page {
|
|
|
+ --wot-color-theme: initial;
|
|
|
+ --wot-color-primary: initial;
|
|
|
+ --wot-color-success: initial;
|
|
|
+ --wot-color-warning: initial;
|
|
|
+ --wot-color-error: initial;
|
|
|
+ --wot-color-danger: initial;
|
|
|
+ --wot-color-info: initial;
|
|
|
+ --wot-color-black: initial;
|
|
|
+ --wot-color-white: initial;
|
|
|
+ --wot-color-gray-1: initial;
|
|
|
+ --wot-color-gray-2: initial;
|
|
|
+ --wot-color-gray-3: initial;
|
|
|
+ --wot-color-gray-4: initial;
|
|
|
+ --wot-color-gray-5: initial;
|
|
|
+ --wot-color-gray-6: initial;
|
|
|
+ --wot-color-gray-7: initial;
|
|
|
+ --wot-color-gray-8: initial;
|
|
|
+ --wot-color-title: initial;
|
|
|
+ --wot-color-content: initial;
|
|
|
+ --wot-color-secondary: initial;
|
|
|
+ --wot-color-aid: initial;
|
|
|
+ --wot-color-tip: initial;
|
|
|
+ --wot-color-border: initial;
|
|
|
+ --wot-color-border-light: initial;
|
|
|
+ --wot-color-bg: initial;
|
|
|
+ --wot-color-bg-light: initial;
|
|
|
+ --wot-color-bg-disabled: initial;
|
|
|
+ --wot-button-primary-bg-color: initial;
|
|
|
+ --wot-button-primary-color: initial;
|
|
|
+ --wot-button-primary-border-color: initial;
|
|
|
+ --wot-button-normal-bg-color: initial;
|
|
|
+ --wot-button-normal-color: initial;
|
|
|
+ --wot-button-normal-border-color: initial;
|
|
|
+ --wot-button-disabled-bg-color: initial;
|
|
|
+ --wot-button-disabled-color: initial;
|
|
|
+ --wot-field-label-color: initial;
|
|
|
+ --wot-field-value-color: initial;
|
|
|
+ --wot-field-placeholder-color: initial;
|
|
|
+ --wot-input-text-color: initial;
|
|
|
+ --wot-input-placeholder-color: initial;
|
|
|
+ --wot-input-disabled-color: initial;
|
|
|
+ --wot-input-border-color: initial;
|
|
|
+ --wot-input-focus-border-color: initial;
|
|
|
+ --wot-cell-background-color: initial;
|
|
|
+ --wot-cell-border-color: initial;
|
|
|
+ --wot-cell-title-color: initial;
|
|
|
+ --wot-cell-value-color: initial;
|
|
|
+ --wot-card-background-color: initial;
|
|
|
+ --wot-card-border-radius: initial;
|
|
|
+ --wot-dialog-background-color: initial;
|
|
|
+ --wot-dialog-title-color: initial;
|
|
|
+ --wot-dialog-content-color: initial;
|
|
|
+ --wot-toast-background-color: initial;
|
|
|
+ --wot-toast-text-color: initial;
|
|
|
+ --wot-border-radius-sm: initial;
|
|
|
+ --wot-border-radius-md: initial;
|
|
|
+ --wot-border-radius-lg: initial;
|
|
|
+}
|