Mailspring/internal_packages/thread-snooze/stylesheets/snooze-mail-label.less
Juan Tejada 93f43f6b4f feat(snooze): Add snooze date label to snooze threads
- Adds a new InjectedComponentSet for the role 'ThreadList:Label'.
- Adds a new label to the thread list indicating the snooze date if the
  thread has been snoozed
- Coerces MailLabel to achieve this. This is a temporary hack, we should
  design a better view to display snooze date information
2016-02-25 13:12:40 -08:00

12 lines
161 B
Plaintext

@snooze-color: #472B82;
.snooze-mail-label {
display: flex;
align-items: center;
img {
background-color: @snooze-color;
margin-right: 5px;
}
}