Mailspring/internal_packages/ui-taiga/styles/notifications.less

12 lines
291 B
Plaintext
Raw Normal View History

2016-03-10 07:44:01 +08:00
@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;
}
}