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