@hellobetterdigitalnz/selwynui 0.0.1-177S → 0.0.1-179
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/Components/DataDisplay/ListBlock/ListBlockProps.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/selwynui.css +1 -1
- package/package.json +1 -1
- package/src/Components/DataDisplay/ImageContent/imageContent.module.scss +24 -1
- package/src/Components/DataDisplay/ListBlock/ListBlockProps.tsx +1 -1
- package/src/Components/Layout/HeroBanner/heroBanner.module.scss +2 -2
package/package.json
CHANGED
|
@@ -497,10 +497,33 @@
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
}
|
|
500
|
+
|
|
501
|
+
// full image
|
|
502
|
+
&.imageContentFluid{
|
|
503
|
+
|
|
504
|
+
.imageContentWrapper{
|
|
505
|
+
flex-direction: row-reverse;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.imageWrapper{
|
|
509
|
+
width: 60%;
|
|
510
|
+
|
|
511
|
+
.imageHolder {
|
|
512
|
+
min-width: 60vw;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
.content{
|
|
519
|
+
width: 40%;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
|
|
500
523
|
}
|
|
501
524
|
|
|
502
525
|
|
|
503
|
-
@media screen and (min-width:
|
|
526
|
+
@media screen and (min-width: 992px){
|
|
504
527
|
|
|
505
528
|
&Wrapper{
|
|
506
529
|
margin: 0 -52px;
|