naive-ui/styles/themes/light/components/Result.scss
2019-12-09 17:55:21 +08:00

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;
}