mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
9e3c3c14cd
Summary: Move the old bar notifications to the sidebar, and only display one notification at a time using a priority-rating system. Remove all of the old notification infrastructure. Test Plan: Added specs, also reproduced notifications locally Reviewers: bengotow Reviewed By: bengotow Subscribers: juan Differential Revision: https://phab.nylas.com/D3310
11 lines
199 B
Text
11 lines
199 B
Text
@import "variables";
|
|
|
|
.notification {
|
|
color: @white !important;
|
|
background: @taiga-accent !important;
|
|
|
|
.action {
|
|
color: @white !important;
|
|
background: darken(@taiga-accent, 20%);
|
|
}
|
|
}
|