@sunrise-upc/sales-static-components 3.8.1 → 3.8.3

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.
Files changed (50) hide show
  1. package/README.md +8 -8
  2. package/dist/cjs/components/ButtonGroup/ButtonGroup.css +95 -95
  3. package/dist/cjs/components/FalconButton/falconButton.js.map +1 -1
  4. package/dist/cjs/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.js.map +1 -1
  5. package/dist/cjs/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.js.map +1 -1
  6. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  7. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  8. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  9. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  10. package/dist/cjs/components/InternetAndTvCardsBenefits/InternetAndTvCardItemBenefits.js.map +1 -1
  11. package/dist/cjs/components/RibbonComponent/RibbonComponent.css +389 -389
  12. package/dist/cjs/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  13. package/dist/cjs/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  14. package/dist/cjs/components/StageTeaserComponent/SingleGrid/SingleGridRedefined.js.map +1 -1
  15. package/dist/cjs/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  16. package/dist/cjs/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  17. package/dist/cjs/components/linecheck/AutoComplete.css +484 -484
  18. package/dist/cjs/components/linecheck/LineCheckV2.css +484 -484
  19. package/dist/cjs/components/linecheck/Success.css +484 -484
  20. package/dist/cjs/node_modules/immer/dist/immer.js +1 -1
  21. package/dist/cjs/node_modules/immer/dist/immer.js.map +1 -1
  22. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  23. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  24. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js +1 -1
  25. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  26. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  27. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  28. package/dist/esm/components/ButtonGroup/ButtonGroup.css +95 -95
  29. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  30. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  31. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  32. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  33. package/dist/esm/components/RibbonComponent/RibbonComponent.css +389 -389
  34. package/dist/esm/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  35. package/dist/esm/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  36. package/dist/esm/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  37. package/dist/esm/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  38. package/dist/esm/components/linecheck/AutoComplete.css +484 -484
  39. package/dist/esm/components/linecheck/LineCheckV2.css +484 -484
  40. package/dist/esm/components/linecheck/Success.css +484 -484
  41. package/dist/esm/node_modules/immer/dist/immer.js +1 -1
  42. package/dist/esm/node_modules/immer/dist/immer.js.map +1 -1
  43. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  44. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  45. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js +1 -1
  46. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  47. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  48. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  49. package/dist/navigation.css +207 -157
  50. package/package.json +86 -86
@@ -1,390 +1,390 @@
1
- .ribbonComponent_Wrapper{
2
- width: 100%;
3
- }
4
- .ribbonComponent_Card {
5
- display: flex;
6
- align-items: center;
7
- padding:16px 0;
8
- }
9
- .ribbonComponent_DarkText{
10
- color: #ffffff !important;
11
- }
12
- .ribbonComponent_DarkDescription a {
13
- color: #ffffff;
14
- }
15
- .ribbonComponent_Image {
16
- margin-top: 5px;
17
- margin-right: 8px;
18
- }
19
- .ribbonComponent_Icon {
20
- height: 24px;
21
- width: 24px;
22
- }
23
- .ribbonComponent_TextContainer {
24
- margin: 8px 0;
25
- font-size: 16px;
26
- line-height: 24px;
27
- }
28
- .ribbonComponent_Title {
29
- font-weight: 700;
30
- }
31
- .ribbonComponent_Description {
32
- font-weight: 400;
33
- }
34
- .ribbonComponent_CloseIcon {
35
- margin-right: 16px;
36
- }
37
- .ribbonComponent_HrBreaker {
38
- width: 1px;
39
- height: 32px;
40
- margin-left: 8px;
41
- margin-right: 8px;
42
- border-radius: 1px;
43
- opacity: 0.2;
44
- flex-shrink: 0;
45
- background: #3D3935;
46
- }
47
- .ribbonComponent_OnlyTimer{
48
- width:30px;
49
- }
50
- .ribbonComponent_Button{
51
- text-wrap:nowrap;
52
- }
53
- .falcon-button-defaults {
54
- border-radius: 28px;
55
- cursor: pointer;
56
- display: inline-block;
57
- font-size: 16px;
58
- line-height: 24px;
59
- font-weight: 700;
60
- padding: 10px 24px;
61
- text-decoration: none;
62
- }
63
- .ribbonComponent_phoneIcon {
64
- background-size: contain;
65
- display: inline-flex;
66
- height: 19px;
67
- margin: 0 8px 0 10px;
68
- width: 19px;
69
-
70
- &.beforeIcon {
71
- margin: 0 8px 0 0;
72
- }
73
- &.afterIcon {
74
- margin: 0 0 0 8px;
75
- }
76
-
77
- }
78
-
79
- .ribbonComponent_ButtonSection {
80
- display: flex;
81
- align-items: center;
82
- justify-content: flex-end;
83
- }
84
- .ribbonComponent_descriptionBlockSection {
85
- display: flex;
86
- }
87
- /* Mobile only viewport */
88
- @media all and (max-width: 767px) {
89
- .falcon-primary-button-v1-JC:visited {
90
- background-color: #e97f77;
91
- }
92
- .ribbonComponent_Card {
93
- display: flex;
94
- flex-direction: column;
95
- align-items: flex-start;
96
- margin-left: 16px;
97
- }
98
- .ribbonComponent_CloseIcon1{
99
- margin-right: 0;
100
- position: absolute;
101
- right: 16px;
102
- margin-top: 16px;
103
- }
104
- .ribbonComponent_ButtonSection {
105
- display: flex;
106
- align-items: flex-start;
107
- flex-direction: column;
108
- padding-bottom: 16px;
109
- padding-top: 8px;
110
- margin-left: 32px;
111
- }
112
- .ribbonComponent_descriptionBlockSection {
113
- padding-top:16px;
114
- padding-right: 78px;
115
- margin-left: 16px;
116
- }
117
- .ribbonComponent_Timer{
118
- margin-left: 8px;
119
- padding-bottom: 8px;
120
- }
121
- .ribbonComponent_Button{
122
- margin-left: 8px;
123
- }
124
- .ribbonComponent_CloseIcon{
125
- display: none;
126
- }
127
- }
128
- /* Mobile and tablet viewport */
129
- @media all and (max-width: 1023px) {
130
- .ribbonComponent_HrBreaker {
131
- display: none;
132
- }
133
- .ribbonComponent_Button {
134
- padding-bottom: 16px;
135
- }
136
- }
137
-
138
- /* Tablet only viewport */
139
- @media all and (min-width: 768px) and (max-width: 1023px) {
140
- .ribbonComponent_Card{
141
- justify-content: space-between;
142
- }
143
- .ribbonComponent_ButtonSection {
144
- display: flex;
145
- flex-direction: column;
146
- padding-right: 90px;
147
- padding-left:70px;
148
- margin: 6px 0 0 0;
149
- align-items: flex-end;
150
- }
151
- .ribbonComponent_Button{
152
- margin: 8px 0;
153
- }
154
- .ribbonComponent_CloseIcon{
155
- display: none;
156
- }
157
- .ribbonComponent_CloseIcon1{
158
- margin-right: 0;
159
- position: absolute;
160
- right: 40px;
161
- padding-left: 16px;
162
- }
163
- .ribbonComponent_descriptionBlockSection{
164
- margin-left:40px;
165
- }
166
- }
167
-
168
- /* Desktop only viewport */
169
- @media (min-width: 1024px) {
170
- .ribbonComponent_Card{
171
- justify-content: space-between;
172
- margin-left:0;
173
- }
174
- .ribbonComponent_Button{
175
- margin: 0 16px;
176
- text-wrap:nowrap;
177
- }
178
- .ribbonComponent_descriptionBlockSection{
179
- margin:0 42px;
180
- }
181
- .ribbonComponent_ButtonSection{
182
- padding-left: 60px;
183
- }
184
- .ribbonComponent_CloseIcon{
185
- margin-right: 42px;
186
- }
187
- .ribbonComponent_CloseIcon1{
188
- display: none;
189
- }
190
- }
191
- @media (min-width: 1440px){
192
- .ribbonComponent_Card{
193
- max-width: 1440px;
194
- margin: auto;
195
- }
196
- .ribbonComponent_descriptionBlockSection{
197
- margin:0 72px;
198
- }
199
- .ribbonComponent_CloseIcon{
200
- margin-right: 72px;
201
- }
202
- .ribbonComponent_ButtonSection{
203
- padding-left: 80px;
204
- }
205
- .ribbonComponent_OnlyTimer{
206
- width:60px;
207
- }
208
- }
209
-
210
- .falcon-primary-button-v1 > .falcon-button-defaults {
211
- background-color: #da291c;
212
- color: #ffffff;
213
- }
214
- .falcon-primary-button-v1:hover {
215
- background-color: #961c13;
216
- }
217
- .falcon-primary-button-v1:visited {
218
- background-color: #c7355f;
219
- }
220
- .falcon-primary-button-v1:disabled {
221
- background-color: #e6e3df;
222
- color: #b3aeaa;
223
- cursor: default;
224
- }
225
-
226
- .falcon-primary-button-v1-JC > .falcon-button-defaults {
227
- background-color: #ffffff;
228
- color: #da291c;
229
- }
230
- .falcon-primary-button-v1-JC:hover {
231
- background-color: #e97f77;
232
- color: #ffffff;
233
- }
234
- .falcon-primary-button-v1-JC:visited {
235
- background-color: #961c13;
236
- color: #ffffff;
237
- }
238
- .falcon-primary-button-v1-JC:disabled {
239
- background-color: #e6e3df;
240
- color: #b3aeaa;
241
- cursor: default;
242
- }
243
- .falcon-secondary-button-v1 > .falcon-button-defaults {
244
- background-color: transparent;
245
- border: 2px solid #da291c;
246
- color: #da291c;
247
- }
248
- .falcon-secondary-button-v1:hover {
249
- border-color: #961c13;
250
- color: #961c13;
251
- }
252
- .falcon-secondary-button-v1:visited {
253
- border-color: #c7355f;
254
- color: #c7355f;
255
- }
256
- .falcon-secondary-button-v1:disabled {
257
- border-color: #e6e3df;
258
- color: #b3aeaa;
259
- }
260
-
261
- .falcon-secondary-button-v1-JC > .falcon-button-defaults {
262
- background-color: transparent;
263
- border: 2px solid #da291c;
264
- color: #ffffff;
265
- }
266
- .falcon-secondary-button-v1-JC:hover {
267
- border-color: #f1571d;
268
- }
269
- .falcon-secondary-button-v1-JC:visited {
270
- border-color: #c7355f;
271
- }
272
- .falcon-secondary-button-v1-JC:disabled {
273
- border-color: #e6e3df;
274
- color: #b3aeaa;
275
- }
276
- .falcon-secondary-button-v4 > .falcon-button-defaults {
277
- background-color: transparent;
278
- padding-left: 0;
279
- padding-right: 0;
280
- color: #da291c;
281
- }
282
- .falcon-secondary-button-v4:hover {
283
- border-color: #961c13;
284
- color: #961c13;
285
- }
286
- .falcon-secondary-button-v4:visited {
287
- border-color: #c7355f;
288
- color: #c7355f;
289
- }
290
- .falcon-secondary-button-v4:disabled {
291
- border-color: #e6e3df;
292
- color: #b3aeaa;
293
- }
294
-
295
- .falcon-secondary-button-v4-JC > .falcon-button-defaults {
296
- background-color: transparent;
297
- padding: 0;
298
- color: #ffffff;
299
- }
300
- .falcon-secondary-button-v4-JC:hover {
301
- border-color: #c7355f;
302
- color: #c7355f;
303
- }
304
- .falcon-secondary-button-v4-JC:visited {
305
- border-color: #961c13;
306
- color: #961c13;
307
- }
308
- .falcon-secondary-button-v4-JC:disabled {
309
- border-color: #e6e3df;
310
- color: #b3aeaa;
311
- }
312
-
313
- .falcon-secondary-button-v5 > .falcon-button-defaults {
314
- background-color: transparent;
315
- padding: 0;
316
- color: #3d3935;
317
- font-weight: 400;
318
- }
319
- .falcon-secondary-button-v5 > div {
320
- text-decoration-line: underline;
321
- }
322
-
323
- .falcon-secondary-button-dark > .falcon-button-defaults {
324
- background-color: transparent;
325
- color: #3d3935;
326
- border: 2px solid #3d3935;
327
- }
328
- .falcon-primary-dark-button {
329
- background: #5f5955;
330
- padding: 10px 24px;
331
- box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
332
- border-radius: 28px 0px 0px 28px;
333
- }
334
- .falcon-primary-dark-button:hover {
335
- background: #86807c;
336
- box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
337
- }
338
- .falcon-primary-dark-button:visited {
339
- background: #86807c;
340
- box-sizing: border-box;
341
- box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
342
- padding: 8px 22px;
343
- border: 2px solid #5f5955;
344
- }
345
-
346
-
347
- .falcon-primary-dark-v2-button {
348
- background: #000000;
349
- padding: 14px 24px;
350
- font-weight: 700;
351
- border-radius: 28px;
352
- color: #ffffff;
353
-
354
- @media (max-width: 767px) {
355
- padding: 10px 24px;
356
- }
357
-
358
- }
359
- .falcon-primary-dark-v2-button:hover {
360
- background: #1a1a1a;
361
- }
362
- .falcon-primary-dark-v2-button:visited {
363
- background: #1a1a1a;
364
- box-sizing: border-box;
365
- }
366
-
367
- .falcon-primary-white-v1-button {
368
- background: #ffffff;
369
- padding: 14px 24px;
370
- font-weight: 700;
371
- border-radius: 28px;
372
- color: #000000;
373
-
374
- @media (max-width: 767px) {
375
- padding: 10px 24px;
376
- }
377
-
378
- }
379
- .falcon-primary-white-v1-button:hover {
380
- background: #eeeeee;
381
- }
382
- .falcon-primary-white-v1-button:visited {
383
- background: #eeeeee;
384
- box-sizing: border-box;
385
- }
386
- .falcon-primary-white-v1-button:disabled {
387
- background-color: #e6e3df;
388
- color: #b3aeaa;
389
- cursor: default;
1
+ .ribbonComponent_Wrapper{
2
+ width: 100%;
3
+ }
4
+ .ribbonComponent_Card {
5
+ display: flex;
6
+ align-items: center;
7
+ padding:16px 0;
8
+ }
9
+ .ribbonComponent_DarkText{
10
+ color: #ffffff !important;
11
+ }
12
+ .ribbonComponent_DarkDescription a {
13
+ color: #ffffff;
14
+ }
15
+ .ribbonComponent_Image {
16
+ margin-top: 5px;
17
+ margin-right: 8px;
18
+ }
19
+ .ribbonComponent_Icon {
20
+ height: 24px;
21
+ width: 24px;
22
+ }
23
+ .ribbonComponent_TextContainer {
24
+ margin: 8px 0;
25
+ font-size: 16px;
26
+ line-height: 24px;
27
+ }
28
+ .ribbonComponent_Title {
29
+ font-weight: 700;
30
+ }
31
+ .ribbonComponent_Description {
32
+ font-weight: 400;
33
+ }
34
+ .ribbonComponent_CloseIcon {
35
+ margin-right: 16px;
36
+ }
37
+ .ribbonComponent_HrBreaker {
38
+ width: 1px;
39
+ height: 32px;
40
+ margin-left: 8px;
41
+ margin-right: 8px;
42
+ border-radius: 1px;
43
+ opacity: 0.2;
44
+ flex-shrink: 0;
45
+ background: #3D3935;
46
+ }
47
+ .ribbonComponent_OnlyTimer{
48
+ width:30px;
49
+ }
50
+ .ribbonComponent_Button{
51
+ text-wrap:nowrap;
52
+ }
53
+ .falcon-button-defaults {
54
+ border-radius: 28px;
55
+ cursor: pointer;
56
+ display: inline-block;
57
+ font-size: 16px;
58
+ line-height: 24px;
59
+ font-weight: 700;
60
+ padding: 10px 24px;
61
+ text-decoration: none;
62
+ }
63
+ .ribbonComponent_phoneIcon {
64
+ background-size: contain;
65
+ display: inline-flex;
66
+ height: 19px;
67
+ margin: 0 8px 0 10px;
68
+ width: 19px;
69
+
70
+ &.beforeIcon {
71
+ margin: 0 8px 0 0;
72
+ }
73
+ &.afterIcon {
74
+ margin: 0 0 0 8px;
75
+ }
76
+
77
+ }
78
+
79
+ .ribbonComponent_ButtonSection {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: flex-end;
83
+ }
84
+ .ribbonComponent_descriptionBlockSection {
85
+ display: flex;
86
+ }
87
+ /* Mobile only viewport */
88
+ @media all and (max-width: 767px) {
89
+ .falcon-primary-button-v1-JC:visited {
90
+ background-color: #e97f77;
91
+ }
92
+ .ribbonComponent_Card {
93
+ display: flex;
94
+ flex-direction: column;
95
+ align-items: flex-start;
96
+ margin-left: 16px;
97
+ }
98
+ .ribbonComponent_CloseIcon1{
99
+ margin-right: 0;
100
+ position: absolute;
101
+ right: 16px;
102
+ margin-top: 16px;
103
+ }
104
+ .ribbonComponent_ButtonSection {
105
+ display: flex;
106
+ align-items: flex-start;
107
+ flex-direction: column;
108
+ padding-bottom: 16px;
109
+ padding-top: 8px;
110
+ margin-left: 32px;
111
+ }
112
+ .ribbonComponent_descriptionBlockSection {
113
+ padding-top:16px;
114
+ padding-right: 78px;
115
+ margin-left: 16px;
116
+ }
117
+ .ribbonComponent_Timer{
118
+ margin-left: 8px;
119
+ padding-bottom: 8px;
120
+ }
121
+ .ribbonComponent_Button{
122
+ margin-left: 8px;
123
+ }
124
+ .ribbonComponent_CloseIcon{
125
+ display: none;
126
+ }
127
+ }
128
+ /* Mobile and tablet viewport */
129
+ @media all and (max-width: 1023px) {
130
+ .ribbonComponent_HrBreaker {
131
+ display: none;
132
+ }
133
+ .ribbonComponent_Button {
134
+ padding-bottom: 16px;
135
+ }
136
+ }
137
+
138
+ /* Tablet only viewport */
139
+ @media all and (min-width: 768px) and (max-width: 1023px) {
140
+ .ribbonComponent_Card{
141
+ justify-content: space-between;
142
+ }
143
+ .ribbonComponent_ButtonSection {
144
+ display: flex;
145
+ flex-direction: column;
146
+ padding-right: 90px;
147
+ padding-left:70px;
148
+ margin: 6px 0 0 0;
149
+ align-items: flex-end;
150
+ }
151
+ .ribbonComponent_Button{
152
+ margin: 8px 0;
153
+ }
154
+ .ribbonComponent_CloseIcon{
155
+ display: none;
156
+ }
157
+ .ribbonComponent_CloseIcon1{
158
+ margin-right: 0;
159
+ position: absolute;
160
+ right: 40px;
161
+ padding-left: 16px;
162
+ }
163
+ .ribbonComponent_descriptionBlockSection{
164
+ margin-left:40px;
165
+ }
166
+ }
167
+
168
+ /* Desktop only viewport */
169
+ @media (min-width: 1024px) {
170
+ .ribbonComponent_Card{
171
+ justify-content: space-between;
172
+ margin-left:0;
173
+ }
174
+ .ribbonComponent_Button{
175
+ margin: 0 16px;
176
+ text-wrap:nowrap;
177
+ }
178
+ .ribbonComponent_descriptionBlockSection{
179
+ margin:0 42px;
180
+ }
181
+ .ribbonComponent_ButtonSection{
182
+ padding-left: 60px;
183
+ }
184
+ .ribbonComponent_CloseIcon{
185
+ margin-right: 42px;
186
+ }
187
+ .ribbonComponent_CloseIcon1{
188
+ display: none;
189
+ }
190
+ }
191
+ @media (min-width: 1440px){
192
+ .ribbonComponent_Card{
193
+ max-width: 1440px;
194
+ margin: auto;
195
+ }
196
+ .ribbonComponent_descriptionBlockSection{
197
+ margin:0 72px;
198
+ }
199
+ .ribbonComponent_CloseIcon{
200
+ margin-right: 72px;
201
+ }
202
+ .ribbonComponent_ButtonSection{
203
+ padding-left: 80px;
204
+ }
205
+ .ribbonComponent_OnlyTimer{
206
+ width:60px;
207
+ }
208
+ }
209
+
210
+ .falcon-primary-button-v1 > .falcon-button-defaults {
211
+ background-color: #da291c;
212
+ color: #ffffff;
213
+ }
214
+ .falcon-primary-button-v1:hover {
215
+ background-color: #961c13;
216
+ }
217
+ .falcon-primary-button-v1:visited {
218
+ background-color: #c7355f;
219
+ }
220
+ .falcon-primary-button-v1:disabled {
221
+ background-color: #e6e3df;
222
+ color: #b3aeaa;
223
+ cursor: default;
224
+ }
225
+
226
+ .falcon-primary-button-v1-JC > .falcon-button-defaults {
227
+ background-color: #ffffff;
228
+ color: #da291c;
229
+ }
230
+ .falcon-primary-button-v1-JC:hover {
231
+ background-color: #e97f77;
232
+ color: #ffffff;
233
+ }
234
+ .falcon-primary-button-v1-JC:visited {
235
+ background-color: #961c13;
236
+ color: #ffffff;
237
+ }
238
+ .falcon-primary-button-v1-JC:disabled {
239
+ background-color: #e6e3df;
240
+ color: #b3aeaa;
241
+ cursor: default;
242
+ }
243
+ .falcon-secondary-button-v1 > .falcon-button-defaults {
244
+ background-color: transparent;
245
+ border: 2px solid #da291c;
246
+ color: #da291c;
247
+ }
248
+ .falcon-secondary-button-v1:hover {
249
+ border-color: #961c13;
250
+ color: #961c13;
251
+ }
252
+ .falcon-secondary-button-v1:visited {
253
+ border-color: #c7355f;
254
+ color: #c7355f;
255
+ }
256
+ .falcon-secondary-button-v1:disabled {
257
+ border-color: #e6e3df;
258
+ color: #b3aeaa;
259
+ }
260
+
261
+ .falcon-secondary-button-v1-JC > .falcon-button-defaults {
262
+ background-color: transparent;
263
+ border: 2px solid #da291c;
264
+ color: #ffffff;
265
+ }
266
+ .falcon-secondary-button-v1-JC:hover {
267
+ border-color: #f1571d;
268
+ }
269
+ .falcon-secondary-button-v1-JC:visited {
270
+ border-color: #c7355f;
271
+ }
272
+ .falcon-secondary-button-v1-JC:disabled {
273
+ border-color: #e6e3df;
274
+ color: #b3aeaa;
275
+ }
276
+ .falcon-secondary-button-v4 > .falcon-button-defaults {
277
+ background-color: transparent;
278
+ padding-left: 0;
279
+ padding-right: 0;
280
+ color: #da291c;
281
+ }
282
+ .falcon-secondary-button-v4:hover {
283
+ border-color: #961c13;
284
+ color: #961c13;
285
+ }
286
+ .falcon-secondary-button-v4:visited {
287
+ border-color: #c7355f;
288
+ color: #c7355f;
289
+ }
290
+ .falcon-secondary-button-v4:disabled {
291
+ border-color: #e6e3df;
292
+ color: #b3aeaa;
293
+ }
294
+
295
+ .falcon-secondary-button-v4-JC > .falcon-button-defaults {
296
+ background-color: transparent;
297
+ padding: 0;
298
+ color: #ffffff;
299
+ }
300
+ .falcon-secondary-button-v4-JC:hover {
301
+ border-color: #c7355f;
302
+ color: #c7355f;
303
+ }
304
+ .falcon-secondary-button-v4-JC:visited {
305
+ border-color: #961c13;
306
+ color: #961c13;
307
+ }
308
+ .falcon-secondary-button-v4-JC:disabled {
309
+ border-color: #e6e3df;
310
+ color: #b3aeaa;
311
+ }
312
+
313
+ .falcon-secondary-button-v5 > .falcon-button-defaults {
314
+ background-color: transparent;
315
+ padding: 0;
316
+ color: #3d3935;
317
+ font-weight: 400;
318
+ }
319
+ .falcon-secondary-button-v5 > div {
320
+ text-decoration-line: underline;
321
+ }
322
+
323
+ .falcon-secondary-button-dark > .falcon-button-defaults {
324
+ background-color: transparent;
325
+ color: #3d3935;
326
+ border: 2px solid #3d3935;
327
+ }
328
+ .falcon-primary-dark-button {
329
+ background: #5f5955;
330
+ padding: 10px 24px;
331
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
332
+ border-radius: 28px 0px 0px 28px;
333
+ }
334
+ .falcon-primary-dark-button:hover {
335
+ background: #86807c;
336
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
337
+ }
338
+ .falcon-primary-dark-button:visited {
339
+ background: #86807c;
340
+ box-sizing: border-box;
341
+ box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
342
+ padding: 8px 22px;
343
+ border: 2px solid #5f5955;
344
+ }
345
+
346
+
347
+ .falcon-primary-dark-v2-button {
348
+ background: #000000;
349
+ padding: 14px 24px;
350
+ font-weight: 700;
351
+ border-radius: 28px;
352
+ color: #ffffff;
353
+
354
+ @media (max-width: 767px) {
355
+ padding: 10px 24px;
356
+ }
357
+
358
+ }
359
+ .falcon-primary-dark-v2-button:hover {
360
+ background: #1a1a1a;
361
+ }
362
+ .falcon-primary-dark-v2-button:visited {
363
+ background: #1a1a1a;
364
+ box-sizing: border-box;
365
+ }
366
+
367
+ .falcon-primary-white-v1-button {
368
+ background: #ffffff;
369
+ padding: 14px 24px;
370
+ font-weight: 700;
371
+ border-radius: 28px;
372
+ color: #000000;
373
+
374
+ @media (max-width: 767px) {
375
+ padding: 10px 24px;
376
+ }
377
+
378
+ }
379
+ .falcon-primary-white-v1-button:hover {
380
+ background: #eeeeee;
381
+ }
382
+ .falcon-primary-white-v1-button:visited {
383
+ background: #eeeeee;
384
+ box-sizing: border-box;
385
+ }
386
+ .falcon-primary-white-v1-button:disabled {
387
+ background-color: #e6e3df;
388
+ color: #b3aeaa;
389
+ cursor: default;
390
390
  }