2023-06-27 10:13:14 -04:00
|
|
|
.date {
|
2023-07-23 22:28:26 -04:00
|
|
|
background-color: $bg;
|
2023-06-27 10:13:14 -04:00
|
|
|
color: $fg;
|
|
|
|
border-radius: 30px;
|
2023-10-26 17:03:34 -04:00
|
|
|
border: 2px solid $contrast-bg;
|
2023-06-27 10:13:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.timebox {
|
2023-10-26 16:33:40 -04:00
|
|
|
margin: 30px 0;
|
|
|
|
|
2023-06-27 10:13:14 -04:00
|
|
|
.time-container {
|
|
|
|
.content {
|
|
|
|
font-weight: bolder;
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
2023-10-26 16:33:40 -04:00
|
|
|
|
2023-06-27 10:13:14 -04:00
|
|
|
.divider {
|
|
|
|
margin: 8px 15px;
|
2023-10-26 16:33:40 -04:00
|
|
|
padding: 0 1px;
|
2023-06-27 10:13:14 -04:00
|
|
|
background: linear-gradient($red, $magenta, $blue, $cyan);
|
|
|
|
}
|
|
|
|
}
|
2023-10-26 16:33:40 -04:00
|
|
|
|
2023-06-27 10:13:14 -04:00
|
|
|
.date-container {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-box {
|
2023-07-22 00:19:46 -04:00
|
|
|
border-radius: 30px;
|
2023-06-27 10:13:14 -04:00
|
|
|
padding: 0 1rem .2rem;
|
|
|
|
color: $fg;
|
2023-07-23 22:28:26 -04:00
|
|
|
background-color: $bgfull;
|
2023-10-26 17:03:34 -04:00
|
|
|
border-bottom: 2px solid $contrast-bg;
|
|
|
|
border-top: 2px solid $contrast-bg;
|
2023-10-26 16:33:40 -04:00
|
|
|
margin: 0 12px 18px;
|
2023-06-27 10:13:14 -04:00
|
|
|
|
|
|
|
.cal {
|
2023-09-11 21:10:00 -04:00
|
|
|
font-size: 20px;
|
2023-06-27 10:13:14 -04:00
|
|
|
background-color: inherit;
|
2023-10-26 16:33:40 -04:00
|
|
|
padding: .5rem .10rem 0;
|
2023-06-27 10:13:14 -04:00
|
|
|
margin-left: 10px;
|
2023-07-22 00:19:46 -04:00
|
|
|
border-radius: 30px;
|
2023-06-27 10:13:14 -04:00
|
|
|
|
|
|
|
& > * {
|
2023-10-26 16:33:40 -04:00
|
|
|
border: solid 0 transparent;
|
2023-06-27 10:13:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.highlight {
|
|
|
|
padding: 10rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
calendar:selected {
|
|
|
|
color: $cyan;
|
|
|
|
}
|
|
|
|
|
|
|
|
calendar.header {
|
|
|
|
color: $cyan;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
calendar.button {
|
|
|
|
color: $cyan;
|
|
|
|
}
|
|
|
|
|
|
|
|
calendar.highlight {
|
|
|
|
color: $green;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
calendar:indeterminate {
|
|
|
|
color: $lightblack;
|
|
|
|
}
|