Mailspring/internal_packages/ui-taiga/styles/notifications.less
2016-03-09 15:52:22 -08:00

12 lines
291 B
Plaintext

@import "variables";
.notifications-sticky, .notification-developer, .notifications-sticky-item, .notification-info {
color: @white !important;
background: @taiga-accent !important;
.action {
color: @white !important;
background: darken(@taiga-accent, 20%) !important;
}
}