@biggive/components 202303201257.0.0 → 202303231047.0.0
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/biggive/biggive.esm.js +1 -1
- package/dist/biggive/{p-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
- package/dist/biggive/p-0f955c67.entry.js +1 -0
- package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
- package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
- package/dist/biggive/p-15630ae5.entry.js +1 -0
- package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
- package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
- package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
- package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
- package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
- package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
- package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
- package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
- package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
- package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
- package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
- package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +445 -32
- package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-8dd1da4d.js → index-8dcaaf94.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
- package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
- package/dist/collection/components/biggive-button/biggive-button.css +110 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
- package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
- package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
- package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
- package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
- package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
- package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
- package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +1 -1
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
- package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
- package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
- package/dist/collection/components/biggive-table/biggive-table.css +1 -1
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
- package/dist/components/biggive-accordion.js +1 -1
- package/dist/components/biggive-article-card.js +44 -9
- package/dist/components/biggive-basic-card.js +1 -1
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-biography-card.js +40 -3
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-button2.js +1 -1
- package/dist/components/biggive-carousel.js +1 -83
- package/dist/components/biggive-carousel2.js +92 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-filtered-carousel.d.ts +11 -0
- package/dist/components/biggive-filtered-carousel.js +99 -0
- package/dist/components/biggive-generic-icon.d.ts +11 -0
- package/dist/components/biggive-generic-icon.js +6 -0
- package/dist/components/biggive-generic-icon2.js +59 -0
- package/dist/components/biggive-grid.js +5 -3
- package/dist/components/biggive-icon-button.d.ts +11 -0
- package/dist/components/biggive-icon-button.js +89 -0
- package/dist/components/biggive-image-button.d.ts +11 -0
- package/dist/components/biggive-image-button.js +83 -0
- package/dist/components/biggive-main-menu.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-sheet.d.ts +11 -0
- package/dist/components/biggive-sheet.js +60 -0
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tabbed-content.js +34 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline.js +39 -6
- package/dist/components/biggive-tipping-slider.js +2 -2
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +438 -33
- package/dist/esm/biggive-basic-card.entry.js +2 -2
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-801eebfb.js → index-341903f8.js} +3 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
- package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
- package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
- package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
- package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
- package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
- package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
- package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
- package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
- package/dist/types/components.d.ts +229 -126
- package/hydrate/index.js +517 -51
- package/package.json +1 -1
- package/dist/biggive/p-265a6be4.entry.js +0 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
- package/dist/biggive/p-4adb4dce.entry.js +0 -1
- package/dist/biggive/p-87edb8c6.entry.js +0 -1
- package/dist/biggive/p-8feb91ae.entry.js +0 -1
- package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
- package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
- package/dist/esm/biggive-article-card.entry.js +0 -27
- package/dist/esm/biggive-biography-card.entry.js +0 -19
- package/dist/esm/biggive-formatted-text.entry.js +0 -18
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
|
|
3
|
+
*/
|
|
4
|
+
a {
|
|
5
|
+
color: inherit;
|
|
6
|
+
text-decoration: underline;
|
|
7
|
+
}
|
|
8
|
+
a:hover {
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.background-colour-hover-primary:hover,
|
|
13
|
+
.background-colour-primary {
|
|
14
|
+
background-color: #2C089B;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.background-colour-hover-secondary:hover,
|
|
18
|
+
.background-colour-secondary {
|
|
19
|
+
background-color: #2AF135;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.background-colour-hover-tertiary:hover,
|
|
23
|
+
.background-colour-tertiary {
|
|
24
|
+
background-color: #FF7272;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.background-colour-hover-brand-1:hover,
|
|
28
|
+
.background-colour-brand-1 {
|
|
29
|
+
background-color: #B30510;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.background-colour-hover-brand-2:hover,
|
|
33
|
+
.background-colour-brand-2 {
|
|
34
|
+
background-color: #6E0887;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.background-colour-hover-brand-3:hover,
|
|
38
|
+
.background-colour-brand-3 {
|
|
39
|
+
background-color: #50B400;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.background-colour-hover-brand-4:hover,
|
|
43
|
+
.background-colour-brand-4 {
|
|
44
|
+
background-color: #FFE500;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.background-colour-hover-brand-5:hover,
|
|
48
|
+
.background-colour-brand-5 {
|
|
49
|
+
background-color: #F07D00;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.background-colour-hover-brand-6:hover,
|
|
53
|
+
.background-colour-brand-6 {
|
|
54
|
+
background-color: #62CFC9;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.background-colour-hover-white:hover,
|
|
58
|
+
.background-colour-white {
|
|
59
|
+
background-color: #FFFFFF;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.background-colour-hover-black:hover,
|
|
63
|
+
.background-colour-black {
|
|
64
|
+
background-color: #000000;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.background-colour-hover-white:hover,
|
|
68
|
+
.background-colour-white {
|
|
69
|
+
background-color: #FFFFFF;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.background-colour-hover-grey-extra-light:hover,
|
|
73
|
+
.background-colour-grey-extra-light {
|
|
74
|
+
background-color: #D7D7D7;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.background-colour-hover-grey-light:hover,
|
|
78
|
+
.background-colour-grey-light {
|
|
79
|
+
background-color: #E8E8E8;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.background-colour-hover-grey-medium:hover,
|
|
83
|
+
.background-colour-grey-medium {
|
|
84
|
+
background-color: #8A8A8A;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.background-colour-hover-grey-dark:hover,
|
|
88
|
+
.background-colour-grey-dark {
|
|
89
|
+
background-color: #4A4A4A;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.text-colour-hover-primary:hover,
|
|
93
|
+
.text-colour-primary {
|
|
94
|
+
color: #2C089B;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.text-colour-hover-secondary:hover,
|
|
98
|
+
.text-colour-secondary {
|
|
99
|
+
color: #2AF135;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.text-colour-hover-tertiary:hover,
|
|
103
|
+
.text-colour-tertiary {
|
|
104
|
+
color: #FF7272;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.text-colour-hover-brand-1:hover,
|
|
108
|
+
.text-colour-brand-1 {
|
|
109
|
+
color: #B30510;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.text-colour-hover-brand-2:hover,
|
|
113
|
+
.text-colour-brand-2 {
|
|
114
|
+
color: #6E0887;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.text-colour-hover-brand-3:hover,
|
|
118
|
+
.text-colour-brand-3 {
|
|
119
|
+
color: #50B400;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.text-colour-hover-brand-4:hover,
|
|
123
|
+
.text-colour-brand-4 {
|
|
124
|
+
color: #FFE500;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.text-colour-hover-brand-5:hover,
|
|
128
|
+
.text-colour-brand-5 {
|
|
129
|
+
color: #F07D00;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.text-colour-hover-brand-6:hover,
|
|
133
|
+
.text-colour-brand-6 {
|
|
134
|
+
color: #CBC8C8;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.text-colour-hover-white:hover,
|
|
138
|
+
.text-colour-white {
|
|
139
|
+
color: #FFFFFF;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.text-colour-hover-black:hover,
|
|
143
|
+
.text-colour-black {
|
|
144
|
+
color: #000000;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.text-colour-hover-grey-extra-light:hover,
|
|
148
|
+
.text-colour-grey-extra-light {
|
|
149
|
+
color: #D7D7D7;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.text-colour-hover-grey-light:hover,
|
|
153
|
+
.text-colour-grey-light {
|
|
154
|
+
color: #E8E8E8;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.text-colour-hover-grey-medium:hover,
|
|
158
|
+
.text-colour-grey-medium {
|
|
159
|
+
color: #8A8A8A;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.text-colour-hover-grey-dark:hover,
|
|
163
|
+
.text-colour-grey-dark {
|
|
164
|
+
color: #4A4A4A;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.space-above-0 {
|
|
168
|
+
margin-top: 0;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.space-above-1 {
|
|
172
|
+
margin-top: 5px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.space-above-2 {
|
|
176
|
+
margin-top: 10px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.space-above-3 {
|
|
180
|
+
margin-top: 15px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.space-above-4 {
|
|
184
|
+
margin-top: 30px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.space-above-5 {
|
|
188
|
+
margin-top: 45px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.space-above-6 {
|
|
192
|
+
margin-top: 60px;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.space-below-0 {
|
|
196
|
+
margin-bottom: 0;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.space-below-1 {
|
|
200
|
+
margin-bottom: 5px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.space-below-2 {
|
|
204
|
+
margin-bottom: 10px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.space-below-3 {
|
|
208
|
+
margin-bottom: 15px;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.space-below-4 {
|
|
212
|
+
margin-bottom: 30px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.space-below-5 {
|
|
216
|
+
margin-bottom: 45px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.space-below-6 {
|
|
220
|
+
margin-bottom: 60px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
:host {
|
|
224
|
+
display: contents;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.container {
|
|
228
|
+
font-family: "Euclid Triangle", sans-serif;
|
|
229
|
+
font-size: 17px;
|
|
230
|
+
line-height: 24px;
|
|
231
|
+
}
|
|
232
|
+
.container a {
|
|
233
|
+
display: block;
|
|
234
|
+
text-decoration: none;
|
|
235
|
+
}
|
|
236
|
+
.container a.full-width-true {
|
|
237
|
+
display: block;
|
|
238
|
+
}
|
|
239
|
+
.container.centered-true {
|
|
240
|
+
text-align: center;
|
|
241
|
+
}
|
|
242
|
+
.container.shadow-true {
|
|
243
|
+
filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
|
|
244
|
+
}
|
|
245
|
+
.container.rounded-true {
|
|
246
|
+
border-radius: 10px;
|
|
247
|
+
}
|
|
248
|
+
.container.background-padding-1 {
|
|
249
|
+
padding: 5px;
|
|
250
|
+
}
|
|
251
|
+
.container.background-padding-2 {
|
|
252
|
+
padding: 10px;
|
|
253
|
+
}
|
|
254
|
+
.container.background-padding-3 {
|
|
255
|
+
padding: 15px;
|
|
256
|
+
}
|
|
257
|
+
.container.background-padding-4 {
|
|
258
|
+
padding: 30px;
|
|
259
|
+
}
|
|
260
|
+
.container.background-padding-5 {
|
|
261
|
+
padding: 45px;
|
|
262
|
+
}
|
|
263
|
+
.container.background-padding-6 {
|
|
264
|
+
padding: 60px;
|
|
265
|
+
}
|
|
266
|
+
.container .sleeve {
|
|
267
|
+
display: flex;
|
|
268
|
+
}
|
|
269
|
+
.container .sleeve .text-wrap {
|
|
270
|
+
margin: auto 0;
|
|
271
|
+
text-decoration: none;
|
|
272
|
+
}
|
|
273
|
+
.container .sleeve .text-wrap.text-padding-1 {
|
|
274
|
+
padding: 0 5px;
|
|
275
|
+
}
|
|
276
|
+
.container .sleeve .text-wrap.text-padding-2 {
|
|
277
|
+
padding: 0 10px;
|
|
278
|
+
}
|
|
279
|
+
.container .sleeve .text-wrap.text-padding-3 {
|
|
280
|
+
padding: 0 15px;
|
|
281
|
+
}
|
|
282
|
+
.container .sleeve .text-wrap.text-padding-4 {
|
|
283
|
+
padding: 0 30px;
|
|
284
|
+
}
|
|
285
|
+
.container .sleeve .text-wrap.text-padding-5 {
|
|
286
|
+
padding: 0 45px;
|
|
287
|
+
}
|
|
288
|
+
.container .sleeve .text-wrap.text-padding-6 {
|
|
289
|
+
padding: 0 60px;
|
|
290
|
+
}
|
|
291
|
+
.container .sleeve .arrow-wrap {
|
|
292
|
+
margin: auto 0 auto auto;
|
|
293
|
+
}
|
|
294
|
+
.container .sleeve .arrow-wrap.arrow-colour-primary .arrow-wrap svg path {
|
|
295
|
+
stroke: #2C089B;
|
|
296
|
+
}
|
|
297
|
+
.container .sleeve .arrow-wrap.arrow-colour-secondary .arrow-wrap svg path {
|
|
298
|
+
stroke: #2AF135;
|
|
299
|
+
}
|
|
300
|
+
.container .sleeve .arrow-wrap.arrow-colour-tertiary .arrow-wrap svg path {
|
|
301
|
+
stroke: #FF7272;
|
|
302
|
+
}
|
|
303
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-1 .arrow-wrap svg path {
|
|
304
|
+
stroke: #B30510;
|
|
305
|
+
}
|
|
306
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-2 .arrow-wrap svg path {
|
|
307
|
+
stroke: #6E0887;
|
|
308
|
+
}
|
|
309
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-3 .arrow-wrap svg path {
|
|
310
|
+
stroke: #50B400;
|
|
311
|
+
}
|
|
312
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-4 .arrow-wrap svg path {
|
|
313
|
+
stroke: #FFE500;
|
|
314
|
+
}
|
|
315
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-5 .arrow-wrap svg path {
|
|
316
|
+
stroke: #F07D00;
|
|
317
|
+
}
|
|
318
|
+
.container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
|
|
319
|
+
stroke: #62CFC9;
|
|
320
|
+
}
|
|
321
|
+
.container .sleeve .arrow-wrap.arrow-colour-white .arrow-wrap svg path {
|
|
322
|
+
stroke: #FFFFFF;
|
|
323
|
+
}
|
|
324
|
+
.container .sleeve .arrow-wrap.arrow-colour-black .arrow-wrap svg path {
|
|
325
|
+
stroke: #000000;
|
|
326
|
+
}
|
|
327
|
+
.container .sleeve .arrow-wrap.arrow-colour-grey-extra-light .arrow-wrap svg path {
|
|
328
|
+
stroke: #D7D7D7;
|
|
329
|
+
}
|
|
330
|
+
.container .sleeve .arrow-wrap.arrow-colour-grey-light .arrow-wrap svg path {
|
|
331
|
+
stroke: #E8E8E8;
|
|
332
|
+
}
|
|
333
|
+
.container .sleeve .arrow-wrap.arrow-colour-grey-medium .arrow-wrap svg path {
|
|
334
|
+
stroke: #8A8A8A;
|
|
335
|
+
}
|
|
336
|
+
.container .sleeve .arrow-wrap.arrow-colour-grey-dark .arrow-wrap svg path {
|
|
337
|
+
stroke: #4A4A4A;
|
|
338
|
+
}
|
|
339
|
+
.container .image-wrap {
|
|
340
|
+
background-position: center center;
|
|
341
|
+
background-size: cover;
|
|
342
|
+
}
|
|
343
|
+
.container .image-wrap.image-style-contain {
|
|
344
|
+
background-size: contain;
|
|
345
|
+
}
|
|
346
|
+
.container .image-wrap.circle-true {
|
|
347
|
+
border-radius: 50%;
|
|
348
|
+
overflow: hidden;
|
|
349
|
+
}
|
|
350
|
+
.container .image-wrap.size-small {
|
|
351
|
+
width: 30px;
|
|
352
|
+
height: 30px;
|
|
353
|
+
}
|
|
354
|
+
.container .image-wrap.size-medium {
|
|
355
|
+
width: 45px;
|
|
356
|
+
height: 45px;
|
|
357
|
+
}
|
|
358
|
+
.container .image-wrap.size-large {
|
|
359
|
+
width: 60px;
|
|
360
|
+
height: 60px;
|
|
361
|
+
}
|
|
362
|
+
.container .image-wrap.size-x-large {
|
|
363
|
+
width: 75px;
|
|
364
|
+
height: 75px;
|
|
365
|
+
}
|
|
366
|
+
.container .image-wrap.size-xx-large {
|
|
367
|
+
width: 90px;
|
|
368
|
+
height: 90px;
|
|
369
|
+
}
|