Mailspring/static/components/date-input.less
Juan Tejada f2e7ea4c4c feat(reminders): Add send reminders functionality
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
2016-10-27 08:49:29 -07:00

12 lines
181 B
Plaintext

@import "ui-variables";
.nylas-date-input {
text-align: center;
.date-interpretation {
color: @text-color-subtle;
font-size: @font-size-small;
opacity: 0.6;
}
}