@hellobetterdigitalnz/selwynui 0.0.1-213 → 0.0.1-214
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
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
|
|
94
94
|
h3{
|
|
95
95
|
font-weight: 400;
|
|
96
|
-
font-size: var(--font-size-
|
|
97
|
-
letter-spacing: -
|
|
96
|
+
font-size: var(--font-size-h4);
|
|
97
|
+
letter-spacing: var(--letter-spacing-h3);
|
|
98
98
|
line-height: 1;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -288,14 +288,6 @@
|
|
|
288
288
|
width: 100%;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.title{
|
|
292
|
-
h3{
|
|
293
|
-
letter-spacing: -1.76px;
|
|
294
|
-
font-weight: 400;
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
|
|
299
291
|
.list{
|
|
300
292
|
// margin-top: 48px;
|
|
301
293
|
list-style: none;
|
|
@@ -364,7 +356,6 @@
|
|
|
364
356
|
|
|
365
357
|
.title{
|
|
366
358
|
h3{
|
|
367
|
-
letter-spacing: -1.76px;
|
|
368
359
|
font-weight: 400;
|
|
369
360
|
}
|
|
370
361
|
}
|
|
@@ -602,19 +593,6 @@
|
|
|
602
593
|
width: 50%;
|
|
603
594
|
padding: 0 52px;
|
|
604
595
|
|
|
605
|
-
.title{
|
|
606
|
-
|
|
607
|
-
h3{
|
|
608
|
-
font-weight: 400;
|
|
609
|
-
letter-spacing: -2.88px;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
span{
|
|
613
|
-
font-weight: 700;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
}
|
|
617
|
-
|
|
618
596
|
.desc{
|
|
619
597
|
margin-top: 72px;
|
|
620
598
|
}
|
|
@@ -645,7 +623,7 @@
|
|
|
645
623
|
.content{
|
|
646
624
|
margin-top: 72px;
|
|
647
625
|
|
|
648
|
-
.title h4{
|
|
626
|
+
.title h4 {
|
|
649
627
|
font-size: 48px;
|
|
650
628
|
letter-spacing: -1.92px;
|
|
651
629
|
}
|
|
@@ -716,15 +694,6 @@
|
|
|
716
694
|
padding-right: 149px;
|
|
717
695
|
padding-left: 0px;
|
|
718
696
|
min-height: 935px;
|
|
719
|
-
|
|
720
|
-
.title{
|
|
721
|
-
h3{
|
|
722
|
-
letter-spacing: -2.88px;
|
|
723
|
-
font-weight: 400;
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
|
|
728
697
|
}
|
|
729
698
|
|
|
730
699
|
}
|
|
@@ -733,18 +702,9 @@
|
|
|
733
702
|
&.imageContentFluid {
|
|
734
703
|
|
|
735
704
|
.content{
|
|
736
|
-
|
|
737
|
-
.title{
|
|
738
|
-
h3{
|
|
739
|
-
letter-spacing: -2.88px;
|
|
740
|
-
font-weight: 400;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
|
|
744
705
|
.desc{
|
|
745
706
|
margin-top: 72px;
|
|
746
707
|
}
|
|
747
|
-
|
|
748
708
|
}
|
|
749
709
|
|
|
750
710
|
}
|