This commit is contained in:
2026-01-05 12:47:14 +08:00
commit 1fc846fae3
1614 changed files with 162035 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.nut-theme-dark {
.nut-time-pannel {
color: $dark-color-gray;
background-color: $dark-background3;
&--curr {
color: $dark-color;
background-color: $dark-background2;
}
}
}
.nut-time-pannel {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
width: $timeselect-timepannel-width;
height: $timeselect-timepannel-height;
padding: $timeselect-timepannel-padding;
font-size: $timeselect-timepannel-font-size;
color: $timeselect-timepannel-text-color;
&--curr {
font-weight: bold;
color: $timeselect-timepannel-cur-text-color;
background-color: $timeselect-timepannel-cur-bg-color;
}
}