mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
13 lines
185 B
Text
13 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%);
|
||
|
}
|
||
|
}
|
||
|
}
|