@vgip/meta-ui 2.0.0 → 2.1.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/fesm2022/vgip-meta-ui.mjs +5614 -78
- package/fesm2022/vgip-meta-ui.mjs.map +1 -1
- package/index.d.ts +709 -5
- package/package.json +5 -8
- package/vendor/volta3/README.md +1 -0
- package/vendor/volta3/fonts/Spezia-Regular.eot +0 -0
- package/vendor/volta3/fonts/Spezia-Regular.ttf +0 -0
- package/vendor/volta3/fonts/Spezia-Regular.woff +0 -0
- package/vendor/volta3/fonts/Spezia-Regular.woff2 +0 -0
- package/vendor/volta3/fonts/Spezia-SemiBold.eot +0 -0
- package/vendor/volta3/fonts/Spezia-SemiBold.ttf +0 -0
- package/vendor/volta3/fonts/Spezia-SemiBold.woff +0 -0
- package/vendor/volta3/fonts/Spezia-SemiBold.woff2 +0 -0
- package/vendor/volta3/fonts/Spezia-SemiMonoSemiBold.eot +0 -0
- package/vendor/volta3/fonts/Spezia-SemiMonoSemiBold.ttf +0 -0
- package/vendor/volta3/fonts/Spezia-SemiMonoSemiBold.woff +0 -0
- package/vendor/volta3/fonts/Spezia-SemiMonoSemiBold.woff2 +0 -0
- package/vendor/volta3/fonts/Spezia-WideMedium.eot +0 -0
- package/vendor/volta3/fonts/Spezia-WideMedium.ttf +0 -0
- package/vendor/volta3/fonts/Spezia-WideMedium.woff +0 -0
- package/vendor/volta3/fonts/Spezia-WideMedium.woff2 +0 -0
- package/vendor/volta3/scss/components/_accordions.scss +165 -0
- package/vendor/volta3/scss/components/_badge.scss +325 -0
- package/vendor/volta3/scss/components/_blockquote.scss +35 -0
- package/vendor/volta3/scss/components/_boxes.scss +113 -0
- package/vendor/volta3/scss/components/_buttons.scss +794 -0
- package/vendor/volta3/scss/components/_callouts.scss +427 -0
- package/vendor/volta3/scss/components/_card.scss +421 -0
- package/vendor/volta3/scss/components/_color-classes.scss +186 -0
- package/vendor/volta3/scss/components/_dialpad.scss +224 -0
- package/vendor/volta3/scss/components/_dropdowns.scss +495 -0
- package/vendor/volta3/scss/components/_empties.scss +77 -0
- package/vendor/volta3/scss/components/_flash-messages.scss +39 -0
- package/vendor/volta3/scss/components/_form-elements.scss +879 -0
- package/vendor/volta3/scss/components/_lists.scss +427 -0
- package/vendor/volta3/scss/components/_modals.scss +227 -0
- package/vendor/volta3/scss/components/_popups.scss +173 -0
- package/vendor/volta3/scss/components/_progress.scss +28 -0
- package/vendor/volta3/scss/components/_spinner.scss +105 -0
- package/vendor/volta3/scss/components/_steps.scss +242 -0
- package/vendor/volta3/scss/components/_switch.scss +353 -0
- package/vendor/volta3/scss/components/_tables.scss +739 -0
- package/vendor/volta3/scss/components/_tabs.scss +296 -0
- package/vendor/volta3/scss/components/_text-separator.scss +61 -0
- package/vendor/volta3/scss/components/_tooltips.scss +152 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--aqua.scss +179 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--collapsible.scss +381 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--dark.scss +196 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--light.scss +174 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--structure.scss +631 -0
- package/vendor/volta3/scss/components/side-navigation/_side-nav--tabs.scss +88 -0
- package/vendor/volta3/scss/flatpickr/_flatpickr-volta.scss +407 -0
- package/vendor/volta3/scss/flatpickr/_flatpickr.css +785 -0
- package/vendor/volta3/scss/layout/_article.scss +119 -0
- package/vendor/volta3/scss/layout/_utils.scss +174 -0
- package/vendor/volta3/scss/lib/_grid.scss +374 -0
- package/vendor/volta3/scss/lib/_mediaqueries.scss +52 -0
- package/vendor/volta3/scss/lib/_reset.scss +110 -0
- package/vendor/volta3/scss/lib/_type.scss +345 -0
- package/vendor/volta3/scss/lib/_utils.scss +26 -0
- package/vendor/volta3/scss/lib/_variables.scss +115 -0
- package/vendor/volta3/scss/prism/_prism-volta.scss +390 -0
- package/vendor/volta3/scss/prism/_prism.css +326 -0
- package/vendor/volta3/scss/templates/volta-error-page.scss +57 -0
- package/vendor/volta3/scss/templates/volta-templates.scss +114 -0
- package/vendor/volta3/scss/volta-flatpickr.scss +10 -0
- package/vendor/volta3/scss/volta-prism.scss +7 -0
- package/vendor/volta3/scss/volta.scss +39 -0
- package/vendor/volta3/symbol/volta-brand-icons.svg +1 -0
- package/vendor/volta3/symbol/volta-flag-icons.svg +1 -0
- package/vendor/volta3/symbol/volta-icons.svg +1 -0
- package/esm2022/lib/common/fieldNormalizer/boolean.mjs +0 -12
- package/esm2022/lib/common/fieldNormalizer/datetime.mjs +0 -9
- package/esm2022/lib/common/fieldNormalizer/index.mjs +0 -183
- package/esm2022/lib/common/fieldNormalizer/number.mjs +0 -14
- package/esm2022/lib/common/fieldNormalizer/options.mjs +0 -50
- package/esm2022/lib/common/fieldNormalizer/radio.mjs +0 -30
- package/esm2022/lib/common/fieldNormalizer/reference.mjs +0 -36
- package/esm2022/lib/common/fieldNormalizer/richtext.mjs +0 -15
- package/esm2022/lib/common/fieldNormalizer/string.mjs +0 -24
- package/esm2022/lib/common/fieldNormalizer/text.mjs +0 -18
- package/esm2022/lib/common/fieldNormalizer/uniqueNameFilter.mjs +0 -23
- package/esm2022/lib/common/metaAutofocus.directive.mjs +0 -35
- package/esm2022/lib/common/metaIcons.pipe.mjs +0 -29
- package/esm2022/lib/common/metaModel.pipe.mjs +0 -23
- package/esm2022/lib/common/metaNormalizer.mjs +0 -375
- package/esm2022/lib/common/metaStripHtml.pipe.mjs +0 -22
- package/esm2022/lib/common/utils/colorThemes.mjs +0 -77
- package/esm2022/lib/common/utils/indexedDbStore/index.mjs +0 -228
- package/esm2022/lib/common/utils/relativeTimeBuilder.mjs +0 -49
- package/esm2022/lib/common/utils/resourceCardLabel.mjs +0 -24
- package/esm2022/lib/common/utils/smartProp.mjs +0 -31
- package/esm2022/lib/common/utils/templateBuilder.mjs +0 -103
- package/esm2022/lib/fieldAbstract.mjs +0 -291
- package/esm2022/lib/fieldBoolean/index.mjs +0 -53
- package/esm2022/lib/fieldComposite/index.mjs +0 -82
- package/esm2022/lib/fieldDatetime/index.mjs +0 -365
- package/esm2022/lib/fieldHidden/index.mjs +0 -18
- package/esm2022/lib/fieldInput/index.mjs +0 -475
- package/esm2022/lib/fieldList/index.mjs +0 -74
- package/esm2022/lib/fieldRadio/index.mjs +0 -88
- package/esm2022/lib/fieldReference/index.mjs +0 -836
- package/esm2022/lib/fieldRichtext/index.mjs +0 -93
- package/esm2022/lib/fieldSelect/index.mjs +0 -569
- package/esm2022/lib/fieldText/index.mjs +0 -83
- package/esm2022/lib/fieldUnknown/index.mjs +0 -19
- package/esm2022/lib/index.mjs +0 -163
- package/esm2022/lib/layout/index.mjs +0 -214
- package/esm2022/lib/metaField/index.mjs +0 -151
- package/esm2022/lib/refDialog/index.mjs +0 -135
- package/esm2022/lib/resource/index.mjs +0 -525
- package/esm2022/lib/resourceCard/index.mjs +0 -40
- package/esm2022/lib/services/metaContext/index.mjs +0 -52
- package/esm2022/lib/services/metaMsg/index.mjs +0 -84
- package/esm2022/lib/services/metaReference/index.mjs +0 -94
- package/esm2022/lib/services/metaResource/index.mjs +0 -141
- package/esm2022/lib/services/metaResource/metaHttpClient.mjs +0 -64
- package/esm2022/lib/services/metaTracker/index.mjs +0 -31
- package/esm2022/lib/services/resourceDrafts/index.mjs +0 -69
- package/esm2022/public-api.mjs +0 -5
- package/esm2022/vgip-meta-ui.mjs +0 -5
- package/fesm2022/vgip-meta-ui-fieldAbstract-baeaf24d.mjs +0 -399
- package/fesm2022/vgip-meta-ui-fieldAbstract-baeaf24d.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-0184d5ec.mjs +0 -478
- package/fesm2022/vgip-meta-ui-index-0184d5ec.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-1ddfcce0.mjs +0 -86
- package/fesm2022/vgip-meta-ui-index-1ddfcce0.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-37358620.mjs +0 -158
- package/fesm2022/vgip-meta-ui-index-37358620.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-4e9c383f.mjs +0 -95
- package/fesm2022/vgip-meta-ui-index-4e9c383f.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-4fa919c0.mjs +0 -79
- package/fesm2022/vgip-meta-ui-index-4fa919c0.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-5f68724c.mjs +0 -576
- package/fesm2022/vgip-meta-ui-index-5f68724c.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-6d502a71.mjs +0 -869
- package/fesm2022/vgip-meta-ui-index-6d502a71.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-7741951a.mjs +0 -23
- package/fesm2022/vgip-meta-ui-index-7741951a.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-80ab405f.mjs +0 -93
- package/fesm2022/vgip-meta-ui-index-80ab405f.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-926ae006.mjs +0 -58
- package/fesm2022/vgip-meta-ui-index-926ae006.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-b979685f.mjs +0 -87
- package/fesm2022/vgip-meta-ui-index-b979685f.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-c943b7c0.mjs +0 -24
- package/fesm2022/vgip-meta-ui-index-c943b7c0.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-ce185ca2.mjs +0 -2062
- package/fesm2022/vgip-meta-ui-index-ce185ca2.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-f8b00f06.mjs +0 -370
- package/fesm2022/vgip-meta-ui-index-f8b00f06.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-index-fb7f54f5.mjs +0 -154
- package/fesm2022/vgip-meta-ui-index-fb7f54f5.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-metaModel.pipe-6b803e66.mjs +0 -26
- package/fesm2022/vgip-meta-ui-metaModel.pipe-6b803e66.mjs.map +0 -1
- package/fesm2022/vgip-meta-ui-relativeTimeBuilder-31791ce4.mjs +0 -51
- package/fesm2022/vgip-meta-ui-relativeTimeBuilder-31791ce4.mjs.map +0 -1
- package/lib/common/fieldNormalizer/boolean.d.ts +0 -1
- package/lib/common/fieldNormalizer/datetime.d.ts +0 -1
- package/lib/common/fieldNormalizer/index.d.ts +0 -1
- package/lib/common/fieldNormalizer/number.d.ts +0 -1
- package/lib/common/fieldNormalizer/options.d.ts +0 -1
- package/lib/common/fieldNormalizer/radio.d.ts +0 -1
- package/lib/common/fieldNormalizer/reference.d.ts +0 -1
- package/lib/common/fieldNormalizer/richtext.d.ts +0 -1
- package/lib/common/fieldNormalizer/string.d.ts +0 -1
- package/lib/common/fieldNormalizer/text.d.ts +0 -1
- package/lib/common/fieldNormalizer/uniqueNameFilter.d.ts +0 -1
- package/lib/common/metaAutofocus.directive.d.ts +0 -10
- package/lib/common/metaIcons.pipe.d.ts +0 -10
- package/lib/common/metaModel.pipe.d.ts +0 -7
- package/lib/common/metaNormalizer.d.ts +0 -1
- package/lib/common/metaStripHtml.pipe.d.ts +0 -7
- package/lib/common/utils/colorThemes.d.ts +0 -8
- package/lib/common/utils/indexedDbStore/index.d.ts +0 -25
- package/lib/common/utils/relativeTimeBuilder.d.ts +0 -1
- package/lib/common/utils/resourceCardLabel.d.ts +0 -1
- package/lib/common/utils/smartProp.d.ts +0 -2
- package/lib/common/utils/templateBuilder.d.ts +0 -1
- package/lib/fieldAbstract.d.ts +0 -61
- package/lib/fieldBoolean/index.d.ts +0 -10
- package/lib/fieldComposite/index.d.ts +0 -14
- package/lib/fieldDatetime/index.d.ts +0 -26
- package/lib/fieldHidden/index.d.ts +0 -6
- package/lib/fieldInput/index.d.ts +0 -35
- package/lib/fieldList/index.d.ts +0 -15
- package/lib/fieldRadio/index.d.ts +0 -14
- package/lib/fieldReference/index.d.ts +0 -73
- package/lib/fieldRichtext/index.d.ts +0 -27
- package/lib/fieldSelect/index.d.ts +0 -49
- package/lib/fieldText/index.d.ts +0 -15
- package/lib/fieldUnknown/index.d.ts +0 -6
- package/lib/index.d.ts +0 -65
- package/lib/layout/index.d.ts +0 -47
- package/lib/metaField/index.d.ts +0 -29
- package/lib/refDialog/index.d.ts +0 -33
- package/lib/resource/index.d.ts +0 -68
- package/lib/resourceCard/index.d.ts +0 -17
- package/lib/services/metaContext/index.d.ts +0 -32
- package/lib/services/metaMsg/index.d.ts +0 -14
- package/lib/services/metaReference/index.d.ts +0 -11
- package/lib/services/metaResource/index.d.ts +0 -31
- package/lib/services/metaResource/metaHttpClient.d.ts +0 -15
- package/lib/services/metaTracker/index.d.ts +0 -19
- package/lib/services/resourceDrafts/index.d.ts +0 -26
- package/public-api.d.ts +0 -1
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) 2018-present, Vonage. All rights reserved.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
div,
|
|
6
|
+
span,
|
|
7
|
+
iframe,
|
|
8
|
+
h1,
|
|
9
|
+
h2,
|
|
10
|
+
h3,
|
|
11
|
+
h4,
|
|
12
|
+
h5,
|
|
13
|
+
h6,
|
|
14
|
+
p,
|
|
15
|
+
a,
|
|
16
|
+
em,
|
|
17
|
+
img,
|
|
18
|
+
ins,
|
|
19
|
+
small,
|
|
20
|
+
strong,
|
|
21
|
+
sub,
|
|
22
|
+
sup,
|
|
23
|
+
i,
|
|
24
|
+
dl,
|
|
25
|
+
dt,
|
|
26
|
+
dd,
|
|
27
|
+
ol,
|
|
28
|
+
ul,
|
|
29
|
+
li,
|
|
30
|
+
fieldset,
|
|
31
|
+
form,
|
|
32
|
+
label,
|
|
33
|
+
table,
|
|
34
|
+
caption,
|
|
35
|
+
tbody,
|
|
36
|
+
tfoot,
|
|
37
|
+
thead,
|
|
38
|
+
tr,
|
|
39
|
+
th,
|
|
40
|
+
td,
|
|
41
|
+
article,
|
|
42
|
+
aside,
|
|
43
|
+
footer,
|
|
44
|
+
header,
|
|
45
|
+
nav,
|
|
46
|
+
section,
|
|
47
|
+
time,
|
|
48
|
+
mark,
|
|
49
|
+
audio,
|
|
50
|
+
video {
|
|
51
|
+
border: 0;
|
|
52
|
+
font: inherit;
|
|
53
|
+
font-size: 100%;
|
|
54
|
+
margin: 0;
|
|
55
|
+
padding: 0;
|
|
56
|
+
vertical-align: baseline;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
html {
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
html,
|
|
64
|
+
body {
|
|
65
|
+
margin: 0;
|
|
66
|
+
padding: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
*,
|
|
70
|
+
*:before,
|
|
71
|
+
*:after {
|
|
72
|
+
box-sizing: inherit;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
ol,
|
|
76
|
+
ul {
|
|
77
|
+
list-style: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
table {
|
|
81
|
+
border-collapse: collapse;
|
|
82
|
+
border-spacing: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
main {
|
|
86
|
+
display: block; //for IE10-11
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
p,
|
|
90
|
+
a,
|
|
91
|
+
span,
|
|
92
|
+
h1,
|
|
93
|
+
h2,
|
|
94
|
+
h3,
|
|
95
|
+
h4,
|
|
96
|
+
h5,
|
|
97
|
+
h6 {
|
|
98
|
+
-moz-osx-font-smoothing: grayscale;
|
|
99
|
+
-webkit-font-smoothing: antialiased;
|
|
100
|
+
text-rendering: optimizeLegibility;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
img {
|
|
104
|
+
height: auto;
|
|
105
|
+
max-width: 100%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
::-webkit-scrollbar-track {
|
|
109
|
+
background: transparent;
|
|
110
|
+
}
|
|
@@ -0,0 +1,345 @@
|
|
|
1
|
+
@use "mediaqueries";
|
|
2
|
+
@use "variables";
|
|
3
|
+
|
|
4
|
+
//
|
|
5
|
+
// Copyright (c) 2018-present, Vonage. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Spezia';
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
src: url(variables.$Vlt-font-url + 'Spezia-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
13
|
+
url(variables.$Vlt-font-url + 'Spezia-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
|
|
14
|
+
url(variables.$Vlt-font-url + 'Spezia-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
|
|
15
|
+
url(variables.$Vlt-font-url + 'Spezia-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: 'Spezia';
|
|
20
|
+
font-style: normal;
|
|
21
|
+
font-weight: 800;
|
|
22
|
+
src: url(variables.$Vlt-font-url + 'Spezia-WideMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
23
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.woff2') format('woff2'), /* Super Modern Browsers */
|
|
24
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.woff') format('woff'), /* Pretty Modern Browsers */
|
|
25
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Spezia';
|
|
30
|
+
font-style: normal;
|
|
31
|
+
font-weight: 900;
|
|
32
|
+
src: url(variables.$Vlt-font-url + 'Spezia-WideMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
33
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.woff2') format('woff2'), /* Super Modern Browsers */
|
|
34
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.woff') format('woff'), /* Pretty Modern Browsers */
|
|
35
|
+
url(variables.$Vlt-font-url + 'Spezia-WideMedium.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Spezia';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
src: url(variables.$Vlt-font-url + 'Spezia-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
43
|
+
url(variables.$Vlt-font-url + 'Spezia-Regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
44
|
+
url(variables.$Vlt-font-url + 'Spezia-Regular.woff') format('woff'), /* Pretty Modern Browsers */
|
|
45
|
+
url(variables.$Vlt-font-url + 'Spezia-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
html {
|
|
49
|
+
font-size: 62.5%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
body {
|
|
53
|
+
color: variables.$black;
|
|
54
|
+
font-family: 'spezia', sans-serif;
|
|
55
|
+
font-size: 1.4rem;
|
|
56
|
+
line-height: 2rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
* {
|
|
60
|
+
-moz-osx-font-smoothing: grayscale;
|
|
61
|
+
-webkit-font-smoothing: antialiased;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
input,
|
|
65
|
+
select,
|
|
66
|
+
textarea,
|
|
67
|
+
button {
|
|
68
|
+
font-family: inherit;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
p,
|
|
72
|
+
th,
|
|
73
|
+
td,
|
|
74
|
+
label,
|
|
75
|
+
button,
|
|
76
|
+
li,
|
|
77
|
+
a {
|
|
78
|
+
font-size: 1.4rem;
|
|
79
|
+
font-weight: 400;
|
|
80
|
+
line-height: 2rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
b,
|
|
84
|
+
strong {
|
|
85
|
+
font-weight: 600;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
a {
|
|
89
|
+
text-decoration: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
p,
|
|
93
|
+
th,
|
|
94
|
+
td,
|
|
95
|
+
li,
|
|
96
|
+
span,
|
|
97
|
+
label,
|
|
98
|
+
small,
|
|
99
|
+
nav {
|
|
100
|
+
a:not([class]) {
|
|
101
|
+
@extend .Vlt-text-link !optional;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.Vlt-title,
|
|
106
|
+
h1,
|
|
107
|
+
h2,
|
|
108
|
+
h3,
|
|
109
|
+
h4,
|
|
110
|
+
h5,
|
|
111
|
+
h6 {
|
|
112
|
+
color: variables.$black;
|
|
113
|
+
|
|
114
|
+
a {
|
|
115
|
+
color: inherit;
|
|
116
|
+
font-size: inherit;
|
|
117
|
+
font-weight: inherit;
|
|
118
|
+
line-height: inherit;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
p {
|
|
123
|
+
color: variables.$black;
|
|
124
|
+
margin-bottom: variables.$unit1;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.p-large {
|
|
128
|
+
font-size: 1.6rem;
|
|
129
|
+
line-height: 2.3rem;
|
|
130
|
+
margin-bottom: variables.$unit2;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.Vlt-title--icon {
|
|
134
|
+
display: flex;
|
|
135
|
+
|
|
136
|
+
svg {
|
|
137
|
+
fill: variables.$black;
|
|
138
|
+
margin-right: variables.$unit1;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
code,
|
|
142
|
+
.Vlt-badge {
|
|
143
|
+
margin: 0 0.3em;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.Vlt-title {
|
|
148
|
+
&--margin-top1 {
|
|
149
|
+
margin-top: variables.$unit1;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&--margin-top2 {
|
|
153
|
+
margin-top: variables.$unit2;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&--margin-top3 {
|
|
157
|
+
margin-top: variables.$unit3;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&--margin-top4 {
|
|
161
|
+
margin-top: variables.$unit4;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.Vlt-title--center {
|
|
166
|
+
justify-content: center;
|
|
167
|
+
text-align: center;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.Vlt-title--nomargin {
|
|
171
|
+
margin: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.Vlt-title--h1,
|
|
175
|
+
h1 {
|
|
176
|
+
font-size: 3.1rem;
|
|
177
|
+
font-weight: 800;
|
|
178
|
+
letter-spacing: -2px;
|
|
179
|
+
line-height: 3.6rem;
|
|
180
|
+
margin-bottom: variables.$unit3;
|
|
181
|
+
|
|
182
|
+
@media #{mediaqueries.$L-plus} {
|
|
183
|
+
font-size: 3.9rem;
|
|
184
|
+
line-height: 4.3rem;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
&.Vlt-title--icon svg {
|
|
188
|
+
flex: 0 0 25px;
|
|
189
|
+
height: 25px;
|
|
190
|
+
margin-top: 5px;
|
|
191
|
+
width: 25px;
|
|
192
|
+
|
|
193
|
+
@media #{mediaqueries.$L-plus} {
|
|
194
|
+
flex: 0 0 30px;
|
|
195
|
+
height: 30px;
|
|
196
|
+
width: 30px;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.Vlt-title--h2,
|
|
202
|
+
h2 {
|
|
203
|
+
font-size: 2.7rem;
|
|
204
|
+
font-weight: 800;
|
|
205
|
+
letter-spacing: -1.5px;
|
|
206
|
+
line-height: 3.1rem;
|
|
207
|
+
margin-bottom: variables.$unit2;
|
|
208
|
+
|
|
209
|
+
@media #{mediaqueries.$L-plus} {
|
|
210
|
+
font-size: 2.9rem;
|
|
211
|
+
line-height: 3.4rem;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&.Vlt-title--icon svg {
|
|
215
|
+
flex: 0 0 21px;
|
|
216
|
+
height: 21px;
|
|
217
|
+
margin-top: 4px;
|
|
218
|
+
width: 21px;
|
|
219
|
+
|
|
220
|
+
@media #{mediaqueries.$L-plus} {
|
|
221
|
+
flex: 0 0 25px;
|
|
222
|
+
height: 25px;
|
|
223
|
+
width: 25px;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.Vlt-title--h3,
|
|
229
|
+
h3 {
|
|
230
|
+
font-size: 2.3rem;
|
|
231
|
+
font-weight: 800;
|
|
232
|
+
letter-spacing: -1px;
|
|
233
|
+
line-height: 2.6rem;
|
|
234
|
+
margin-bottom: variables.$unit2;
|
|
235
|
+
|
|
236
|
+
@media #{mediaqueries.$L-plus} {
|
|
237
|
+
font-size: 2.3rem;
|
|
238
|
+
line-height: 2.6rem;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
&.Vlt-title--icon svg {
|
|
242
|
+
flex: 0 0 21px;
|
|
243
|
+
height: 21px;
|
|
244
|
+
margin-top: 2px;
|
|
245
|
+
width: 21px;
|
|
246
|
+
|
|
247
|
+
@media #{mediaqueries.$L-plus} {
|
|
248
|
+
flex: 0 0 21px;
|
|
249
|
+
height: 21px;
|
|
250
|
+
width: 21px;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.Vlt-title--h4,
|
|
256
|
+
h4 {
|
|
257
|
+
font-size: 1.9rem;
|
|
258
|
+
font-weight: 800;
|
|
259
|
+
letter-spacing: -1px;
|
|
260
|
+
line-height: 2.3rem;
|
|
261
|
+
margin-bottom: variables.$unit1;
|
|
262
|
+
|
|
263
|
+
@media #{mediaqueries.$L-plus} {
|
|
264
|
+
font-size: 2rem;
|
|
265
|
+
line-height: 2.5rem;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
&.Vlt-title--icon svg {
|
|
269
|
+
flex: 0 0 16px;
|
|
270
|
+
height: 16px;
|
|
271
|
+
margin-top: 4px;
|
|
272
|
+
width: 16px;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.Vlt-title--h5,
|
|
277
|
+
h5 {
|
|
278
|
+
font-size: 1.5rem;
|
|
279
|
+
font-weight: 600;
|
|
280
|
+
letter-spacing: -0.25px;
|
|
281
|
+
line-height: 2rem;
|
|
282
|
+
margin-bottom: variables.$unit1;
|
|
283
|
+
|
|
284
|
+
&.Vlt-title--icon svg {
|
|
285
|
+
flex: 0 0 14px;
|
|
286
|
+
height: 14px;
|
|
287
|
+
margin-top: 3px;
|
|
288
|
+
width: 14px;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
small {
|
|
293
|
+
font-size: 1.2rem;
|
|
294
|
+
font-weight: 400;
|
|
295
|
+
line-height: 1.6rem;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.Vlt-title,
|
|
299
|
+
h1,
|
|
300
|
+
h2,
|
|
301
|
+
h3,
|
|
302
|
+
h4,
|
|
303
|
+
h5,
|
|
304
|
+
.p-large {
|
|
305
|
+
small {
|
|
306
|
+
font-size: 80%;
|
|
307
|
+
font-weight: inherit;
|
|
308
|
+
line-height: inherit;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
code {
|
|
313
|
+
background-color: variables.$grey-lighter;
|
|
314
|
+
border-radius: 4px;
|
|
315
|
+
color: variables.$orange-dark;
|
|
316
|
+
font-family: monospace, monospace;
|
|
317
|
+
font-size: inherit;
|
|
318
|
+
line-height: inherit;
|
|
319
|
+
padding: 3px 4px;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
p,
|
|
323
|
+
ul {
|
|
324
|
+
+ .Vlt-title,
|
|
325
|
+
+ h1,
|
|
326
|
+
+ h2,
|
|
327
|
+
+ h3,
|
|
328
|
+
+ h4 {
|
|
329
|
+
padding-top: variables.$unit2;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.Vlt-text {
|
|
334
|
+
&--large {
|
|
335
|
+
font-size: 1.6rem;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
&--larger {
|
|
339
|
+
font-size: 2.3rem;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
&--largest {
|
|
343
|
+
font-size: 3.5rem;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@use "sass:string";
|
|
2
|
+
//
|
|
3
|
+
// Copyright (c) 2018-present, Vonage. All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// // Calculeate brightness of a given color.
|
|
7
|
+
// @function brightness($color) {
|
|
8
|
+
// @return ((red($color) * .299) + (green($color) * .587) + (blue($color) * .114)) / 255 * 100%;
|
|
9
|
+
// }
|
|
10
|
+
|
|
11
|
+
// // Compares contrast of a given color to the light/dark arguments and returns whichever is most "contrasty"
|
|
12
|
+
// @function color-contrast($color, $dark: $black, $light: $white) {
|
|
13
|
+
|
|
14
|
+
// $color-brightness: brightness($color);
|
|
15
|
+
// $light-text-brightness: brightness($light);
|
|
16
|
+
// $dark-text-brightness: brightness($dark);
|
|
17
|
+
|
|
18
|
+
// @return if(abs($color-brightness - $light-text-brightness) > abs($color-brightness - $dark-text-brightness), $light, $dark);
|
|
19
|
+
// }
|
|
20
|
+
|
|
21
|
+
@function encode-hex-code($hex) {
|
|
22
|
+
$hex: '#{$hex}';
|
|
23
|
+
$hex: string.slice($hex, 2, string.length($hex));
|
|
24
|
+
|
|
25
|
+
@return '%23' + $hex;
|
|
26
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) 2018-present, Vonage. All rights reserved.
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
$deep-black: #000000;
|
|
6
|
+
$white: #ffffff;
|
|
7
|
+
|
|
8
|
+
$orange-lighter: #fee3dd;
|
|
9
|
+
$orange-light: #fcac98;
|
|
10
|
+
$orange: #fa7454;
|
|
11
|
+
$orange-dark: #c85e43;
|
|
12
|
+
$orange-darker: #642f22;
|
|
13
|
+
$orange-text: #594430;
|
|
14
|
+
|
|
15
|
+
$blue-lighter: #d9eefc;
|
|
16
|
+
$blue-light: #80c7f5;
|
|
17
|
+
$blue: #669fc4;
|
|
18
|
+
$blue-dark: #4d7793;
|
|
19
|
+
$blue-darker: #335062;
|
|
20
|
+
$blue-text: #3e4e57;
|
|
21
|
+
|
|
22
|
+
$red-lighter: #fdecec;
|
|
23
|
+
$red-light: #f79ca6;
|
|
24
|
+
$red: #e84545;
|
|
25
|
+
$red-dark: #ba3737;
|
|
26
|
+
$red-darker: #5d1b1b;
|
|
27
|
+
$red-text: #583c35;
|
|
28
|
+
|
|
29
|
+
$green-lighter: #d7f2e8;
|
|
30
|
+
$green-light: #86d8b9;
|
|
31
|
+
$green: #06ba77;
|
|
32
|
+
$green-dark: #2d966f;
|
|
33
|
+
$green-darker: #173630;
|
|
34
|
+
$green-text: #414f3e;
|
|
35
|
+
|
|
36
|
+
$purple-lighter: #f3e9ff;
|
|
37
|
+
$purple-light: #cfa5ff;
|
|
38
|
+
$purple: #b779ff;
|
|
39
|
+
$purple-dark: #871fff;
|
|
40
|
+
$purple-darker: #441080;
|
|
41
|
+
$purple-text: #50495a;
|
|
42
|
+
|
|
43
|
+
$teal-lighter: #dbf3f6;
|
|
44
|
+
$teal-light: #94dbe4;
|
|
45
|
+
$teal: #4cc3d2;
|
|
46
|
+
$teal-dark: #00848e;
|
|
47
|
+
$teal-darker: #003136;
|
|
48
|
+
$teal-text: #405352;
|
|
49
|
+
|
|
50
|
+
$yellow-lighter: #fff8c0;
|
|
51
|
+
$yellow-light: #ffe82e;
|
|
52
|
+
$yellow: #ffc100;
|
|
53
|
+
$yellow-dark: #9d7005;
|
|
54
|
+
$yellow-darker: #583b00;
|
|
55
|
+
$yellow-text: #595130;
|
|
56
|
+
|
|
57
|
+
$indigo-lighter: #f7d3ec;
|
|
58
|
+
$indigo-light: #eb90ce;
|
|
59
|
+
$indigo: #d6219c;
|
|
60
|
+
$indigo-dark: #ab197d;
|
|
61
|
+
$indigo-darker: #560d3d;
|
|
62
|
+
$indigo-text: #3e4155;
|
|
63
|
+
|
|
64
|
+
$grey-lighter: #f3f3f5;
|
|
65
|
+
$grey-light: #e1e2e6;
|
|
66
|
+
$grey: #c2c4cc;
|
|
67
|
+
$grey-dark: #9b9da3;
|
|
68
|
+
$grey-darker: #616266;
|
|
69
|
+
$black: #131415;
|
|
70
|
+
|
|
71
|
+
$aqua-lighter: #d0e7f1;
|
|
72
|
+
$aqua-light: #9ccde2;
|
|
73
|
+
$aqua: #3298c4;
|
|
74
|
+
$aqua-dark: #0070a1;
|
|
75
|
+
$aqua-darker: #035879;
|
|
76
|
+
$aqua-text: #004059;
|
|
77
|
+
|
|
78
|
+
$gradient-blue: #7fc6f4;
|
|
79
|
+
$gradient-peach: #fea18c;
|
|
80
|
+
$gradient-pink: #d5279b;
|
|
81
|
+
$gradient-purple: #8728fb;
|
|
82
|
+
|
|
83
|
+
$gumdrops1: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-264.000000%2C%20-1527.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
84
|
+
$gumdrops2: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2217.1215089%25%22%20y1%3D%2236.5604745%25%22%20x2%3D%2250%25%22%20y2%3D%2264.0645185%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2286.1918852%25%22%20y1%3D%2235.5961581%25%22%20x2%3D%2236.8815991%25%22%20y2%3D%2276.4527216%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-813.000000%2C%20-1527.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
85
|
+
$gumdrops3: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2214.549983%25%22%20y1%3D%2236.9106736%25%22%20x2%3D%2250%25%22%20y2%3D%2267.2917158%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.1626569%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-1362.000000%2C%20-1527.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
86
|
+
$lovehearts1: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-264.000000%2C%20-1128.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
87
|
+
$lovehearts2: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.6436478%25%22%20y1%3D%2234.4795812%25%22%20x2%3D%2224.3581829%25%22%20y2%3D%2283.1645088%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-813.000000%2C%20-1128.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
88
|
+
$lovehearts3: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-1362.000000%2C%20-1128.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
89
|
+
$skittles1: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ESkittles%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-264.000000%2C%20-260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Skittles-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
90
|
+
$skittles2: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ERectangle%20Copy%209%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-813.000000%2C%20-260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Rectangle-Copy-9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
91
|
+
$skittles3: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ESkittles%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-1362.000000%2C%20-260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Skittles-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
92
|
+
$twizzlers1: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-264.000000%2C%20-688.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
93
|
+
$twizzlers2: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.6436478%25%22%20y1%3D%2234.4795812%25%22%20x2%3D%2224.3581829%25%22%20y2%3D%2283.1645088%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-813.000000%2C%20-688.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
94
|
+
$twizzlers3: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2056.3%20(81716)%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.5473433%25%22%20y1%3D%2234.8769086%25%22%20x2%3D%2250%25%22%20y2%3D%2265.6074248%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2284.1887347%25%22%20y1%3D%2238.7711517%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate(-1362.000000%2C%20-688.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(264.000000%2C%20260.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url(%23linearGradient-2)%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') 0 0 / 100% 100%;
|
|
95
|
+
|
|
96
|
+
$unitN: 0;
|
|
97
|
+
$unit0: 4px;
|
|
98
|
+
$unit1: 8px;
|
|
99
|
+
$unit2: 16px;
|
|
100
|
+
$unit3: 24px;
|
|
101
|
+
$unit4: 32px;
|
|
102
|
+
$unit5: 40px;
|
|
103
|
+
$unit6: 6px;
|
|
104
|
+
|
|
105
|
+
$Vlt-font-url: '/volta/' !default;
|
|
106
|
+
|
|
107
|
+
$z-index-flash: 1000;
|
|
108
|
+
$z-index-popups: 950;
|
|
109
|
+
$z-index-modals: 900;
|
|
110
|
+
$z-index-tooltips: 600;
|
|
111
|
+
$z-index-sidenav: 650;
|
|
112
|
+
$z-index-sidenav-mobile: 800; // Sidenav needs to be higher than the header for mobile
|
|
113
|
+
$z-index-sidenav-mobile-trigger: 650; // Sidenav button on mobile needs to be lower than the header for mobile
|
|
114
|
+
$z-index-header: 700;
|
|
115
|
+
$z-index-dropdowns: 500;
|