You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

156 lines
2.2 KiB

  1. .u-type-primary-light {
  2. color: $u-type-primary-light;
  3. }
  4. .u-type-warning-light {
  5. color: $u-type-warning-light;
  6. }
  7. .u-type-success-light {
  8. color: $u-type-success-light;
  9. }
  10. .u-type-error-light {
  11. color: $u-type-error-light;
  12. }
  13. .u-type-info-light {
  14. color: $u-type-info-light;
  15. }
  16. .u-type-primary-light-bg {
  17. background-color: $u-type-primary-light;
  18. }
  19. .u-type-warning-light-bg {
  20. background-color: $u-type-warning-light;
  21. }
  22. .u-type-success-light-bg {
  23. background-color: $u-type-success-light;
  24. }
  25. .u-type-error-light-bg {
  26. background-color: $u-type-error-light;
  27. }
  28. .u-type-info-light-bg {
  29. background-color: $u-type-info-light;
  30. }
  31. .u-type-primary-dark {
  32. color: $u-type-primary-dark;
  33. }
  34. .u-type-warning-dark {
  35. color: $u-type-warning-dark;
  36. }
  37. .u-type-success-dark {
  38. color: $u-type-success-dark;
  39. }
  40. .u-type-error-dark {
  41. color: $u-type-error-dark;
  42. }
  43. .u-type-info-dark {
  44. color: $u-type-info-dark;
  45. }
  46. .u-type-primary-dark-bg {
  47. background-color: $u-type-primary-dark;
  48. }
  49. .u-type-warning-dark-bg {
  50. background-color: $u-type-warning-dark;
  51. }
  52. .u-type-success-dark-bg {
  53. background-color: $u-type-success-dark;
  54. }
  55. .u-type-error-dark-bg {
  56. background-color: $u-type-error-dark;
  57. }
  58. .u-type-info-dark-bg {
  59. background-color: $u-type-info-dark;
  60. }
  61. .u-type-primary-disabled {
  62. color: $u-type-primary-disabled;
  63. }
  64. .u-type-warning-disabled {
  65. color: $u-type-warning-disabled;
  66. }
  67. .u-type-success-disabled {
  68. color: $u-type-success-disabled;
  69. }
  70. .u-type-error-disabled {
  71. color: $u-type-error-disabled;
  72. }
  73. .u-type-info-disabled {
  74. color: $u-type-info-disabled;
  75. }
  76. .u-type-primary {
  77. color: $u-type-primary;
  78. }
  79. .u-type-warning {
  80. color: $u-type-warning;
  81. }
  82. .u-type-success {
  83. color: $u-type-success;
  84. }
  85. .u-type-error {
  86. color: $u-type-error;
  87. }
  88. .u-type-info {
  89. color: $u-type-info;
  90. }
  91. .u-type-primary-bg {
  92. background-color: $u-type-primary;
  93. }
  94. .u-type-warning-bg {
  95. background-color: $u-type-warning;
  96. }
  97. .u-type-success-bg {
  98. background-color: $u-type-success;
  99. }
  100. .u-type-error-bg {
  101. background-color: $u-type-error;
  102. }
  103. .u-type-info-bg {
  104. background-color: $u-type-info;
  105. }
  106. .u-main-color {
  107. color: $u-main-color;
  108. }
  109. .u-content-color {
  110. color: $u-content-color;
  111. }
  112. .u-tips-color {
  113. color: $u-tips-color;
  114. }
  115. .u-light-color {
  116. color: $u-light-color;
  117. }