mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
10 lines
332 B
SCSS
10 lines
332 B
SCSS
@mixin setup-light-result {
|
|
$--result-icon-color: (
|
|
'error': $--n-error-color,
|
|
'success': $--n-success-color,
|
|
'warning': $--n-warning-color,
|
|
'info': $--n-info-color
|
|
) !global;
|
|
$--result-header-text-color: $--n-primary-text-color !global;
|
|
$--result-description-text-color: $--n-secondary-text-color !global;
|
|
} |