real-world-css-libraries 1.0.3 → 1.0.4

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 (38) hide show
  1. package/README.md +36 -1
  2. package/index.js +36 -6
  3. package/libs/30days30submits-18-v0.0.0.css +213 -0
  4. package/libs/amoled-cord-v5.0.11.css +894 -0
  5. package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
  6. package/libs/bootplus-v1.0.5.css +6876 -0
  7. package/libs/enferno-v13.1.1.css +75 -0
  8. package/libs/facebook-buttons-v1.0.0.css +223 -0
  9. package/libs/fluentbird-v1.1.2.css +1060 -0
  10. package/libs/freebies-v0.0.0.css +1110 -0
  11. package/libs/gitweb-theme-v0.0.0.css +764 -0
  12. package/libs/justified-v0.0.0.css +14 -0
  13. package/libs/kickoff-v8.0.0.css +2267 -0
  14. package/libs/knacss-v8.2.0.css +1141 -0
  15. package/libs/linktree-v0.0.0.css +803 -0
  16. package/libs/littlebox-v0.0.4.css +5833 -0
  17. package/libs/lynx-v1.4.0.css +1587 -0
  18. package/libs/obnoxious-v3.5.2.css +1144 -0
  19. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  20. package/libs/patternbolt-v0.0.0.css +861 -0
  21. package/libs/progress-tracker-v3.0.0.css +352 -0
  22. package/libs/proxmorph-v2.7.3.css +3952 -0
  23. package/libs/sapc-apca-v0.0.0.css +5546 -0
  24. package/libs/shina-fox-v0.1.0.css +1194 -0
  25. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  26. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  27. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  28. package/libs/tocas-v5.7.0.css +19928 -0
  29. package/libs/utility-opentype-v0.1.4.css +515 -0
  30. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  31. package/libs/waffle-grid-v1.3.6.css +544 -0
  32. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  33. package/libs/windows-95-v0.0.0.css +393 -0
  34. package/libs/woah-v1.3.1.css +1025 -0
  35. package/libs/yacy-v4.1.2.css +677 -0
  36. package/libs/yue-v1.1.1.css +180 -0
  37. package/package.json +1 -1
  38. package/test.js +3 -4
@@ -0,0 +1,1110 @@
1
+ /* https://github.com/uisual/freebies/blob/master/curve/style.css */
2
+ /*--------------------------------------------------------------
3
+ TABLE OF CONTENT
4
+ ----------------------------------------------------------------
5
+ 1.0 VARIABLE
6
+ | 1.1 COLOR
7
+ | 1.2 TYPOGRAPHY
8
+ | 1.3 LAYOUT
9
+ 2.0 FOUNDATION
10
+ 3.0 TYPOGRAPHY
11
+ 4.0 IMAGE
12
+ 5.0 LAYOUT
13
+ 6.0 COMPONENT
14
+ | 6.1 CTA
15
+ | 6.2 BUTTON
16
+ | 6.3 TOGGLE
17
+ | 6.4 CARD
18
+ | 6.5 LIST
19
+ 7.0 SECTION
20
+ | 7.1 HEADER
21
+ | 7.2 HERO
22
+ | 7.3 CUSTOMER
23
+ | 7.4 FEATURE
24
+ | 7.5 TESTIMONIAL
25
+ | 7.6 PRICING
26
+ | 7.7 FAQ
27
+ | 7.8 CLOSE
28
+ | 7.9 FOOTER
29
+ 8.0 MEDIA
30
+ | 8.1 768PX
31
+ | 8.2 1024PX
32
+ | 8.3 1200PX
33
+ --------------------------------------------------------------*/
34
+
35
+ /*--------------------------------------------------------------
36
+ 1.0 VARIABLE
37
+ --------------------------------------------------------------*/
38
+
39
+ :root {
40
+
41
+ /*------------------------------------------------------------
42
+ |
43
+ | 1.1 COLOR
44
+ |
45
+ ------------------------------------------------------------*/
46
+
47
+ --ui-color-brand: #353535;
48
+
49
+ /* COLOR PALETTE */
50
+
51
+ --ui-color-n-000: #fff;
52
+ --ui-color-n-050: #f5f5f5;
53
+ --ui-color-n-100: #ebebeb;
54
+ --ui-color-n-300: #aeaeae;
55
+ --ui-color-n-500: #353535;
56
+ --ui-color-n-700: #282828;
57
+ --ui-color-n-900: #1a1a1a;
58
+
59
+ /* BACKGROUND COLOR */
60
+
61
+ --ui-color-background-primary : var(--ui-color-n-000);
62
+ --ui-color-background-secondary: var(--ui-color-n-050);
63
+ --ui-color-background-tertiary : var(--ui-color-n-100);
64
+
65
+ /* BORDER COLOR */
66
+
67
+ --ui-color-border: var(--ui-color-n-100);
68
+
69
+ /* TYPOGRAPHY COLOR */
70
+
71
+ --ui-color-typography-heading: var(--ui-color-n-500);
72
+ --ui-color-typography-body : var(--ui-color-n-900);
73
+ --ui-color-typography-note : var(--ui-color-n-300);
74
+ --ui-color-typography-button : var(--ui-color-n-000);
75
+
76
+ /*------------------------------------------------------------
77
+ |
78
+ | 1.2 TYPOGRAPHY
79
+ |
80
+ ------------------------------------------------------------*/
81
+
82
+ --ui-typography-typeface: "Inter", sans-serif;
83
+
84
+ /* FONT SIZE */
85
+
86
+ --ui-typography-h1: 1.9375rem;
87
+ --ui-typography-h2: 1.5625rem;
88
+ --ui-typography-h3: 1.25rem;
89
+ --ui-typography-h4: 1rem;
90
+ --ui-typography-p : 1rem;
91
+ --ui-typography-s : .8125rem;
92
+
93
+ /* LEADING */
94
+
95
+ --ui-typography-h1-leading: 1.2;
96
+ --ui-typography-h2-leading: 1.2;
97
+ --ui-typography-h4-leading: 1.25;
98
+ --ui-typography-p-leading : 1.5;
99
+
100
+ /* MARGIN */
101
+
102
+ --ui-typography-margin-heading: .75rem;
103
+ --ui-typography-margin-body : 1.125rem;
104
+
105
+ /*------------------------------------------------------------
106
+ |
107
+ | 1.3 LAYOUT
108
+ |
109
+ ------------------------------------------------------------*/
110
+
111
+ --ui-layout-container: 1.25rem;
112
+ --ui-layout-grid : 3.625rem;
113
+ --ui-layout-gutter : 1rem;
114
+
115
+ /* GAP */
116
+
117
+ --ui-gap-header : 1rem;
118
+ --ui-gap-cta : .75rem;
119
+ --ui-gap-hero : 2rem;
120
+ --ui-gap-customer: 2rem;
121
+ --ui-gap-card : 1.25rem;
122
+ --ui-gap-pricing : 2rem;
123
+ --ui-gap-faq : 1.5rem;
124
+
125
+ /* BORDER RADIUS */
126
+
127
+ --ui-radius-avatar: 5rem;
128
+ --ui-radius-button: 5rem;
129
+ --ui-radius-card : .5rem;
130
+
131
+ }
132
+
133
+ /*--------------------------------------------------------------
134
+ 2.0 FOUNDATION
135
+ --------------------------------------------------------------*/
136
+
137
+ html { box-sizing: border-box; }
138
+
139
+ *,
140
+ *:before,
141
+ *:after { box-sizing: inherit; }
142
+
143
+ body {
144
+ background-color: var(--ui-color-background-primary);
145
+ color: var(--ui-color-typography-body);
146
+ font-family: var(--ui-typography-typeface);
147
+ font-feature-settings: "liga", "kern";
148
+ font-size: var(--ui-typography-p);
149
+ font-weight: 400;
150
+ line-height: var(--ui-typography-p-leading);
151
+ margin: 0 auto;
152
+ text-rendering: optimizeLegibility;
153
+ -webkit-font-smoothing: antialiased;
154
+ }
155
+
156
+ /*--------------------------------------------------------------
157
+ 3.0 TYPOGRAPHY
158
+ --------------------------------------------------------------*/
159
+
160
+ a {
161
+ color: var(--ui-color-brand);
162
+ text-decoration-color: var(--ui-color-typography-note);
163
+ }
164
+
165
+ h1,
166
+ h2,
167
+ h4,
168
+ p,
169
+ ul { margin-top: 0; }
170
+
171
+ h1,
172
+ h2,
173
+ h4 { color: var(--ui-color-typography-heading); }
174
+
175
+ h1,
176
+ h2 { margin-bottom: var(--ui-typography-margin-heading); }
177
+
178
+ h1 {
179
+ font-size: var(--ui-typography-h1);
180
+ line-height: var(--ui-typography-h1-leading);
181
+ }
182
+
183
+ h2 {
184
+ font-size: var(--ui-typography-h2);
185
+ line-height: var(--ui-typography-h2-leading);
186
+ }
187
+
188
+ h4 {
189
+ font-size: var(--ui-typography-h4);
190
+ line-height: var(--ui-typography-h4-leading);
191
+ }
192
+
193
+ p,
194
+ ul { margin-bottom: var(--ui-typography-margin-body); }
195
+
196
+ p:last-child,
197
+ ul:last-child { margin-bottom: 0; }
198
+
199
+ ul { padding-left: 0; }
200
+
201
+ strong { font-weight: 700; }
202
+
203
+ small { font-size: var(--ui-typography-s); }
204
+
205
+ .ui-text-note {
206
+ color: var(--ui-color-typography-note);
207
+ line-height: 1;
208
+ }
209
+
210
+ /*--------------------------------------------------------------
211
+ 4.0 IMAGE
212
+ --------------------------------------------------------------*/
213
+
214
+ img,
215
+ svg {
216
+ display: block;
217
+ height: auto;
218
+ margin: 0 auto;
219
+ max-width: 100%;
220
+ }
221
+
222
+ /*--------------------------------------------------------------
223
+ 5.0 LAYOUT
224
+ --------------------------------------------------------------*/
225
+
226
+ .ui-layout-container {
227
+ padding-left: var(--ui-layout-container);
228
+ padding-right: var(--ui-layout-container);
229
+ }
230
+
231
+ .ui-layout-flex,
232
+ .ui-layout-grid {
233
+ align-items: center;
234
+ justify-content: center;
235
+ }
236
+
237
+ .ui-layout-flex { display: flex; }
238
+
239
+ .ui-layout-grid { display: grid; }
240
+
241
+ /*--------------------------------------------------------------
242
+ 6.0 COMPONENT
243
+ --------------------------------------------------------------*/
244
+
245
+ /*--------------------------------------------------------------
246
+ |
247
+ | 6.1 CTA
248
+ |
249
+ --------------------------------------------------------------*/
250
+
251
+ .ui-component-cta {
252
+ flex-direction: column;
253
+ row-gap: var(--ui-gap-cta);
254
+ }
255
+
256
+ /*--------------------------------------------------------------
257
+ |
258
+ | 6.2 BUTTON
259
+ |
260
+ --------------------------------------------------------------*/
261
+
262
+ .ui-component-button {
263
+ border: .0625rem solid var(--ui-color-brand);
264
+ border-radius: var(--ui-radius-button);
265
+ display: block;
266
+ font-weight: 700;
267
+ line-height: 1;
268
+ text-align: center;
269
+ text-decoration: none;
270
+ }
271
+
272
+ .ui-component-button-primary {
273
+ background-color: var(--ui-color-brand);
274
+ color: var(--ui-color-typography-button);
275
+ }
276
+
277
+ .ui-component-button-secondary {
278
+ background-color: var(--ui-color-background-primary);
279
+ color: var(--ui-color-brand);
280
+ }
281
+
282
+ .ui-component-button-big,
283
+ .ui-component-button-normal { padding: .75rem 1rem .875rem; }
284
+
285
+ .ui-component-button-big { width: 100%; }
286
+
287
+ .ui-component-button-normal { width: fit-content; }
288
+
289
+ /*--------------------------------------------------------------
290
+ |
291
+ | 6.3 TOGGLE
292
+ |
293
+ --------------------------------------------------------------*/
294
+
295
+ input[name="toggle"] { display: none; }
296
+
297
+ .ui-component-toggle {
298
+ background-color: var(--ui-color-background-tertiary);
299
+ border-radius: var(--ui-radius-button);
300
+ color: var(--ui-color-typography-note);
301
+ font-size: var(--ui-typography-s);
302
+ font-weight: 700;
303
+ line-height: 1;
304
+ margin: var(--ui-gap-pricing) auto .5rem;
305
+ padding: .25rem;
306
+ width: max-content;
307
+ }
308
+
309
+ .ui-component-toggle--label {
310
+ border-radius: var(--ui-radius-button);
311
+ cursor: pointer;
312
+ padding: .5rem .625rem;
313
+ }
314
+
315
+ #ui-component-toggle__monthly:checked ~
316
+ div label[for=ui-component-toggle__monthly],
317
+ #ui-component-toggle__yearly:checked ~
318
+ div label[for=ui-component-toggle__yearly] {
319
+ background-color: var(--ui-color-background-primary);
320
+ color: var(--ui-color-typography-body);
321
+ }
322
+
323
+ /*--------------------------------------------------------------
324
+ |
325
+ | 6.4 CARD
326
+ |
327
+ --------------------------------------------------------------*/
328
+
329
+ .ui-component-card {
330
+ border: .0625rem solid var(--ui-color-border);
331
+ border-radius: var(--ui-radius-card);
332
+ overflow: hidden;
333
+ width: 100%;
334
+ }
335
+
336
+ /*--------------------------------------------------------------
337
+ |
338
+ | 6.5 LIST
339
+ |
340
+ --------------------------------------------------------------*/
341
+
342
+ .ui-component-list {
343
+ grid-template-columns: 1fr;
344
+ row-gap: .75rem;
345
+ }
346
+
347
+ .ui-component-list--item {
348
+ background-position: left center;
349
+ background-repeat: no-repeat;
350
+ background-size: 1.125rem;
351
+ list-style: none;
352
+ padding-left: 1.875rem;
353
+ }
354
+
355
+ .ui-component-list--item-check {
356
+ background-image: url(https://res.cloudinary.com/uisual/image/upload/assets/icons/check.svg);
357
+ }
358
+
359
+ .ui-component-list--item-cross {
360
+ background-image: url(https://res.cloudinary.com/uisual/image/upload/assets/icons/cross.svg);
361
+ }
362
+
363
+ /*--------------------------------------------------------------
364
+ 7.0 SECTION
365
+ --------------------------------------------------------------*/
366
+
367
+ /*--------------------------------------------------------------
368
+ |
369
+ | 7.1 HEADER
370
+ |
371
+ --------------------------------------------------------------*/
372
+
373
+ .ui-section-header {
374
+ padding-bottom: 1.25rem;
375
+ padding-top: 1.25rem;
376
+ }
377
+
378
+ .ui-section-header__layout { justify-content: space-between; }
379
+
380
+ /* LOGO */
381
+
382
+ .ui-section-header--logo { z-index: 1; }
383
+
384
+ /* HAMBURGER */
385
+
386
+ #ui-section-header--menu-id { display: none; }
387
+
388
+ .ui-section-header--menu-icon {
389
+ cursor: pointer;
390
+ display: block;
391
+ height: 1.125rem;
392
+ padding-bottom: .25rem;
393
+ padding-top: .25rem;
394
+ position: relative;
395
+ width: 1.125rem;
396
+ z-index: 1;
397
+ }
398
+
399
+ .ui-section-header--menu-icon::before,
400
+ .ui-section-header--menu-icon::after {
401
+ background: var(--ui-color-brand);
402
+ content: "";
403
+ height: .125rem;
404
+ left: 0;
405
+ position: absolute;
406
+ transition: all 250ms cubic-bezier(.785, .135, .15, .86);
407
+ width: 1.125rem;
408
+ }
409
+
410
+ .ui-section-header--menu-icon::before { top: .3125rem; }
411
+
412
+ .ui-section-header--menu-icon::after { top: .6875rem; }
413
+
414
+ #ui-section-header--menu-id:checked ~
415
+ .ui-section-header--menu-icon::before {
416
+ transform: translateY(3px) rotate(135deg);
417
+ }
418
+
419
+ #ui-section-header--menu-id:checked ~
420
+ .ui-section-header--menu-icon::after {
421
+ transform: translateY(-3px) rotate(45deg);
422
+ }
423
+
424
+ /* MENU */
425
+
426
+ .ui-section-header--nav {
427
+ background-color: var(--ui-color-background-primary);
428
+ box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
429
+ flex-direction: column;
430
+ gap: var(--ui-gap-header);
431
+ left: 0;
432
+ opacity: 0;
433
+ padding: 7.375rem var(--ui-layout-container) 5rem;
434
+ position: absolute;
435
+ right: 0;
436
+ top: -1rem;
437
+ transition: all 250ms cubic-bezier(.785, .135, .15, .86);
438
+ visibility: hidden;
439
+ }
440
+
441
+ #ui-section-header--menu-id:checked ~
442
+ .ui-section-header--nav {
443
+ opacity: 1;
444
+ top: 0;
445
+ visibility: visible;
446
+ }
447
+
448
+ .ui-section-header--nav-link {
449
+ font-size: var(--ui-typography-h3);
450
+ padding: .5rem;
451
+ text-decoration: none;
452
+ }
453
+
454
+ /*--------------------------------------------------------------
455
+ |
456
+ | 7.2 HERO
457
+ |
458
+ --------------------------------------------------------------*/
459
+
460
+ .ui-section-hero {
461
+ padding-bottom: 5rem;
462
+ padding-top: 5rem;
463
+ text-align: center;
464
+ }
465
+
466
+ .ui-section-hero__layout { row-gap: var(--ui-gap-hero); }
467
+
468
+ /*--------------------------------------------------------------
469
+ |
470
+ | 7.3 CUSTOMER
471
+ |
472
+ --------------------------------------------------------------*/
473
+
474
+ .ui-section-customer__layout {
475
+ flex-direction: column;
476
+ row-gap: var(--ui-gap-customer);
477
+ }
478
+
479
+ .ui-section-customer--logo {
480
+ height: 1.5rem;
481
+ width: auto;
482
+ }
483
+
484
+ .ui-section-customer--logo-str { height: 1.75rem; }
485
+
486
+ .ui-section-customer--logo-bhn { height: 1.375rem; }
487
+
488
+ /*--------------------------------------------------------------
489
+ |
490
+ | 7.4 FEATURE
491
+ |
492
+ --------------------------------------------------------------*/
493
+
494
+ .ui-section-feature {
495
+ padding-bottom: 5rem;
496
+ padding-top: 5rem;
497
+ }
498
+
499
+ .ui-section-feature__layout { row-gap: var(--ui-gap-card); }
500
+
501
+ /* CARD */
502
+
503
+ .ui-component-card--feature { text-align: center; }
504
+
505
+ .ui-component-card--feature-content { padding: 2.25rem 1.5rem; }
506
+
507
+ .ui-component-card--feature-title { margin-bottom: .5rem; }
508
+
509
+ /*--------------------------------------------------------------
510
+ |
511
+ | 7.5 TESTIMONIAL
512
+ |
513
+ --------------------------------------------------------------*/
514
+
515
+ .ui-section-testimonial {
516
+ background-color: var(--ui-color-background-secondary);
517
+ padding-bottom: 5rem;
518
+ padding-top: 5rem;
519
+ text-align: center;
520
+ }
521
+
522
+ .ui-section-testimonial--avatar {
523
+ border-radius: var(--ui-radius-avatar);
524
+ height: 5rem;
525
+ width: 5rem;
526
+ }
527
+
528
+ .ui-section-testimonial--quote {
529
+ margin-bottom: 1rem;
530
+ margin-top: 1rem;
531
+ }
532
+
533
+ .ui-section-testimonial--author { line-height: 1.25; }
534
+
535
+ /*--------------------------------------------------------------
536
+ |
537
+ | 7.6 PRICING
538
+ |
539
+ --------------------------------------------------------------*/
540
+
541
+ .ui-section-pricing {
542
+ padding-bottom: 5rem;
543
+ padding-top: 5rem;
544
+ text-align: center;
545
+ }
546
+
547
+ .ui-section-pricing__layout {
548
+ justify-content: initial;
549
+ margin-top: var(--ui-gap-pricing);
550
+ row-gap: var(--ui-gap-card);
551
+ }
552
+
553
+ /* CARD */
554
+
555
+ .ui-component-card--pricing {
556
+ padding: 1.5rem 1.5rem 1.75rem;
557
+ text-align: left;
558
+ }
559
+
560
+ .ui-component-card--pricing-price {
561
+ line-height: 1;
562
+ margin-bottom: 1.25rem;
563
+ margin-top: 1.25rem;
564
+ }
565
+
566
+ .ui-component-card--pricing-amount {
567
+ font-size: var(--ui-typography-h1);
568
+ font-weight: 700;
569
+ }
570
+
571
+ /* AMOUNT */
572
+
573
+ .ui-component-card--pricing-amount-1::before { content: "$5"; }
574
+
575
+ #ui-component-toggle__yearly:checked ~ div
576
+ .ui-component-card--pricing-amount-1::before { content: "$3"; }
577
+
578
+ .ui-component-card--pricing-amount-2::before { content: "$15"; }
579
+
580
+ #ui-component-toggle__yearly:checked ~ div
581
+ .ui-component-card--pricing-amount-2::before { content: "$13"; }
582
+
583
+ .ui-component-card--pricing-amount-3::before { content: "$25"; }
584
+
585
+ #ui-component-toggle__yearly:checked ~ div
586
+ .ui-component-card--pricing-amount-3::before { content: "$23"; }
587
+
588
+ /* LIST */
589
+
590
+ .ui-component-list--pricing {
591
+ margin-bottom: 1.5rem;
592
+ margin-top: 1.25rem;
593
+ }
594
+
595
+ /*--------------------------------------------------------------
596
+ |
597
+ | 7.7 FAQ
598
+ |
599
+ --------------------------------------------------------------*/
600
+
601
+ .ui-section-faq { padding-bottom: 5rem; }
602
+
603
+ .ui-section-faq__layout {
604
+ margin-bottom: 2rem;
605
+ row-gap: var(--ui-gap-faq);
606
+ text-align: left;
607
+ }
608
+
609
+ .ui-section-faq--question {
610
+ background-image: url(https://res.cloudinary.com/uisual/image/upload/assets/icons/question.svg);
611
+ margin-bottom: .5rem;
612
+ }
613
+
614
+ .ui-section-faq--answer { padding-left: 1.875rem; }
615
+
616
+ .ui-section-faq--note { text-align: center; }
617
+
618
+ /*--------------------------------------------------------------
619
+ |
620
+ | 7.8 CLOSE
621
+ |
622
+ --------------------------------------------------------------*/
623
+
624
+ .ui-section-close {
625
+ background-color: var(--ui-color-background-secondary);
626
+ padding-bottom: 5rem;
627
+ padding-top: 5rem;
628
+ text-align: center;
629
+ }
630
+
631
+ .ui-section-close__layout {
632
+ align-items: stretch;
633
+ flex-direction: column;
634
+ row-gap: var(--ui-typography-margin-body);
635
+ }
636
+
637
+ /*--------------------------------------------------------------
638
+ |
639
+ | 7.9 FOOTER
640
+ |
641
+ --------------------------------------------------------------*/
642
+
643
+ .ui-section-footer {
644
+ padding-bottom: 1.25rem;
645
+ padding-top: 1.25rem;
646
+ }
647
+
648
+ .ui-section-footer__layout {
649
+ column-gap: var(--ui-layout-gutter);
650
+ }
651
+
652
+ .ui-section-footer--copyright {
653
+ margin-bottom: 0;
654
+ margin-right: auto;
655
+ }
656
+
657
+ /*--------------------------------------------------------------
658
+ 8.0 MEDIA
659
+ --------------------------------------------------------------*/
660
+
661
+ /*--------------------------------------------------------------
662
+ |
663
+ | 8.1 768PX
664
+ |
665
+ --------------------------------------------------------------*/
666
+
667
+ @media screen and (min-width: 48rem) {
668
+
669
+ /*------------------------------------------------------------
670
+ VARIABLE
671
+ ------------------------------------------------------------*/
672
+
673
+ :root {
674
+
675
+ /*----------------------------------------------------------
676
+ |
677
+ | TYPOGRAPHY
678
+ |
679
+ ----------------------------------------------------------*/
680
+
681
+ /* FONT SIZE */
682
+
683
+ --ui-typography-h1: 2.1875rem;
684
+ --ui-typography-h2: 1.75rem;
685
+ --ui-typography-h4: 1.125rem;
686
+ --ui-typography-p : 1.125rem;
687
+ --ui-typography-s : .875rem;
688
+
689
+ /* MARGIN */
690
+
691
+ --ui-typography-margin-body: 1.25rem;
692
+
693
+ /*----------------------------------------------------------
694
+ |
695
+ | LAYOUT
696
+ |
697
+ ----------------------------------------------------------*/
698
+
699
+ --ui-layout-container: 4.25rem;
700
+ --ui-layout-gutter : 1.5rem;
701
+
702
+ /* GAP */
703
+
704
+ --ui-gap-header: 1.5rem;
705
+ --ui-gap-card : 1.5rem;
706
+ --ui-gap-faq : 2rem;
707
+
708
+ }
709
+
710
+ /*------------------------------------------------------------
711
+ IMAGE
712
+ ------------------------------------------------------------*/
713
+
714
+ .ui-image-half-right {
715
+ padding-left: var(--ui-layout-gutter);
716
+ }
717
+
718
+ /*------------------------------------------------------------
719
+ LAYOUT
720
+ ------------------------------------------------------------*/
721
+
722
+ .ui-layout-container,
723
+ .ui-layout-column-center {
724
+ margin-left: auto;
725
+ margin-right: auto;
726
+ }
727
+
728
+ .ui-layout-grid-2,
729
+ .ui-layout-grid-3 {
730
+ column-gap: var(--ui-layout-gutter);
731
+ grid-template-columns: repeat(2, 1fr);
732
+ justify-items: center;
733
+ }
734
+
735
+ .ui-layout-grid-3 div:nth-of-type(3) {
736
+ left: calc(50% + (var(--ui-layout-gutter) / 2));
737
+ position: relative;
738
+ }
739
+
740
+ .ui-layout-column-4 {
741
+ width: calc((var(--ui-layout-grid) * 4) +
742
+ (var(--ui-layout-gutter) * 3));
743
+ }
744
+
745
+ /*------------------------------------------------------------
746
+ COMPONENT
747
+ ------------------------------------------------------------*/
748
+
749
+ /*------------------------------------------------------------
750
+ |
751
+ | LIST
752
+ |
753
+ ------------------------------------------------------------*/
754
+
755
+ .ui-component-list--item {
756
+ background-size: 1.25rem;
757
+ padding-left: 2rem;
758
+ }
759
+
760
+ /*------------------------------------------------------------
761
+ SECTION
762
+ ------------------------------------------------------------*/
763
+
764
+ /*------------------------------------------------------------
765
+ |
766
+ | HEADER
767
+ |
768
+ ------------------------------------------------------------*/
769
+
770
+ .ui-section-header {
771
+ padding-bottom: 0;
772
+ padding-top: 2rem;
773
+ }
774
+
775
+ /* ICON */
776
+
777
+ .ui-section-header--menu-icon { display: none; }
778
+
779
+ /* NAV */
780
+
781
+ .ui-section-header--nav {
782
+ background-color: transparent;
783
+ box-shadow: none;
784
+ flex-direction: row;
785
+ opacity: 1;
786
+ padding: 0;
787
+ position: static;
788
+ visibility: visible;
789
+ }
790
+
791
+ .ui-section-header--nav-link {
792
+ font-size: var(--ui-typography-p);
793
+ padding: 0;
794
+ }
795
+
796
+ /*------------------------------------------------------------
797
+ |
798
+ | HERO
799
+ |
800
+ ------------------------------------------------------------*/
801
+
802
+ .ui-section-hero { text-align: left; }
803
+
804
+ .ui-section-hero .ui-component-cta { align-items: start; }
805
+
806
+ /*------------------------------------------------------------
807
+ |
808
+ | CUSTOMER
809
+ |
810
+ ------------------------------------------------------------*/
811
+
812
+ .ui-section-customer__layout {
813
+ column-gap: var(--ui-gap-customer);
814
+ flex-direction: row;
815
+ }
816
+
817
+ .ui-section-customer--logo {
818
+ margin-left: 0;
819
+ margin-right: 0;
820
+ }
821
+
822
+ /*------------------------------------------------------------
823
+ |
824
+ | FEATURE
825
+ |
826
+ ------------------------------------------------------------*/
827
+
828
+ .ui-component-card--feature-content {
829
+ padding-left: 2.25rem;
830
+ padding-right: 2.25rem;
831
+ }
832
+
833
+ /*------------------------------------------------------------
834
+ |
835
+ | PRICING
836
+ |
837
+ ------------------------------------------------------------*/
838
+
839
+ .ui-component-card--pricing { padding: 2rem 2rem 2.25rem; }
840
+
841
+ /*------------------------------------------------------------
842
+ |
843
+ | FAQ
844
+ |
845
+ ------------------------------------------------------------*/
846
+
847
+ .ui-section-faq__layout { margin-bottom: 3rem; }
848
+
849
+ .ui-section-faq--answer { padding-left: 2rem; }
850
+
851
+ /*------------------------------------------------------------
852
+ |
853
+ | CLOSE
854
+ |
855
+ ------------------------------------------------------------*/
856
+
857
+ .ui-section-close__layout {
858
+ align-items: center;
859
+ column-gap: var(--ui-layout-gutter);
860
+ flex-direction: row;
861
+ justify-content: space-between;
862
+ text-align: left;
863
+ }
864
+
865
+ /*------------------------------------------------------------
866
+ |
867
+ | FOOTER
868
+ |
869
+ ------------------------------------------------------------*/
870
+
871
+ .ui-section-footer {
872
+ padding-bottom: 2rem;
873
+ padding-top: 2rem;
874
+ }
875
+
876
+ }
877
+
878
+ /*--------------------------------------------------------------
879
+ |
880
+ | 8.2 1024PX
881
+ |
882
+ --------------------------------------------------------------*/
883
+
884
+ @media screen and (min-width: 64rem) {
885
+
886
+ /*------------------------------------------------------------
887
+ VARIABLE
888
+ ------------------------------------------------------------*/
889
+
890
+ :root {
891
+
892
+ /*----------------------------------------------------------
893
+ |
894
+ | LAYOUT
895
+ |
896
+ ----------------------------------------------------------*/
897
+
898
+ --ui-layout-container: 0;
899
+
900
+ }
901
+
902
+ /*------------------------------------------------------------
903
+ LAYOUT
904
+ ------------------------------------------------------------*/
905
+
906
+ .ui-layout-container { width: 60rem; }
907
+
908
+ .ui-layout-grid-3 { grid-template-columns: repeat(3, 1fr); }
909
+
910
+ .ui-layout-grid-3 div:nth-of-type(3) { position: static; }
911
+
912
+ /*------------------------------------------------------------
913
+ SECTION
914
+ ------------------------------------------------------------*/
915
+
916
+ /*------------------------------------------------------------
917
+ |
918
+ | HERO
919
+ |
920
+ ------------------------------------------------------------*/
921
+
922
+ .ui-section-hero .ui-component-cta {
923
+ align-items: center;
924
+ column-gap: var(--ui-gap-cta);
925
+ flex-direction: row;
926
+ justify-content: start;
927
+ }
928
+
929
+ }
930
+
931
+ /*--------------------------------------------------------------
932
+ |
933
+ | 8.3 1200PX
934
+ |
935
+ --------------------------------------------------------------*/
936
+
937
+ @media screen and (min-width: 75rem) {
938
+
939
+ /*------------------------------------------------------------
940
+ VARIABLE
941
+ ------------------------------------------------------------*/
942
+
943
+ :root {
944
+
945
+ /*----------------------------------------------------------
946
+ |
947
+ | TYPOGRAPHY
948
+ |
949
+ ----------------------------------------------------------*/
950
+
951
+ /* FONT SIZE */
952
+
953
+ --ui-typography-h1: 2.75rem;
954
+ --ui-typography-h2: 2.1875rem;
955
+ --ui-typography-h4: 1.4375rem;
956
+
957
+ /* MARGIN */
958
+
959
+ --ui-typography-margin-heading: 1rem;
960
+ --ui-typography-margin-body : 1.75rem;
961
+
962
+ /*----------------------------------------------------------
963
+ |
964
+ | LAYOUT
965
+ |
966
+ ----------------------------------------------------------*/
967
+
968
+ --ui-layout-grid : 4rem;
969
+ --ui-layout-gutter: 2rem;
970
+
971
+ /* GAP */
972
+
973
+ --ui-gap-header : 2rem;
974
+ --ui-gap-customer: 4rem;
975
+ --ui-gap-card : 2rem;
976
+ --ui-gap-pricing : 3rem;
977
+
978
+ }
979
+
980
+ /*------------------------------------------------------------
981
+ TYPOGRAPHY
982
+ ------------------------------------------------------------*/
983
+
984
+ .ui-text-intro { font-size: var(--ui-typography-h4); }
985
+
986
+ /*------------------------------------------------------------
987
+ LAYOUT
988
+ ------------------------------------------------------------*/
989
+
990
+ .ui-layout-container { width: 70rem; }
991
+
992
+ /*------------------------------------------------------------
993
+ COMPONENT
994
+ ------------------------------------------------------------*/
995
+
996
+ /*------------------------------------------------------------
997
+ |
998
+ | BUTTON
999
+ |
1000
+ ------------------------------------------------------------*/
1001
+
1002
+ .ui-component-button-big,
1003
+ .ui-component-button-normal {
1004
+ padding-bottom: 1.125rem;
1005
+ padding-top: 1rem;
1006
+ }
1007
+
1008
+ /*------------------------------------------------------------
1009
+ SECTION
1010
+ ------------------------------------------------------------*/
1011
+
1012
+ /*------------------------------------------------------------
1013
+ |
1014
+ | HEADER
1015
+ |
1016
+ ------------------------------------------------------------*/
1017
+
1018
+ .ui-section-header { padding-top: 3rem; }
1019
+
1020
+ /*------------------------------------------------------------
1021
+ |
1022
+ | HERO
1023
+ |
1024
+ ------------------------------------------------------------*/
1025
+
1026
+ .ui-section-hero {
1027
+ padding-bottom: 7.5rem;
1028
+ padding-top: 7.5rem;
1029
+ }
1030
+
1031
+ /*------------------------------------------------------------
1032
+ |
1033
+ | CUSTOMER
1034
+ |
1035
+ ------------------------------------------------------------*/
1036
+
1037
+ .ui-section-customer--logo { height: 2rem; }
1038
+
1039
+ .ui-section-customer--logo-str { height: 2.25rem; }
1040
+
1041
+ .ui-section-customer--logo-bhn { height: 1.75rem; }
1042
+
1043
+ /*------------------------------------------------------------
1044
+ |
1045
+ | FEATURE
1046
+ |
1047
+ ------------------------------------------------------------*/
1048
+
1049
+ .ui-section-feature {
1050
+ padding-bottom: 7.5rem;
1051
+ padding-top: 7.5rem;
1052
+ }
1053
+
1054
+ /*------------------------------------------------------------
1055
+ |
1056
+ | TESTIMONIAL
1057
+ |
1058
+ ------------------------------------------------------------*/
1059
+
1060
+ .ui-section-testimonial {
1061
+ padding-bottom: 7.5rem;
1062
+ padding-top: 7.5rem;
1063
+ }
1064
+
1065
+ /*------------------------------------------------------------
1066
+ |
1067
+ | PRICING
1068
+ |
1069
+ ------------------------------------------------------------*/
1070
+
1071
+ .ui-section-pricing {
1072
+ padding-bottom: 7.5rem;
1073
+ padding-top: 7.5rem;
1074
+ }
1075
+
1076
+ .ui-component-card--pricing { padding: 3rem; }
1077
+
1078
+ /*------------------------------------------------------------
1079
+ |
1080
+ | FAQ
1081
+ |
1082
+ ------------------------------------------------------------*/
1083
+
1084
+ .ui-section-faq { padding-bottom: 7.5rem; }
1085
+
1086
+ .ui-section-faq__layout { margin-bottom: 5rem; }
1087
+
1088
+ /*------------------------------------------------------------
1089
+ |
1090
+ | CLOSE
1091
+ |
1092
+ ------------------------------------------------------------*/
1093
+
1094
+ .ui-section-close {
1095
+ padding-bottom: 7.5rem;
1096
+ padding-top: 7.5rem;
1097
+ }
1098
+
1099
+ /*------------------------------------------------------------
1100
+ |
1101
+ | FOOTER
1102
+ |
1103
+ ------------------------------------------------------------*/
1104
+
1105
+ .ui-section-footer {
1106
+ padding-bottom: 3rem;
1107
+ padding-top: 3rem;
1108
+ }
1109
+
1110
+ }