Mailspring/static/components/time-picker.less
Evan Morikawa bb318bf69c feat(scheduler): add new date & time picker
Summary: Adds a date and time picker to the new event creator

Test Plan: todo

Reviewers: bengotow, juan

Reviewed By: bengotow, juan

Differential Revision: https://phab.nylas.com/D2842
2016-04-05 18:42:19 -07:00

13 lines
185 B
Plaintext

@import "ui-variables";
.time-picker-wrap {
display: inline-block;
width: 5.5em;
input {
width: 5.5em;
&.invalid {
background: fade(@color-error, 10%);
}
}
}