naive-ui/styles/themes/light/components/Result.scss

10 lines
299 B
SCSS
Raw Normal View History

2019-12-09 17:55:21 +08:00
@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;
}