156 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			SCSS
		
	
	
	
		
		
			
		
	
	
			156 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			SCSS
		
	
	
	
|  | .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; | ||
|  | } |