@hellobetterdigitalnz/selwynui 0.0.1-107 → 0.0.1-108
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/package.json
CHANGED
|
@@ -447,14 +447,14 @@
|
|
|
447
447
|
&.bottom-right{
|
|
448
448
|
.imageHolder{
|
|
449
449
|
border-radius: 0 0 500px 0;
|
|
450
|
-
margin-
|
|
450
|
+
margin-bottom: 32px;
|
|
451
451
|
}
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
&.bottom-left{
|
|
455
455
|
.imageHolder{
|
|
456
456
|
border-radius: 0 0 0 500px;
|
|
457
|
-
margin-
|
|
457
|
+
margin-bottom: 32px;
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
|
|
480
|
-
@media screen and (min-width:
|
|
480
|
+
@media screen and (min-width: 1220px){
|
|
481
481
|
|
|
482
482
|
&Wrapper{
|
|
483
483
|
margin: 0 -52px;
|
|
@@ -551,11 +551,6 @@
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
&.top-left{
|
|
554
|
-
|
|
555
|
-
.imageContentWrapper{
|
|
556
|
-
align-items: unset;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
554
|
.imageHolder{
|
|
560
555
|
margin-top: 0px;
|
|
561
556
|
border-radius: 500px 0 0 0;
|
|
@@ -563,11 +558,6 @@
|
|
|
563
558
|
}
|
|
564
559
|
|
|
565
560
|
&.top-right{
|
|
566
|
-
|
|
567
|
-
.imageContentWrapper{
|
|
568
|
-
align-items: unset;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
561
|
.imageHolder{
|
|
572
562
|
margin-top: 0px;
|
|
573
563
|
border-radius: 0 500px 0 0;
|
|
@@ -575,11 +565,6 @@
|
|
|
575
565
|
}
|
|
576
566
|
|
|
577
567
|
&.bottom-right{
|
|
578
|
-
|
|
579
|
-
.imageContentWrapper{
|
|
580
|
-
align-items: unset;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
568
|
.imageHolder{
|
|
584
569
|
margin-top: 0px;
|
|
585
570
|
border-radius: 0 0 500px 0;
|
|
@@ -587,11 +572,6 @@
|
|
|
587
572
|
}
|
|
588
573
|
|
|
589
574
|
&.bottom-left{
|
|
590
|
-
|
|
591
|
-
.imageContentWrapper{
|
|
592
|
-
align-items: unset;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
575
|
.imageHolder{
|
|
596
576
|
margin-top: 0px;
|
|
597
577
|
border-radius: 0 0 0 500px;
|
|
@@ -610,7 +590,7 @@
|
|
|
610
590
|
|
|
611
591
|
.imageHolder {
|
|
612
592
|
min-width: 50vw;
|
|
613
|
-
height:
|
|
593
|
+
min-height: 935px;
|
|
614
594
|
}
|
|
615
595
|
|
|
616
596
|
}
|
|
@@ -619,6 +599,7 @@
|
|
|
619
599
|
width: 50%;
|
|
620
600
|
padding-right: 149px;
|
|
621
601
|
padding-left: 0px;
|
|
602
|
+
min-height: 935px;
|
|
622
603
|
}
|
|
623
604
|
|
|
624
605
|
}
|