mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
24 lines
387 B
Text
24 lines
387 B
Text
|
@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;
|
||
|
}
|
||
|
}
|