mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
23 lines
389 B
Text
23 lines
389 B
Text
@import 'ui-variables';
|
|
|
|
.date-picker {
|
|
display: inline-block;
|
|
position: relative;
|
|
.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;
|
|
z-index: 999;
|
|
}
|
|
}
|