prismic-slicemachine-to-hydrogen-jrhcn 0.1.610-alpha.1 → 0.1.610
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/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.css +0 -58
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.css +0 -58
- package/dist/prismicio-types.d.ts +39 -68
- package/package.json +1 -1
package/dist/cjs/styles.css
CHANGED
|
@@ -6373,64 +6373,6 @@ it is unclear if all swatches from previous site are actively used
|
|
|
6373
6373
|
background-image: radial-gradient(circle farthest-corner at 8% 97%, rgb(233, 237, 152), rgb(245, 221, 129));
|
|
6374
6374
|
}
|
|
6375
6375
|
|
|
6376
|
-
.accordion {
|
|
6377
|
-
max-width: 1150px;
|
|
6378
|
-
margin: 0 auto;
|
|
6379
|
-
padding: 40px;
|
|
6380
|
-
}
|
|
6381
|
-
@media screen and (max-width: 760px) {
|
|
6382
|
-
.accordion {
|
|
6383
|
-
padding: 18px;
|
|
6384
|
-
}
|
|
6385
|
-
}
|
|
6386
|
-
.accordion .accordionTitle h2 {
|
|
6387
|
-
margin: 0;
|
|
6388
|
-
}
|
|
6389
|
-
.accordion .accordionItem {
|
|
6390
|
-
position: relative;
|
|
6391
|
-
}
|
|
6392
|
-
.accordion .accordionItem + .accordionItem {
|
|
6393
|
-
border-top: 1px solid #9b9b9b;
|
|
6394
|
-
}
|
|
6395
|
-
.accordion .accordionItem button.accordionItemTitle {
|
|
6396
|
-
font-family: "Galaxie Polaris Bold", sans-serif;
|
|
6397
|
-
font-weight: normal;
|
|
6398
|
-
letter-spacing: 0;
|
|
6399
|
-
text-transform: none;
|
|
6400
|
-
font-size: 1rem;
|
|
6401
|
-
background: transparent url("https://img.roka.com/hydrogen/public/img/symbol-plus-black.svg") right center no-repeat;
|
|
6402
|
-
border: none;
|
|
6403
|
-
cursor: pointer;
|
|
6404
|
-
padding: 20px 40px 20px 0;
|
|
6405
|
-
text-align: left;
|
|
6406
|
-
width: 100%;
|
|
6407
|
-
z-index: 1;
|
|
6408
|
-
}
|
|
6409
|
-
@media screen and (max-width: 760px) {
|
|
6410
|
-
.accordion .accordionItem button.accordionItemTitle {
|
|
6411
|
-
font-size: 1rem;
|
|
6412
|
-
}
|
|
6413
|
-
}
|
|
6414
|
-
.accordion .accordionItem button.accordionItemTitle.active {
|
|
6415
|
-
background: transparent url("https://img.roka.com/hydrogen/public/img/symbol-minus-black.svg") right center no-repeat;
|
|
6416
|
-
}
|
|
6417
|
-
.accordion .accordionItem .accordionItemContent {
|
|
6418
|
-
max-height: 0;
|
|
6419
|
-
max-width: 760px;
|
|
6420
|
-
opacity: 0;
|
|
6421
|
-
transition: all 0.333s ease-out;
|
|
6422
|
-
}
|
|
6423
|
-
.accordion .accordionItem .accordionItemContent > :first-child {
|
|
6424
|
-
margin: 0;
|
|
6425
|
-
}
|
|
6426
|
-
.accordion .accordionItem .accordionItemContent > :last-child {
|
|
6427
|
-
margin-bottom: 20px;
|
|
6428
|
-
}
|
|
6429
|
-
.accordion .accordionItem button.accordionItemTitle.active + .accordionItemContent {
|
|
6430
|
-
opacity: 1;
|
|
6431
|
-
max-height: max-content;
|
|
6432
|
-
}
|
|
6433
|
-
|
|
6434
6376
|
.banner {
|
|
6435
6377
|
align-items: center;
|
|
6436
6378
|
display: flex;
|