-
Notifications
You must be signed in to change notification settings - Fork 437
Notification 通知提醒框
大表哥 edited this page Dec 20, 2021
·
1 revision
| 描述 | token 项 | dark 变量值 | light 变量值 |
|---|---|---|---|
| 通知提醒框的前景色 | notifications.foreground | dark-idegrey-9 | |
| #D7DBDE | light-idegrey-9 | ||
| #4D4D4D | |||
| 通知提醒框的背景色 | notifications.background | dark-idegrey-4 | |
| #35393D | light-idegrey-1 | ||
| #FFFFFF | |||
| 通知提醒框的边框色 | notifications.border | #383d42 | #e7e7e7 |
| 通知提醒框中错误图标的前景色 | notificationsErrorIcon.foreground | dark-red-7 | |
| #DB4345 | light-red-6 | ||
| #F5222D | |||
| 通知提醒框中警告图标的前景色 | notificationsWarningIcon.foreground | dark-gold-7 | |
| #DBA936 | light-gold-6 | ||
| #FAAD14 | |||
| 通知提醒框中说明图标的前景色 | notificationsInfoIcon.foreground | dark-ideblue-7 | |
| #3895EB | light-ideblue-6 | ||
| #1785EB | |||
| dark-green-7 | |||
| #DBA936 | light-green-6 | ||
| #52C41A | |||
| 通知提醒框的阴影 | notification.shadow |
- 0px 6px 16px -8px rgba(0,0,0,0.24)
- 0px 9px 28px 0px rgba(0,0,0,0.15)
- 0px 12px 48px 16px rgba(0,0,0,0.09) |
- 0px 6px 16px -8px rgba(0,0,0,0.08)
- 0px 9px 28px 0px rgba(0,0,0,0.05)
- 0px 12px 48px 16px rgba(0,0,0,0.03) |
