Mailspring/static/components/date-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

24 lines
387 B
Plaintext

@import 'ui-variables';
.date-picker {
display: inline-block;
position: relative;
z-index: 999;
.day-text {
&:hover {
color: @text-color-link-hover;
}
&.focused {
color: @text-color-link-hover;
}
color: @text-color-link;
}
.mini-month-view-wrap {
position: absolute;
top: 20px;
left: 0;
width: 225px;
height: 225px;
}
}