@mirai/ui 2.0.33 → 2.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
color: transparent;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
/* M & L */
|
|
123
124
|
@media only screen and (min-width: 481px) {
|
|
124
125
|
.dayTouchable:hover {
|
|
125
126
|
background-color: var(--mirai-ui-calendar-selected-background);
|
|
@@ -134,3 +135,10 @@
|
|
|
134
135
|
.month .title {
|
|
135
136
|
margin: 0;
|
|
136
137
|
}
|
|
138
|
+
|
|
139
|
+
/* M */
|
|
140
|
+
@media only screen and (min-width: 481px) and (max-width: 1179px) {
|
|
141
|
+
:root {
|
|
142
|
+
--mirai-ui-calendar-cell: calc(var(--mirai-ui-space-XL) - var(--mirai-ui-space-XS));
|
|
143
|
+
}
|
|
144
|
+
}
|