mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
f2e7ea4c4c
Summary: Add reminders plugin which lets you set reminder if you don't get a reply for a message within a specified time in the future Test Plan: TODO Reviewers: halla, bengotow, evan Reviewed By: halla, bengotow, evan Differential Revision: https://phab.nylas.com/D3356
11 lines
181 B
Text
11 lines
181 B
Text
@import "ui-variables";
|
|
|
|
.nylas-date-input {
|
|
text-align: center;
|
|
|
|
.date-interpretation {
|
|
color: @text-color-subtle;
|
|
font-size: @font-size-small;
|
|
opacity: 0.6;
|
|
}
|
|
}
|