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

13 lines
644 B
SCSS
Raw Normal View History

@mixin setup-light-notification {
$--notification-background-start-color: rgb(255, 255, 255) !global;
$--notification-background-end-color: rgb(255, 255, 255) !global;
$--notification-text-color: #262626 !global;
$--notification-cell_deactive-color: #b4b4b4 !global;
$--notification-cell__header-color: #262626 !global;
$--notification-cell__content-color: #595959 !global;
$--notification-cell__title-meta-color: #8c8c8c !global;
$--notification-cell__action-color: $--primary-6 !global;
2019-10-18 17:37:11 +08:00
$--notification-cell__avator-background-color: $--primary-6 !global;
$--notification-cell__avator-color: rgb(255, 255, 255) !global;
}