|
17 | 17 | box-sizing: border-box; |
18 | 18 | font-size: 1.125em; |
19 | 19 | font-weight: 500; |
20 | | - |
21 | 20 | width: 100%; |
22 | 21 | } |
23 | 22 |
|
|
47 | 46 | padding-left: 4px; |
48 | 47 | padding-bottom: 2px; |
49 | 48 | } |
| 49 | + |
50 | 50 | .ais-SearchBox-submit::before { |
51 | 51 | display: inline-block; |
52 | 52 | margin-right: -4px; |
53 | 53 | height: 100%; |
54 | 54 | vertical-align: middle; |
55 | 55 | content: '' 2; |
56 | 56 | } |
| 57 | + |
57 | 58 | .ais-SearchBox-submit:hover, |
58 | 59 | .ais-SearchBox-submit:active { |
59 | 60 | cursor: pointer; |
60 | 61 | } |
| 62 | + |
61 | 63 | .ais-SearchBox-submit:focus { |
62 | 64 | outline: 0; |
63 | 65 | } |
| 66 | + |
64 | 67 | .ais-SearchBox-submit svg { |
65 | 68 | margin: 6px; |
66 | 69 | width: 14px; |
|
86 | 89 | user-select: none; |
87 | 90 | fill: rgba(255, 255, 255, 0.5); |
88 | 91 | } |
| 92 | + |
89 | 93 | .ais-SearchBox-reset:focus { |
90 | 94 | outline: 0; |
91 | 95 | } |
| 96 | + |
92 | 97 | .ais-SearchBox-reset svg { |
93 | 98 | display: block; |
94 | 99 | margin: 6px; |
|
131 | 136 | color: rgba(255, 255, 255, 0.8); |
132 | 137 | margin-top: 6px; |
133 | 138 | } |
| 139 | + |
134 | 140 | .ais-RefinementList-item .ais-RefinementList-checkbox { |
135 | 141 | display: inline-block; |
136 | 142 | border-radius: 3.5px; |
|
145 | 151 | -webkit-transition: all 0.15s ease; |
146 | 152 | transition: all 0.15s ease; |
147 | 153 | } |
| 154 | + |
148 | 155 | .ais-RefinementList-item input[type='checkbox']:checked { |
149 | 156 | background: #40a9f3 |
150 | 157 | url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.88l2.378 2.435L9.046 1.6' stroke-width='1.6' stroke='%23FFF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/></svg>") |
151 | 158 | no-repeat 50%/10px; |
152 | 159 | border-color: #40a9f3; |
153 | 160 | box-shadow: none; |
154 | 161 | } |
| 162 | + |
155 | 163 | .ais-RefinementList-item:hover .ais-RefinementList-checkbox { |
156 | 164 | box-shadow: inset 0 0 0 1px rgba(108, 174, 221, 0.3); |
157 | 165 | } |
|
192 | 200 | padding: 0; |
193 | 201 | margin: 0; |
194 | 202 | color: rgba(255, 255, 255, 0.8); |
195 | | - |
196 | 203 | margin-top: 1rem; |
197 | 204 | } |
198 | 205 |
|
|
263 | 270 | text-align: center; |
264 | 271 | font-size: 14px; |
265 | 272 | } |
| 273 | + |
266 | 274 | .ais-Pagination-item:hover { |
267 | 275 | background: rgba(108, 174, 221, 0.2); |
268 | 276 | } |
|
284 | 292 | color: #fff; |
285 | 293 | background: rgba(108, 174, 221, 1); |
286 | 294 | } |
| 295 | + |
287 | 296 | .ais-Pagination-item--selected .ais-Pagination-link { |
288 | 297 | color: currentColor; |
289 | 298 | font-weight: normal; |
|
293 | 302 | visibility: visible; |
294 | 303 | color: #bbbbbb; |
295 | 304 | } |
| 305 | + |
296 | 306 | .ais-Pagination-item--disabled[disabled], |
297 | 307 | .ais-Pagination-item--disabled:disabled { |
298 | 308 | opacity: 0.5; |
|
321 | 331 | -webkit-appearance: none; |
322 | 332 | outline-offset: -2px; |
323 | 333 | } |
| 334 | + |
| 335 | +.ais-SortBy-select { |
| 336 | + transition: 0.3s ease border-color; |
| 337 | + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNC45NSAxMCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xLjQxIDQuNjdsMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzNMMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiI+PC9wYXRoPjwvc3ZnPg==); |
| 338 | + background-color: rgba(0, 0, 0, 0.3); |
| 339 | + background-position: right; |
| 340 | + background-repeat: no-repeat; |
| 341 | + width: 100%; |
| 342 | + color: white; |
| 343 | + border: none; |
| 344 | + outline: none; |
| 345 | + border-radius: 4px; |
| 346 | + padding: 0.2em 1em 0.2em 0.2em; |
| 347 | + box-sizing: border-box; |
| 348 | + font-weight: 400; |
| 349 | + height: 1.75em; |
| 350 | + appearance: none; |
| 351 | + border: 1px solid rgba(0, 0, 0, 0.1); |
| 352 | +} |
0 commit comments