@hellobetterdigitalnz/selwynui 0.0.1-139 → 0.0.1-140

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-139",
3
+ "version": "0.0.1-140",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -19,7 +19,7 @@
19
19
  align-items: center;
20
20
 
21
21
  h3{
22
- font-size: 72px;
22
+ font-size: 36px;
23
23
  line-height: 1;
24
24
  font-weight: 700;
25
25
  padding: 12px;
@@ -193,7 +193,7 @@
193
193
  font-size: 24px;
194
194
  line-height: 1.3;
195
195
  font-weight: 400;
196
- margin-top: 90px;
196
+ margin-top: 45px;
197
197
  max-width: 604px;
198
198
  }
199
199
 
@@ -306,6 +306,11 @@
306
306
  .content{
307
307
  width: 50%;
308
308
  padding: 10px 0;
309
+
310
+ p{
311
+ margin-top: 90px;
312
+ }
313
+
309
314
  }
310
315
 
311
316
  .heroImg {
@@ -1,78 +0,0 @@
1
- .checkOutAction {
2
- padding: 76px 0;
3
-
4
- @media (max-width: 834px) {
5
- padding: 64px 0;
6
- }
7
-
8
- .carouselWrapper {
9
- width: 100%;
10
- }
11
-
12
- .carouselTitle {
13
- margin: -12px;
14
- margin-bottom: 50px;
15
- display: flex;
16
- flex-wrap: wrap;
17
- justify-content: space-between;
18
- align-items: center;
19
-
20
- h3{
21
- font-size: 72px;
22
- line-height: 1;
23
- font-weight: 700;
24
- padding: 12px;
25
- letter-spacing: -3.6px;
26
- }
27
-
28
-
29
- .actions {
30
- padding: 12px;
31
- }
32
-
33
- @media screen and (min-width: 992px) {
34
- margin-bottom: 66px;
35
-
36
-
37
- h3 {
38
- font-size: var(--font-size-h3);
39
- }
40
- }
41
- }
42
-
43
- .imageSlide {
44
- width: 312px !important;
45
- margin-right: 16px;
46
-
47
- @media screen and (min-width: 992px) {
48
- width: 456px !important;
49
- margin-right: 24px;
50
- }
51
- }
52
-
53
- .imageLink {
54
- display: block;
55
- text-decoration: none;
56
- position: relative;
57
- overflow: hidden;
58
- border-radius: 8px;
59
-
60
- &:hover .image {
61
- transform: scale(1.05);
62
- }
63
- }
64
-
65
- .image {
66
- width: 100%;
67
- height: 240px;
68
- object-fit: cover;
69
- display: block;
70
- border-radius: 12px;
71
- transition: transform 0.3s ease;
72
- border: 1px solid var(--color-text);
73
-
74
- @media screen and (min-width: 992px) {
75
- height: 299px;
76
- }
77
- }
78
- }