mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
0fd2d107b2
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
9 lines
158 B
Text
9 lines
158 B
Text
@import "ui-variables";
|
|
|
|
.nylas-date-input {
|
|
.date-interpretation {
|
|
color: @text-color-subtle;
|
|
font-size: @font-size-small;
|
|
opacity: 0.6;
|
|
}
|
|
}
|