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

10 lines
332 B
SCSS
Raw Normal View History

2019-12-09 17:55:21 +08:00
@mixin setup-light-result {
2020-02-21 14:59:17 +08:00
$--result-icon-color: (
2020-02-19 21:08:31 +08:00
'error': $--n-error-color,
'success': $--n-success-color,
'warning': $--n-warning-color,
'info': $--n-info-color
2019-12-09 17:55:21 +08:00
) !global;
2020-02-19 13:36:29 +08:00
$--result-header-text-color: $--n-primary-text-color !global;
2019-12-09 17:55:21 +08:00
$--result-description-text-color: $--n-secondary-text-color !global;
}