bukazu-portal-react 3.3.3 → 3.3.4

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.
Files changed (184) hide show
  1. package/build/index.css +1 -1
  2. package/build/portal.es.js +19931 -20259
  3. package/build/portal.umd.js +80 -82
  4. package/package.json +9 -7
  5. package/.env.development +0 -1
  6. package/.eslintrc +0 -25
  7. package/.github/dependabot.yml +0 -11
  8. package/.github/workflows/node.js.yml +0 -31
  9. package/.github/workflows/npm-publish.yml +0 -33
  10. package/.nvmrc +0 -1
  11. package/.prettierrc +0 -6
  12. package/.vscode/settings.json +0 -24
  13. package/CHANGELOG.MD +0 -93
  14. package/babel.config.json +0 -6
  15. package/calendar.html +0 -16
  16. package/coverage/clover.xml +0 -28
  17. package/coverage/coverage-final.json +0 -2
  18. package/coverage/lcov-report/base.css +0 -224
  19. package/coverage/lcov-report/block-navigation.js +0 -87
  20. package/coverage/lcov-report/favicon.png +0 -0
  21. package/coverage/lcov-report/helper.ts.html +0 -142
  22. package/coverage/lcov-report/index.html +0 -116
  23. package/coverage/lcov-report/prettify.css +0 -1
  24. package/coverage/lcov-report/prettify.js +0 -2
  25. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  26. package/coverage/lcov-report/sorter.js +0 -196
  27. package/coverage/lcov.info +0 -36
  28. package/cypress/e2e/.examples/actions.spec.js +0 -299
  29. package/cypress/e2e/.examples/aliasing.spec.js +0 -39
  30. package/cypress/e2e/.examples/assertions.spec.js +0 -177
  31. package/cypress/e2e/.examples/connectors.spec.js +0 -97
  32. package/cypress/e2e/.examples/cookies.spec.js +0 -77
  33. package/cypress/e2e/.examples/cypress_api.spec.js +0 -202
  34. package/cypress/e2e/.examples/files.spec.js +0 -89
  35. package/cypress/e2e/.examples/local_storage.spec.js +0 -52
  36. package/cypress/e2e/.examples/location.spec.js +0 -32
  37. package/cypress/e2e/.examples/misc.spec.js +0 -104
  38. package/cypress/e2e/.examples/navigation.spec.js +0 -56
  39. package/cypress/e2e/.examples/network_requests.spec.js +0 -163
  40. package/cypress/e2e/.examples/querying.spec.js +0 -114
  41. package/cypress/e2e/.examples/spies_stubs_clocks.spec.js +0 -205
  42. package/cypress/e2e/.examples/traversal.spec.js +0 -121
  43. package/cypress/e2e/.examples/utilities.spec.js +0 -110
  44. package/cypress/e2e/.examples/viewport.spec.js +0 -59
  45. package/cypress/e2e/.examples/waiting.spec.js +0 -31
  46. package/cypress/e2e/.examples/window.spec.js +0 -22
  47. package/cypress/e2e/booking.spec.js +0 -81
  48. package/cypress/e2e/calendar.spec.js +0 -21
  49. package/cypress/e2e/search.spec.js +0 -25
  50. package/cypress/fixtures/example.json +0 -5
  51. package/cypress/plugins/index.js +0 -16
  52. package/cypress/support/commands.js +0 -25
  53. package/cypress/support/commands.ts +0 -37
  54. package/cypress/support/component-index.html +0 -12
  55. package/cypress/support/component.ts +0 -39
  56. package/cypress/support/e2e.js +0 -20
  57. package/cypress.config.ts +0 -15
  58. package/dev.tsx +0 -44
  59. package/index.html +0 -15
  60. package/invalid-calendar.html +0 -16
  61. package/jest.config.js +0 -195
  62. package/postcss.config.js +0 -17
  63. package/reviews.html +0 -16
  64. package/src/_lib/SearchQueries.ts +0 -145
  65. package/src/_lib/Tracking.ts +0 -51
  66. package/src/_lib/countries/de.json +0 -998
  67. package/src/_lib/countries/en.json +0 -998
  68. package/src/_lib/countries/es.json +0 -998
  69. package/src/_lib/countries/fr.json +0 -998
  70. package/src/_lib/countries/it.json +0 -998
  71. package/src/_lib/countries/nl.json +0 -998
  72. package/src/_lib/countries.ts +0 -15
  73. package/src/_lib/date_helper.ts +0 -27
  74. package/src/_lib/queries.ts +0 -244
  75. package/src/components/App.tsx +0 -108
  76. package/src/components/AppContext.ts +0 -14
  77. package/src/components/CalendarPage/BookingForm.tsx +0 -49
  78. package/src/components/CalendarPage/Calendar.tsx +0 -49
  79. package/src/components/CalendarPage/CalendarPage.tsx +0 -43
  80. package/src/components/CalendarPage/CalendarParts/CalendarContext.tsx +0 -89
  81. package/src/components/CalendarPage/CalendarParts/CalendarHeader.tsx +0 -72
  82. package/src/components/CalendarPage/CalendarParts/DayClasses.ts +0 -113
  83. package/src/components/CalendarPage/CalendarParts/GenerateCalendar.tsx +0 -72
  84. package/src/components/CalendarPage/CalendarParts/Legend.tsx +0 -33
  85. package/src/components/CalendarPage/CalendarParts/MonthHeader.tsx +0 -15
  86. package/src/components/CalendarPage/CalendarParts/Months.tsx +0 -37
  87. package/src/components/CalendarPage/CalendarParts/RenderCells.tsx +0 -97
  88. package/src/components/CalendarPage/CalendarParts/SingleMonth.tsx +0 -72
  89. package/src/components/CalendarPage/CalendarParts/StartBooking.tsx +0 -17
  90. package/src/components/CalendarPage/CalendarParts/WeekDays.tsx +0 -27
  91. package/src/components/CalendarPage/FormCreator.tsx +0 -230
  92. package/src/components/CalendarPage/FormItems/Date.tsx +0 -61
  93. package/src/components/CalendarPage/FormItems/NumberSelect.tsx +0 -39
  94. package/src/components/CalendarPage/FormItems/Select.tsx +0 -38
  95. package/src/components/CalendarPage/FormItems/index.ts +0 -4
  96. package/src/components/CalendarPage/PriceField/Price.tsx +0 -58
  97. package/src/components/CalendarPage/PriceField/Queries.ts +0 -23
  98. package/src/components/CalendarPage/PriceField/index.tsx +0 -129
  99. package/src/components/CalendarPage/Summary/CostRow.tsx +0 -58
  100. package/src/components/CalendarPage/Summary/CostSection.tsx +0 -15
  101. package/src/components/CalendarPage/Summary/CostSummary.tsx +0 -61
  102. package/src/components/CalendarPage/Summary/Description.tsx +0 -27
  103. package/src/components/CalendarPage/Summary/InsurancesAndRequired.tsx +0 -68
  104. package/src/components/CalendarPage/Summary/Object.tsx +0 -59
  105. package/src/components/CalendarPage/Summary/OnSite.tsx +0 -36
  106. package/src/components/CalendarPage/Summary/OptionalNotOnSite.tsx +0 -43
  107. package/src/components/CalendarPage/Summary/OptionalOnSite.tsx +0 -39
  108. package/src/components/CalendarPage/Summary/Queries.ts +0 -31
  109. package/src/components/CalendarPage/Summary/RentAndDiscount.tsx +0 -30
  110. package/src/components/CalendarPage/Summary/Totals.tsx +0 -89
  111. package/src/components/CalendarPage/Summary/cost_types.d.ts +0 -31
  112. package/src/components/CalendarPage/Summary/index.tsx +0 -24
  113. package/src/components/CalendarPage/calender_types.d.ts +0 -16
  114. package/src/components/CalendarPage/formParts/AssistanceMessage.tsx +0 -60
  115. package/src/components/CalendarPage/formParts/BookingHelpers.tsx +0 -47
  116. package/src/components/CalendarPage/formParts/BookingOrOption.tsx +0 -35
  117. package/src/components/CalendarPage/formParts/CancelInsuranceText.tsx +0 -69
  118. package/src/components/CalendarPage/formParts/DefaultBookingFields.ts +0 -105
  119. package/src/components/CalendarPage/formParts/DiscountCode.tsx +0 -62
  120. package/src/components/CalendarPage/formParts/Guests.tsx +0 -77
  121. package/src/components/CalendarPage/formParts/OptionalBookingFields.tsx +0 -148
  122. package/src/components/CalendarPage/formParts/OptionalCosts.tsx +0 -103
  123. package/src/components/CalendarPage/formParts/SuccessMessage.tsx +0 -31
  124. package/src/components/CalendarPage/formParts/Validations.tsx +0 -64
  125. package/src/components/CalendarPage/formParts/discount.tsx +0 -69
  126. package/src/components/CalendarPage/formParts/form_types.d.ts +0 -38
  127. package/src/components/CalendarPage/formParts/insurances.tsx +0 -62
  128. package/src/components/CalendarPage/formParts/radioButtons.tsx +0 -66
  129. package/src/components/Error/ApiError.tsx +0 -33
  130. package/src/components/Error/IntegrationError.tsx +0 -62
  131. package/src/components/Error/index.ts +0 -4
  132. package/src/components/ErrorBoundary.tsx +0 -34
  133. package/src/components/Modal/index.tsx +0 -46
  134. package/src/components/ReviewsPage/Queries.ts +0 -26
  135. package/src/components/ReviewsPage/ReviewsPage.tsx +0 -45
  136. package/src/components/ReviewsPage/Score.tsx +0 -29
  137. package/src/components/ReviewsPage/SingleReview.tsx +0 -38
  138. package/src/components/ReviewsPage/note.tsx +0 -17
  139. package/src/components/SafeBooking.tsx +0 -96
  140. package/src/components/SearchPage/Field.tsx +0 -75
  141. package/src/components/SearchPage/Filters.tsx +0 -91
  142. package/src/components/SearchPage/Paginator.tsx +0 -63
  143. package/src/components/SearchPage/Results.tsx +0 -129
  144. package/src/components/SearchPage/SearchPage.tsx +0 -115
  145. package/src/components/SearchPage/SingleResult.tsx +0 -93
  146. package/src/components/SearchPage/filters/Categories.tsx +0 -57
  147. package/src/components/SearchPage/filters/DateFilter.tsx +0 -34
  148. package/src/components/SearchPage/filters/List.tsx +0 -80
  149. package/src/components/SearchPage/filters/NumberFilter.tsx +0 -37
  150. package/src/components/SearchPage/filters/Radio.tsx +0 -46
  151. package/src/components/SearchPage/filters/Select.tsx +0 -85
  152. package/src/components/SearchPage/filters/__tests__/helper.spec.js +0 -13
  153. package/src/components/SearchPage/filters/filter_types.d.ts +0 -25
  154. package/src/components/SearchPage/filters/helper.ts +0 -19
  155. package/src/components/icons/ArrowLeft.svg.tsx +0 -20
  156. package/src/components/icons/ArrowRight.svg.tsx +0 -16
  157. package/src/components/icons/Reload.svg.tsx +0 -23
  158. package/src/components/icons/info.svg.tsx +0 -24
  159. package/src/components/icons/loading.svg.tsx +0 -98
  160. package/src/custom.d.ts +0 -10
  161. package/src/index.tsx +0 -104
  162. package/src/locales/de.json +0 -137
  163. package/src/locales/en.json +0 -137
  164. package/src/locales/es.json +0 -132
  165. package/src/locales/fr.json +0 -132
  166. package/src/locales/it.json +0 -128
  167. package/src/locales/nl.json +0 -138
  168. package/src/styles/calendar.css +0 -317
  169. package/src/styles/datepicker.css +0 -6
  170. package/src/styles/field.css +0 -105
  171. package/src/styles/filters.css +0 -92
  172. package/src/styles/form.css +0 -219
  173. package/src/styles/main.css +0 -80
  174. package/src/styles/modal.css +0 -79
  175. package/src/styles/pagination.css +0 -92
  176. package/src/styles/price-overview.css +0 -111
  177. package/src/styles/result.css +0 -142
  178. package/src/styles/results.css +0 -50
  179. package/src/styles/reviews.css +0 -90
  180. package/src/styles/success.css +0 -9
  181. package/src/types.d.ts +0 -91
  182. package/tmp/cache/vite/last-build-production.json +0 -7
  183. package/tsconfig.json +0 -17
  184. package/vite.config.ts +0 -31
@@ -1,105 +0,0 @@
1
- #bukazu-app {
2
- input, select {
3
- appearance: none;
4
- border: 1px solid rgba(69, 74, 83, 0.2);
5
- border-radius: 8px;
6
- padding: 8px 16px;
7
- font-size: 16px;
8
- width: 100%;
9
- box-sizing: border-box;
10
- margin: 4px 0 8px;
11
- }
12
- .react-date-picker__wrapper {
13
- border: 1px solid rgba(69, 74, 83, 0.2);
14
- border-radius: 8px;
15
- padding: 8px 16px;
16
- margin: 4px 0 8px;
17
- }
18
- .react-date-picker__inputGroup {
19
- box-sizing: content-box;
20
- input {
21
- padding: 0;
22
- }
23
- input.react-date-picker__inputGroup__input {
24
- padding: 0 1px;
25
- border: 0;
26
- box-sizing: content-box;
27
- appearance: textfield;
28
- }
29
- }
30
- }
31
-
32
- #bukazu-app input, #bukazu-app select {
33
- min-height: inherit;
34
- }
35
-
36
- #bukazu-app input[type=radio],
37
- #bukazu-app input[type=checkbox] {
38
- width: 8px;
39
- height: 8px;
40
- padding: 8px;
41
- margin: 0 16px 0 0;
42
- position: relative;
43
- border-radius: 16px;
44
- }
45
-
46
- #bukazu-app input[type=checkbox] {
47
- border-radius: 0;
48
- }
49
-
50
- #bukazu-app input[type=checkbox]:checked+label,
51
- #bukazu-app input[type=radio]:checked+label {
52
- font-weight: bold;
53
- }
54
-
55
- #bukazu-app input[type=radio]:checked::after {
56
- content: '';
57
- position: absolute;
58
- top: 0;
59
- bottom: 0;
60
- left: 0;
61
- right: 0;
62
- margin: auto;
63
- height: 10px;
64
- width: 10px;
65
- border-radius: 16px;
66
- background: var(--bukazu-button);
67
- }
68
- #bukazu-app input[type=checkbox]:checked::after {
69
- /*Add another block-level blank space*/
70
- content: '';
71
- display: block;
72
- position: absolute;
73
- left: 6px;
74
- top: 2px;
75
-
76
- /*Make it a small rectangle so the border will create an L-shape*/
77
- width: 4px;
78
- height: 8px;
79
-
80
- /*Add a white border on the bottom and left, creating that 'L' */
81
- border: solid var(--bukazu-button);
82
- border-width: 0 2px 2px 0;
83
-
84
- /*Rotate the L 45 degrees to turn it into a checkmark*/
85
- transform: rotate(45deg);
86
- }
87
-
88
- #bukazu-app .radioList {
89
- padding: 0;
90
- list-style: none;
91
- .bu-list-item {
92
- display: flex;
93
- align-items: center;
94
- cursor: pointer;
95
-
96
- label {
97
- padding: 4px 0;
98
- cursor: pointer;
99
- }
100
- }
101
-
102
- .bu-disabled {
103
- display: none;
104
- }
105
- }
@@ -1,92 +0,0 @@
1
- #bukazu-app #search-page {
2
- display: flex;
3
- flex-direction: row;
4
- .filters-button {
5
- display: none;
6
- background: var(--bukazu-button);
7
- padding: 8px;
8
- border: 0;
9
- font-weight: bold;
10
- &.fixed-mobile {
11
- position: fixed;
12
- width: 100%;
13
- bottom: 0;
14
- left: 0;
15
- z-index: 9999;
16
- }
17
- }
18
- }
19
-
20
- #bukazu-app .bu-smaller #search-page .filters {
21
- width: 175px;
22
- min-width: 175px;
23
- }
24
-
25
- #bukazu-app #search-page .filters {
26
- padding: 8px;
27
- width: 250px;
28
- }
29
- @media (max-width: 825px) {
30
- #bukazu-app #search-page {
31
- flex-direction: column;
32
- .filters-button {
33
- display: block;
34
- }
35
- }
36
- #bukazu-app #search-page .filters {
37
- width: 100%;
38
- display: none;
39
- transition: all 0.3s ease;
40
- &.showOnMobile {
41
- display: block
42
- }
43
- &.fixed-mobile {
44
- position: fixed;
45
- width: 100%;
46
- bottom: 0;
47
- left: 0;
48
- z-index: 9998;
49
- background: #fff;
50
- max-height: 75%;
51
- overflow-y: auto;
52
- box-shadow: 0 -5px 8px rgba(0, 0, 0, .25);
53
- }
54
- }
55
-
56
- }
57
-
58
- #bukazu-app {
59
- .filters-hidden {
60
- display: none;
61
- }
62
- .filters {
63
- min-width: 250px;
64
- &-reload {
65
- background: var(--bukazu-button);
66
- border: 0;
67
- border-radius: 5px;
68
- padding: 4px 8px;
69
- float: right;
70
- }
71
- }
72
- .bu-properties {
73
- padding: 8px;
74
- ul {
75
- list-style: none;
76
- margin: 0;
77
- padding: 8px 0 16px;
78
- li {
79
- padding: 4px 0;
80
- label {
81
- display: flex;
82
- align-items: center;
83
- }
84
- }
85
- }
86
- }
87
- .SingleDatePicker, .SingleDatePickerInput, .DateInput {
88
- width: 100%;
89
- display: block;
90
- background: rgba(0, 0, 0, 0);
91
- }
92
- }
@@ -1,219 +0,0 @@
1
- #bukazu-app .form {
2
- max-width: 1400px;
3
- margin: 0 auto;
4
- display: flex;
5
- flex-direction: row;
6
- position: relative;
7
- @media screen and (max-width: 992px) {
8
- flex-direction: column;
9
- }
10
- h2 {
11
- padding: 16px 0 24px;
12
- margin: 0;
13
- }
14
- .return-link {
15
- color: var(--bukazu-button);
16
- cursor: pointer;
17
- text-decoration: underline;
18
- }
19
- > div {
20
- /* flex: 1; */
21
- }
22
- .error-message, .bu-error-message {
23
- position: relative;
24
- width: 100%;
25
- color: red;
26
- font-size: 14px;
27
- padding-bottom: 4px;
28
- }
29
- &-content {
30
- width: 70%;
31
- @media screen and (max-width: 992px) {
32
- width: 100%;
33
- }
34
- }
35
- &-section {
36
- display: flex;
37
- flex-direction: column;
38
- border-bottom: 1px solid #aeacac;
39
- padding: 16px;
40
- .age-description {
41
- padding: 0 0 0 16px;
42
- }
43
- }
44
- &-sum {
45
- padding: 16px;
46
- background: #fff;
47
- box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
48
- /* position: absolute; */
49
- top: 0;
50
- right: 10%;
51
- min-width: 400px;
52
- max-width: 500px;
53
- align-self: flex-start;
54
- @media screen and (max-width: 992px) {
55
- min-width: 100%;
56
- }
57
- .house-details {
58
- padding: 0 0 16px;
59
- border-bottom: 1px solid #aeacac;
60
- img {
61
- padding: 16px 0;
62
- height: 200px;
63
- @media screen and (max-width: 992px) {
64
- max-width: 100%;
65
- height: auto;
66
- }
67
- }
68
- th {
69
- text-align: left;
70
- }
71
- }
72
- .booking_option {
73
- border: none;
74
- display: flex;
75
- flex-direction: row;
76
- padding: 0;
77
- margin: 0;
78
- border: 1px solid #aeacac;
79
- border-radius: 16px;
80
- overflow: hidden;
81
- margin: 16px 0;
82
- div {
83
- width: 50%;
84
- text-align: center;
85
- }
86
- .legend {
87
- width: 100%;
88
- display: none;
89
- }
90
- input {
91
- display: none;
92
- }
93
- input:checked + label {
94
- background: var(--bukazu-button);
95
- /* color: #fff; */
96
- }
97
- input:disabled + label {
98
- background: #efefef;
99
- color: #ccc;
100
- /* color: #fff; */
101
- }
102
- label {
103
- border-radius: 16px;
104
- display: block;
105
- flex: 1 1 auto;
106
- padding: 8px 16px;
107
- line-height: 2rem;
108
- transition: all 0.2s ease;
109
- cursor: pointer;
110
- margin: 0;
111
- }
112
- }
113
- .costs-section {
114
- padding: 16px 0;
115
- table {
116
- width: 100%;
117
- tr {
118
- width: 100%;
119
- td {
120
- width: 60%;
121
- }
122
- }
123
- }
124
- .price {
125
- text-align: right;
126
- width: 40%;
127
- }
128
- }
129
- .terms {
130
- padding: 8px 0;
131
- button {
132
- padding: 0 4px;
133
- background: 0;
134
- display: inline;
135
- width: auto;
136
- font-size: 16px;
137
- background: none;
138
- border: none;
139
- padding: 0;
140
- font: inherit;
141
- cursor: pointer;
142
- outline: inherit;
143
- color: var(--bukazu-button);
144
- &:hover {
145
- box-shadow: none;
146
- text-decoration: underline;
147
- }
148
- }
149
- }
150
- button {
151
- width: 100%;
152
- padding: 16px;
153
- border: 0;
154
- color: #fff;
155
- font-size: 20px;
156
- background: var(--bukazu-button_cta);
157
- cursor: pointer;
158
- &:hover {
159
- box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
160
- }
161
- }
162
- }
163
- &-row {
164
- display: flex;
165
- flex-direction: column;
166
- padding: 8px 0;
167
- select,
168
- input, .bukazu-date-picker {
169
- max-width: 50%;
170
- @media screen and (max-width: 992px) {
171
- max-width: 100%;
172
- }
173
- }
174
- .bu-input-description {
175
- font-style: italic;
176
- }
177
- &.inline {
178
- align-items: center;
179
- display: flex;
180
- flex-direction: row;
181
- /* justify-content: space-between; */
182
- flex-wrap: wrap;
183
- width: 100%;
184
- &.hidden {
185
- display: none;
186
- }
187
- label {
188
- width: 30%;
189
- font-size: 16px;
190
- @media screen and (max-width: 992px) {
191
- width: auto;
192
- }
193
- }
194
- select,
195
- input {
196
- width: auto;
197
- min-width: 150px;
198
- padding: 8px 64px 8px 16px;
199
- @media screen and (max-width: 992px) {
200
- order: 3;
201
- width: 100%;
202
- }
203
- }
204
- .info-button {
205
- margin: 0 0 0 8px;
206
- }
207
- .price_per {
208
- padding: 0 0 0 50px;
209
- }
210
- }
211
- }
212
-
213
- .return-message {
214
- position: fixed;
215
- top: 20%;
216
- left: 50%;
217
- transform: translate(-50%, 0);
218
- }
219
- }
@@ -1,80 +0,0 @@
1
- @import "calendar.css";
2
- @import "form.css";
3
- @import "field.css";
4
- @import "datepicker.css";
5
- @import "modal.css";
6
- @import "price-overview.css";
7
- @import "success.css";
8
- @import "result.css";
9
- @import "results.css";
10
- @import "filters.css";
11
- @import "pagination.css";
12
- @import "reviews.css";
13
-
14
- #bukazu-app {
15
- #search-page {
16
- &.bu-reverse {
17
- flex-direction: row-reverse;
18
- }
19
- &.bu-column {
20
- flex-direction: column;
21
- .filters {
22
- display: flex;
23
- flex-direction: row;
24
- flex-wrap: wrap;
25
- .filters-reload {
26
- max-height: 24px;
27
- order: 3;
28
- }
29
- .bu-field {
30
- padding: 8px;
31
- width: 200px;
32
- }
33
- }
34
- }
35
- }
36
- div {
37
- box-sizing: border-box;
38
- }
39
- tr {
40
- border: 0;
41
- }
42
- .align-center {
43
- display: flex;
44
- align-items: center;
45
- }
46
- .house-name {
47
- padding: 16px;
48
- }
49
- select {
50
- background: #fff;
51
- background-image: linear-gradient(45deg, transparent 50%, gray 50%),
52
- linear-gradient(135deg, gray 50%, transparent 50%),
53
- linear-gradient(to right, #ccc, #ccc);
54
- background-position: calc(100% - 20px) calc(1em),
55
- calc(100% - 15px) calc(1em), calc(100% - 2.5em);
56
- background-size: 5px 5px, 5px 5px, 1px 1.5em;
57
- background-repeat: no-repeat;
58
- }
59
- .info-button {
60
- border: none;
61
- background: rgba(0, 0, 0, 0);
62
- cursor: pointer;
63
- }
64
-
65
- .bu_discount_code {
66
- width: 100%;
67
- display: flex;
68
- font-style: italic;
69
- div {
70
- padding-right: 8px;
71
- }
72
- }
73
-
74
- .bu_card {
75
- background-color: #fefefe;
76
- border-radius: 6px;
77
- box-shadow: 0px 2px 0 rgba(5,145,255,.1);
78
- border: solid 1px #f0f0f0;
79
- }
80
- }
@@ -1,79 +0,0 @@
1
- .bukazu-modal-container {
2
- position: fixed;
3
- top: 0;
4
- bottom: 0;
5
- left: 0;
6
- right: 0;
7
- background-color:rgba(0,0,0,0.3);
8
- padding: 50px;
9
- z-index: 1;
10
- display: flex;
11
- @media screen and (max-width: 992px) {
12
- padding: 50px 16px;
13
- }
14
- }
15
- .bukazu-modal-container-inner {
16
- position: relative;
17
- left: 0;
18
- top: 0;
19
- width: 100%;
20
- height: 100%;
21
- display: flex;
22
- justify-content: center;
23
- align-items: center;
24
- }
25
-
26
- .bukazu-modal-escape {
27
- position: absolute;
28
- z-index: 2;
29
- width: 100%;
30
- height: 100%;
31
- }
32
-
33
- .bukazu-modal {
34
- position: absolute;
35
- background-color: #fff;
36
- width: 500px;
37
- min-width: 50vw;
38
- min-height: 200px;
39
- max-height: 90%;
40
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
41
- z-index: 3;
42
- margin: 0 auto;
43
- border-radius: 5px;
44
- padding: 30px;
45
- overflow: hidden;
46
- display: flex;
47
- flex-direction: column;
48
-
49
- .bukazu-modal-content {
50
- flex: 1 1 auto;
51
- height: 100%;
52
- max-height: 100%;
53
- overflow-y: auto;
54
- padding: 16px 0 32px;
55
- }
56
- .bukazu-modal-footer {
57
- position: absolute;
58
- height: 50px;
59
- width: 100%;
60
- left: 0;
61
- bottom: 0;
62
- a {
63
- display: flex;
64
- align-items: center;
65
- justify-content: center;
66
- height: 100%;
67
- width: 100%;
68
- color: #fff;
69
- font-weight: bold;
70
- background: #004fa7;
71
- border: 0;
72
- appearance: none;
73
- cursor: pointer;
74
- box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
75
- border-radius: 0 0 5px 5px;
76
-
77
- }
78
- }
79
- }
@@ -1,92 +0,0 @@
1
- #bukazu-app {
2
- .bu-pagination {
3
- display: -ms-flexbox;
4
- display: flex;
5
- padding-left: 0;
6
- list-style: none;
7
- border-radius: 0.25rem;
8
- margin: 0;
9
- li {
10
- margin: 0;
11
- a {
12
- display: block;
13
- padding: 0.5rem 0.75rem;
14
- line-height: 1.25;
15
- color: var(--bukazu-button);
16
- background-color: #fff;
17
- border: 1px solid #dee2e6;
18
- &:hover {
19
- z-index: 2;
20
- color: #0056b3;
21
- text-decoration: none;
22
- background-color: #e9ecef;
23
- border-color: #dee2e6;
24
- }
25
- &:focus {
26
- z-index: 2;
27
- outline: 0;
28
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
29
- }
30
- &:not(:disabled):not(.disabled) {
31
- cursor: pointer;
32
- }
33
-
34
- }
35
- /* margin-left: -1px; */
36
- }
37
- }
38
-
39
- .bu-pagination li:first-child a {
40
- margin-left: 0;
41
- border-top-left-radius: 0.25rem;
42
- border-bottom-left-radius: 0.25rem;
43
- }
44
- .bu-pagination li:last-child a {
45
- border-top-right-radius: 0.25rem;
46
- border-bottom-right-radius: 0.25rem;
47
- }
48
- .bu-pagination li.selected a {
49
- z-index: 1;
50
- color: #fff;
51
- background-color: var(--bukazu-button);
52
- border-color: var(--bukazu-button);
53
- a {
54
- color: #000;
55
- }
56
- }
57
- .bu-pagination li.disabled a {
58
- color: #6c757d;
59
- pointer-events: none;
60
- cursor: auto;
61
- /* background-color: #fff; */
62
- border-color: #dee2e6;
63
- }
64
-
65
- .bu-pagination-lg a {
66
- padding: 0.75rem 1.5rem;
67
- font-size: 1.25rem;
68
- line-height: 1.5;
69
- }
70
- .bu-pagination-lg li:first-child a {
71
- border-top-left-radius: 0.3rem;
72
- border-bottom-left-radius: 0.3rem;
73
- }
74
- .bu-pagination-lg li:last-child a {
75
- border-top-right-radius: 0.3rem;
76
- border-bottom-right-radius: 0.3rem;
77
- }
78
-
79
- .bu-pagination-sm a {
80
- padding: 0.25rem 0.5rem;
81
- font-size: 0.875rem;
82
- line-height: 1.5;
83
- }
84
- .bu-pagination-sm li:first-child a {
85
- border-top-left-radius: 0.2rem;
86
- border-bottom-left-radius: 0.2rem;
87
- }
88
- .bu-pagination-sm li:last-child a {
89
- border-top-right-radius: 0.2rem;
90
- border-bottom-right-radius: 0.2rem;
91
- }
92
- }