bukazu-portal-react 2.1.8 → 2.1.11
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.
- package/CHANGELOG.MD +4 -0
- package/build/index.css +8 -3
- package/build/index.js +3251 -923
- package/package.json +1 -1
- package/src/styles/calendar.css +8 -0
package/CHANGELOG.MD
CHANGED
package/build/index.css
CHANGED
|
@@ -275,6 +275,12 @@
|
|
|
275
275
|
flex-wrap: wrap;
|
|
276
276
|
justify-content: flex-start;
|
|
277
277
|
}
|
|
278
|
+
#bukazu-app .bu-smaller .calendar {
|
|
279
|
+
width: 100%;
|
|
280
|
+
}
|
|
281
|
+
#bukazu-app .bu-smaller .calendar .col {
|
|
282
|
+
padding: 16px 4px;
|
|
283
|
+
}
|
|
278
284
|
#bukazu-app .calendar {
|
|
279
285
|
min-width: 48%;
|
|
280
286
|
padding: 16px 1%;
|
|
@@ -377,6 +383,8 @@
|
|
|
377
383
|
var(--bukazu-booked) 50%,
|
|
378
384
|
var(--bukazu-arrival) 50%
|
|
379
385
|
) !important;
|
|
386
|
+
}
|
|
387
|
+
#bukazu-app .calendar .departure-arrival {
|
|
380
388
|
cursor: pointer;
|
|
381
389
|
}
|
|
382
390
|
#bukazu-app .calendar .discount.departure-arrival {
|
|
@@ -1232,7 +1240,6 @@
|
|
|
1232
1240
|
vertical-align: top;
|
|
1233
1241
|
-webkit-user-select: none;
|
|
1234
1242
|
-moz-user-select: none;
|
|
1235
|
-
-ms-user-select: none;
|
|
1236
1243
|
user-select: none;
|
|
1237
1244
|
}
|
|
1238
1245
|
#bukazu-app .CalendarMonth_table {
|
|
@@ -1309,7 +1316,6 @@
|
|
|
1309
1316
|
cursor: pointer;
|
|
1310
1317
|
-webkit-user-select: none;
|
|
1311
1318
|
-moz-user-select: none;
|
|
1312
|
-
-ms-user-select: none;
|
|
1313
1319
|
user-select: none;
|
|
1314
1320
|
border: 0;
|
|
1315
1321
|
padding: 0;
|
|
@@ -1520,7 +1526,6 @@
|
|
|
1520
1526
|
#bukazu-app .DateInput_input__readOnly {
|
|
1521
1527
|
-webkit-user-select: none;
|
|
1522
1528
|
-moz-user-select: none;
|
|
1523
|
-
-ms-user-select: none;
|
|
1524
1529
|
user-select: none;
|
|
1525
1530
|
}
|
|
1526
1531
|
#bukazu-app .DateInput_input__focused {
|