Mailspring/static/components/date-input.less
Juan Tejada f46502ad3e test(plugins): Add snooze and send later specs
Summary:
- Also refactors the code a bit for testability and maintainability
- Fixes #1515

Test Plan: - Unit tests

Reviewers: evan, drew, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2651
2016-03-03 12:38:42 -08:00

10 lines
158 B
Plaintext

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