mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
9eea7f52b9
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
12 lines
185 B
Text
12 lines
185 B
Text
@import "ui-variables";
|
|
|
|
.time-picker-wrap {
|
|
display: inline-block;
|
|
width: 5.5em;
|
|
input {
|
|
width: 5.5em;
|
|
&.invalid {
|
|
background: fade(@color-error, 10%);
|
|
}
|
|
}
|
|
}
|