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 CHANGED
@@ -3,6 +3,10 @@
3
3
  ## Next release
4
4
 
5
5
 
6
+ ## 2.1.11
7
+ - Fix weekview on mobile
8
+ - Make date bigger on mobile
9
+
6
10
  ## 2.1.4
7
11
  - Store filters in localStorage
8
12
 
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 {