mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
13 lines
644 B
SCSS
13 lines
644 B
SCSS
@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;
|
|
$--notification-cell__avator-background-color: $--primary-6 !global;
|
|
$--notification-cell__avator-color: rgb(255, 255, 255) !global;
|
|
}
|