|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- .u-type-primary-light {
- color: $u-type-primary-light;
- }
-
- .u-type-warning-light {
- color: $u-type-warning-light;
- }
-
- .u-type-success-light {
- color: $u-type-success-light;
- }
-
- .u-type-error-light {
- color: $u-type-error-light;
- }
-
- .u-type-info-light {
- color: $u-type-info-light;
- }
-
- .u-type-primary-light-bg {
- background-color: $u-type-primary-light;
- }
-
- .u-type-warning-light-bg {
- background-color: $u-type-warning-light;
- }
-
- .u-type-success-light-bg {
- background-color: $u-type-success-light;
- }
-
- .u-type-error-light-bg {
- background-color: $u-type-error-light;
- }
-
- .u-type-info-light-bg {
- background-color: $u-type-info-light;
- }
-
- .u-type-primary-dark {
- color: $u-type-primary-dark;
- }
-
- .u-type-warning-dark {
- color: $u-type-warning-dark;
- }
-
- .u-type-success-dark {
- color: $u-type-success-dark;
- }
-
- .u-type-error-dark {
- color: $u-type-error-dark;
- }
-
- .u-type-info-dark {
- color: $u-type-info-dark;
- }
-
- .u-type-primary-dark-bg {
- background-color: $u-type-primary-dark;
- }
-
- .u-type-warning-dark-bg {
- background-color: $u-type-warning-dark;
- }
-
- .u-type-success-dark-bg {
- background-color: $u-type-success-dark;
- }
-
- .u-type-error-dark-bg {
- background-color: $u-type-error-dark;
- }
-
- .u-type-info-dark-bg {
- background-color: $u-type-info-dark;
- }
-
- .u-type-primary-disabled {
- color: $u-type-primary-disabled;
- }
-
- .u-type-warning-disabled {
- color: $u-type-warning-disabled;
- }
-
- .u-type-success-disabled {
- color: $u-type-success-disabled;
- }
-
- .u-type-error-disabled {
- color: $u-type-error-disabled;
- }
-
- .u-type-info-disabled {
- color: $u-type-info-disabled;
- }
-
- .u-type-primary {
- color: $u-type-primary;
- }
-
- .u-type-warning {
- color: $u-type-warning;
- }
-
- .u-type-success {
- color: $u-type-success;
- }
-
- .u-type-error {
- color: $u-type-error;
- }
-
- .u-type-info {
- color: $u-type-info;
- }
-
- .u-type-primary-bg {
- background-color: $u-type-primary;
- }
-
- .u-type-warning-bg {
- background-color: $u-type-warning;
- }
-
- .u-type-success-bg {
- background-color: $u-type-success;
- }
-
- .u-type-error-bg {
- background-color: $u-type-error;
- }
-
- .u-type-info-bg {
- background-color: $u-type-info;
- }
-
- .u-main-color {
- color: $u-main-color;
- }
-
- .u-content-color {
- color: $u-content-color;
- }
-
- .u-tips-color {
- color: $u-tips-color;
- }
-
- .u-light-color {
- color: $u-light-color;
- }
|