sempli-website-lib 4.1.4 → 5.0.2
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/README.md +25 -25
- package/assets/fonts/Lato/Lato-Black.ttf +0 -0
- package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
- package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Light.ttf +0 -0
- package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/Lato/OFL.txt +0 -0
- package/assets/interface/documents.svg +136 -136
- package/assets/interface/icons/alert-success.svg +17 -17
- package/assets/interface/icons/arrow-left.svg +8 -8
- package/assets/interface/icons/arrow-right-02.svg +10 -10
- package/assets/interface/icons/arrow-right.svg +8 -8
- package/assets/interface/icons/basic-check-magenta.svg +1 -1
- package/assets/interface/icons/bulb-example.svg +20 -20
- package/assets/interface/icons/bulb-tip.svg +32 -32
- package/assets/interface/icons/check-green-circle-large.svg +23 -23
- package/assets/interface/icons/check-green.svg +16 -16
- package/assets/interface/icons/check-purple.svg +20 -20
- package/assets/interface/icons/cloud-download.svg +20 -20
- package/assets/interface/icons/document-pdf.svg +13 -13
- package/assets/interface/icons/document-review.svg +20 -20
- package/assets/interface/icons/document-status-approved.svg +21 -21
- package/assets/interface/icons/document-status-empty.svg +18 -18
- package/assets/interface/icons/document-status-error.svg +23 -23
- package/assets/interface/icons/document-status-success.svg +19 -19
- package/assets/interface/icons/eye-action.svg +1 -1
- package/assets/interface/icons/hand-stop.svg +19 -19
- package/assets/interface/icons/happy-01.svg +0 -0
- package/assets/interface/icons/happy-02.svg +0 -0
- package/assets/interface/icons/happy-03.svg +0 -0
- package/assets/interface/icons/happy-04.svg +0 -0
- package/assets/interface/icons/happy-05.svg +0 -0
- package/assets/interface/icons/heart.svg +13 -13
- package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
- package/assets/interface/icons/lock-icon.svg +1 -1
- package/assets/interface/icons/mail-circle.svg +32 -32
- package/assets/interface/icons/mail-edit.svg +20 -20
- package/assets/interface/icons/pen-edit.svg +22 -22
- package/assets/interface/icons/plus-circle.svg +22 -22
- package/assets/interface/icons/question-sign.svg +10 -10
- package/assets/interface/icons/shield.svg +31 -31
- package/assets/interface/icons/signature-modal-approved.svg +17 -17
- package/assets/interface/icons/signature-modal-waiting.svg +23 -23
- package/assets/interface/icons/signature-pending.svg +25 -25
- package/assets/interface/icons/signature-step-active.svg +19 -19
- package/assets/interface/icons/signature-step-completed.svg +19 -19
- package/assets/interface/icons/signature-step-default.svg +19 -19
- package/assets/interface/icons/skull.svg +23 -23
- package/assets/interface/icons/step-incomplete.svg +18 -18
- package/assets/interface/icons/trash-delete.svg +20 -20
- package/assets/interface/icons/warning-sign.svg +22 -22
- package/assets/interface/icons/x-circle.svg +14 -14
- package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
- package/esm2020/public-api.mjs +5 -0
- package/esm2020/sempli-website-lib.mjs +5 -0
- package/fesm2015/sempli-website-lib.mjs +27 -0
- package/fesm2015/sempli-website-lib.mjs.map +1 -0
- package/fesm2020/sempli-website-lib.mjs +27 -0
- package/fesm2020/sempli-website-lib.mjs.map +1 -0
- package/lib/sempli-website-lib.module.d.ts +6 -2
- package/package.json +23 -11
- package/public-api.d.ts +1 -1
- package/sempli-website-lib.d.ts +5 -4
- package/styles/_main.scss +2 -2
- package/styles/master-app.scss +11962 -9802
- package/styles/master-landing.scss +12821 -10661
- package/styles/modules/_functions.scss +37 -37
- package/styles/modules/_mixins.scss +66 -66
- package/styles/modules/_variables.scss +54 -54
- package/styles/partials/_base.scss +281 -281
- package/styles/partials/_buttons.scss +401 -402
- package/styles/partials/_fonts.scss +83 -83
- package/styles/partials/_forms.scss +837 -837
- package/styles/partials/_icons.scss +12 -12
- package/styles/partials/_layout.scss +148 -148
- package/styles/partials/_modals.scss +256 -256
- package/styles/partials/_panels.scss +51 -51
- package/styles/partials/_progress-bars.scss +60 -60
- package/styles/partials/_tooltips.scss +128 -128
- package/styles/partials/_videos.scss +32 -32
- package/styles/partials/animations.scss +122 -122
- package/styles/partials/app/_blocks.scss +101 -101
- package/styles/partials/app/_cards.scss +155 -155
- package/styles/partials/app/_general.scss +1199 -1199
- package/styles/partials/app/_header.scss +723 -723
- package/styles/partials/app/_layout.scss +227 -227
- package/styles/partials/app/_my-account.scss +203 -203
- package/styles/partials/app/_my-loan-applications.scss +165 -165
- package/styles/partials/app/_my-products.scss +1039 -1039
- package/styles/partials/app/_signatures.scss +16 -16
- package/styles/partials/landing/_footer.scss +70 -70
- package/styles/partials/landing/_general.scss +1375 -1375
- package/styles/partials/landing/_header.scss +478 -478
- package/styles/partials/landing/_hero-wrappers.scss +616 -616
- package/styles/vendor/_modules_export.scss +3252 -1091
- package/styles/vendor/_normalize.scss +341 -341
- package/bundles/sempli-website-lib.umd.js +0 -33
- package/bundles/sempli-website-lib.umd.js.map +0 -1
- package/bundles/sempli-website-lib.umd.min.js +0 -2
- package/bundles/sempli-website-lib.umd.min.js.map +0 -1
- package/esm2015/lib/sempli-website-lib.module.js +0 -11
- package/esm2015/public-api.js +0 -5
- package/esm2015/sempli-website-lib.js +0 -5
- package/fesm2015/sempli-website-lib.js +0 -22
- package/fesm2015/sempli-website-lib.js.map +0 -1
- package/sempli-website-lib.metadata.json +0 -1
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# PROGRESS BAR
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
div.progress-bar {
|
|
7
|
-
background-color: #F9F9FB;
|
|
8
|
-
border: 1px solid #E9EAEA;
|
|
9
|
-
height: 12px;
|
|
10
|
-
width: 100%;
|
|
11
|
-
margin: 0 0 20px;
|
|
12
|
-
@include border-radius(6px);
|
|
13
|
-
|
|
14
|
-
.progress {
|
|
15
|
-
background-color: $color-primary;
|
|
16
|
-
height: 10px;
|
|
17
|
-
@include border-radius(5px);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Bar States
|
|
21
|
-
|
|
22
|
-
&.alert {
|
|
23
|
-
.progress {
|
|
24
|
-
background-color: $color-alert;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/*#############################################################################
|
|
30
|
-
# LOADING LAYER
|
|
31
|
-
#############################################################################*/
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
.loading-layer {
|
|
35
|
-
.layer-transparent-background {
|
|
36
|
-
position: fixed;
|
|
37
|
-
width: 100%;
|
|
38
|
-
left: 0;
|
|
39
|
-
right: 0;
|
|
40
|
-
top: 0;
|
|
41
|
-
bottom: 0;
|
|
42
|
-
background-color: rgba(255, 255, 255, 0.7);
|
|
43
|
-
z-index: 999;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.loader-container {
|
|
47
|
-
display: flex;
|
|
48
|
-
justify-content: center;
|
|
49
|
-
|
|
50
|
-
.loader {
|
|
51
|
-
z-index: 1000;
|
|
52
|
-
position: fixed;
|
|
53
|
-
top: 45%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.loader, .animate-rotation {
|
|
57
|
-
width: 78px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# PROGRESS BAR
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
div.progress-bar {
|
|
7
|
+
background-color: #F9F9FB;
|
|
8
|
+
border: 1px solid #E9EAEA;
|
|
9
|
+
height: 12px;
|
|
10
|
+
width: 100%;
|
|
11
|
+
margin: 0 0 20px;
|
|
12
|
+
@include border-radius(6px);
|
|
13
|
+
|
|
14
|
+
.progress {
|
|
15
|
+
background-color: $color-primary;
|
|
16
|
+
height: 10px;
|
|
17
|
+
@include border-radius(5px);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Bar States
|
|
21
|
+
|
|
22
|
+
&.alert {
|
|
23
|
+
.progress {
|
|
24
|
+
background-color: $color-alert;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/*#############################################################################
|
|
30
|
+
# LOADING LAYER
|
|
31
|
+
#############################################################################*/
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
.loading-layer {
|
|
35
|
+
.layer-transparent-background {
|
|
36
|
+
position: fixed;
|
|
37
|
+
width: 100%;
|
|
38
|
+
left: 0;
|
|
39
|
+
right: 0;
|
|
40
|
+
top: 0;
|
|
41
|
+
bottom: 0;
|
|
42
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
43
|
+
z-index: 999;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.loader-container {
|
|
47
|
+
display: flex;
|
|
48
|
+
justify-content: center;
|
|
49
|
+
|
|
50
|
+
.loader {
|
|
51
|
+
z-index: 1000;
|
|
52
|
+
position: fixed;
|
|
53
|
+
top: 45%;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.loader, .animate-rotation {
|
|
57
|
+
width: 78px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -1,129 +1,129 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# TOOLTIPS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.has-tooltip {
|
|
7
|
-
position: relative;
|
|
8
|
-
|
|
9
|
-
// Tooltip corner
|
|
10
|
-
&::before {
|
|
11
|
-
content: "";
|
|
12
|
-
display: none;
|
|
13
|
-
border-style: solid;
|
|
14
|
-
width: 0;
|
|
15
|
-
height: 0;
|
|
16
|
-
position: absolute;
|
|
17
|
-
z-index: 999;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Tooltip body
|
|
21
|
-
&::after {
|
|
22
|
-
content: attr(data-tooltip);
|
|
23
|
-
display: none;
|
|
24
|
-
background: $color-text;
|
|
25
|
-
color: #fff;
|
|
26
|
-
font-size: rem-calc(14px);
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
padding: 8px 12px;
|
|
29
|
-
width: max-content;
|
|
30
|
-
max-width: 300px;
|
|
31
|
-
position: absolute;
|
|
32
|
-
z-index: 999;
|
|
33
|
-
@include border-radius(3px);
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// POSITION STYLES
|
|
38
|
-
|
|
39
|
-
&[data-tooltip-position="top"] {
|
|
40
|
-
&::before {
|
|
41
|
-
border-width: 5px 5px 0 5px;
|
|
42
|
-
border-color: $color-text transparent transparent transparent;
|
|
43
|
-
top: 0;
|
|
44
|
-
right: auto;
|
|
45
|
-
bottom: auto;
|
|
46
|
-
left: 50%;
|
|
47
|
-
@include transform(translate(-50%, -100%));
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&::after {
|
|
51
|
-
top: -5px;
|
|
52
|
-
right: auto;
|
|
53
|
-
bottom: auto;
|
|
54
|
-
left: 50%;
|
|
55
|
-
@include transform(translate(-50%, -100%));
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&[data-tooltip-position="right"] {
|
|
60
|
-
&::before {
|
|
61
|
-
border-width: 5px 5px 5px 0;
|
|
62
|
-
border-color: transparent $color-text transparent transparent;
|
|
63
|
-
top: 50%;
|
|
64
|
-
right: 0;
|
|
65
|
-
bottom: auto;
|
|
66
|
-
left: auto;
|
|
67
|
-
@include transform(translate(100%, -50%));
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&::after {
|
|
71
|
-
top: 50%;
|
|
72
|
-
right: -5px;
|
|
73
|
-
bottom: auto;
|
|
74
|
-
left: auto;
|
|
75
|
-
@include transform(translate(100%, -50%));
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&[data-tooltip-position="bottom"] {
|
|
80
|
-
&::before {
|
|
81
|
-
border-width: 0 5px 5px 5px;
|
|
82
|
-
border-color: transparent transparent $color-text transparent;
|
|
83
|
-
top: auto;
|
|
84
|
-
right: auto;
|
|
85
|
-
bottom: 0;
|
|
86
|
-
left: 50%;
|
|
87
|
-
@include transform(translate(-50%, 100%));
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&::after {
|
|
91
|
-
top: auto;
|
|
92
|
-
right: auto;
|
|
93
|
-
bottom: -5px;
|
|
94
|
-
left: 50%;
|
|
95
|
-
@include transform(translate(-50%, 100%));
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&[data-tooltip-position="left"] {
|
|
100
|
-
&::before {
|
|
101
|
-
border-width: 5px 0 5px 5px;
|
|
102
|
-
border-color: transparent transparent transparent $color-text;
|
|
103
|
-
top: 50%;
|
|
104
|
-
right: auto;
|
|
105
|
-
bottom: auto;
|
|
106
|
-
left: 0;
|
|
107
|
-
@include transform(translate(-100%, -50%));
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&::after {
|
|
111
|
-
top: 50%;
|
|
112
|
-
right: auto;
|
|
113
|
-
bottom: auto;
|
|
114
|
-
left: -5px;
|
|
115
|
-
@include transform(translate(-100%, -50%));
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// HOVER / MAKE THEM VISIBLE
|
|
120
|
-
&:hover {
|
|
121
|
-
&::before {
|
|
122
|
-
display: block;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&::after {
|
|
126
|
-
display: block;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# TOOLTIPS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.has-tooltip {
|
|
7
|
+
position: relative;
|
|
8
|
+
|
|
9
|
+
// Tooltip corner
|
|
10
|
+
&::before {
|
|
11
|
+
content: "";
|
|
12
|
+
display: none;
|
|
13
|
+
border-style: solid;
|
|
14
|
+
width: 0;
|
|
15
|
+
height: 0;
|
|
16
|
+
position: absolute;
|
|
17
|
+
z-index: 999;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Tooltip body
|
|
21
|
+
&::after {
|
|
22
|
+
content: attr(data-tooltip);
|
|
23
|
+
display: none;
|
|
24
|
+
background: $color-text;
|
|
25
|
+
color: #fff;
|
|
26
|
+
font-size: rem-calc(14px);
|
|
27
|
+
font-weight: 400;
|
|
28
|
+
padding: 8px 12px;
|
|
29
|
+
width: max-content;
|
|
30
|
+
max-width: 300px;
|
|
31
|
+
position: absolute;
|
|
32
|
+
z-index: 999;
|
|
33
|
+
@include border-radius(3px);
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// POSITION STYLES
|
|
38
|
+
|
|
39
|
+
&[data-tooltip-position="top"] {
|
|
40
|
+
&::before {
|
|
41
|
+
border-width: 5px 5px 0 5px;
|
|
42
|
+
border-color: $color-text transparent transparent transparent;
|
|
43
|
+
top: 0;
|
|
44
|
+
right: auto;
|
|
45
|
+
bottom: auto;
|
|
46
|
+
left: 50%;
|
|
47
|
+
@include transform(translate(-50%, -100%));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&::after {
|
|
51
|
+
top: -5px;
|
|
52
|
+
right: auto;
|
|
53
|
+
bottom: auto;
|
|
54
|
+
left: 50%;
|
|
55
|
+
@include transform(translate(-50%, -100%));
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&[data-tooltip-position="right"] {
|
|
60
|
+
&::before {
|
|
61
|
+
border-width: 5px 5px 5px 0;
|
|
62
|
+
border-color: transparent $color-text transparent transparent;
|
|
63
|
+
top: 50%;
|
|
64
|
+
right: 0;
|
|
65
|
+
bottom: auto;
|
|
66
|
+
left: auto;
|
|
67
|
+
@include transform(translate(100%, -50%));
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&::after {
|
|
71
|
+
top: 50%;
|
|
72
|
+
right: -5px;
|
|
73
|
+
bottom: auto;
|
|
74
|
+
left: auto;
|
|
75
|
+
@include transform(translate(100%, -50%));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&[data-tooltip-position="bottom"] {
|
|
80
|
+
&::before {
|
|
81
|
+
border-width: 0 5px 5px 5px;
|
|
82
|
+
border-color: transparent transparent $color-text transparent;
|
|
83
|
+
top: auto;
|
|
84
|
+
right: auto;
|
|
85
|
+
bottom: 0;
|
|
86
|
+
left: 50%;
|
|
87
|
+
@include transform(translate(-50%, 100%));
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&::after {
|
|
91
|
+
top: auto;
|
|
92
|
+
right: auto;
|
|
93
|
+
bottom: -5px;
|
|
94
|
+
left: 50%;
|
|
95
|
+
@include transform(translate(-50%, 100%));
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&[data-tooltip-position="left"] {
|
|
100
|
+
&::before {
|
|
101
|
+
border-width: 5px 0 5px 5px;
|
|
102
|
+
border-color: transparent transparent transparent $color-text;
|
|
103
|
+
top: 50%;
|
|
104
|
+
right: auto;
|
|
105
|
+
bottom: auto;
|
|
106
|
+
left: 0;
|
|
107
|
+
@include transform(translate(-100%, -50%));
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&::after {
|
|
111
|
+
top: 50%;
|
|
112
|
+
right: auto;
|
|
113
|
+
bottom: auto;
|
|
114
|
+
left: -5px;
|
|
115
|
+
@include transform(translate(-100%, -50%));
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// HOVER / MAKE THEM VISIBLE
|
|
120
|
+
&:hover {
|
|
121
|
+
&::before {
|
|
122
|
+
display: block;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&::after {
|
|
126
|
+
display: block;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
129
|
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# RESPONSIVE VIDEO
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// ratio of the video 16/9 would be 56.25%
|
|
7
|
-
// (42.6 % of he width of the parent element)
|
|
8
|
-
// <div class="video-container">
|
|
9
|
-
// <iframe width="640" height="360" src="//www.youtube.com/embed/ukKd8W3Bvo0" frameborder="0" allowfullscreen></iframe>
|
|
10
|
-
// </div>
|
|
11
|
-
|
|
12
|
-
.outer-video-container {
|
|
13
|
-
width: 80%;
|
|
14
|
-
margin: auto;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.video-container {
|
|
18
|
-
position: relative;
|
|
19
|
-
padding-bottom: 56.25%; /*16:9*/
|
|
20
|
-
// padding-top: 30px;
|
|
21
|
-
height: 0;
|
|
22
|
-
overflow: hidden;
|
|
23
|
-
|
|
24
|
-
iframe,
|
|
25
|
-
object,
|
|
26
|
-
embed {
|
|
27
|
-
position: absolute;
|
|
28
|
-
top: 0;
|
|
29
|
-
left: 0;
|
|
30
|
-
width: 100%;
|
|
31
|
-
height: 100%;
|
|
32
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# RESPONSIVE VIDEO
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// ratio of the video 16/9 would be 56.25%
|
|
7
|
+
// (42.6 % of he width of the parent element)
|
|
8
|
+
// <div class="video-container">
|
|
9
|
+
// <iframe width="640" height="360" src="//www.youtube.com/embed/ukKd8W3Bvo0" frameborder="0" allowfullscreen></iframe>
|
|
10
|
+
// </div>
|
|
11
|
+
|
|
12
|
+
.outer-video-container {
|
|
13
|
+
width: 80%;
|
|
14
|
+
margin: auto;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.video-container {
|
|
18
|
+
position: relative;
|
|
19
|
+
padding-bottom: 56.25%; /*16:9*/
|
|
20
|
+
// padding-top: 30px;
|
|
21
|
+
height: 0;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
|
|
24
|
+
iframe,
|
|
25
|
+
object,
|
|
26
|
+
embed {
|
|
27
|
+
position: absolute;
|
|
28
|
+
top: 0;
|
|
29
|
+
left: 0;
|
|
30
|
+
width: 100%;
|
|
31
|
+
height: 100%;
|
|
32
|
+
}
|
|
33
33
|
}
|
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ----------------------------------------
|
|
3
|
-
* animation heartbeat
|
|
4
|
-
* ----------------------------------------
|
|
5
|
-
*/
|
|
6
|
-
@keyframes heartbeat {
|
|
7
|
-
from {
|
|
8
|
-
-webkit-transform: scale(1);
|
|
9
|
-
transform: scale(1);
|
|
10
|
-
-webkit-transform-origin: center center;
|
|
11
|
-
transform-origin: center center;
|
|
12
|
-
-webkit-animation-timing-function: ease-out;
|
|
13
|
-
animation-timing-function: ease-out;
|
|
14
|
-
}
|
|
15
|
-
10% {
|
|
16
|
-
-webkit-transform: scale(0.91);
|
|
17
|
-
transform: scale(0.91);
|
|
18
|
-
-webkit-animation-timing-function: ease-in;
|
|
19
|
-
animation-timing-function: ease-in;
|
|
20
|
-
}
|
|
21
|
-
17% {
|
|
22
|
-
-webkit-transform: scale(0.98);
|
|
23
|
-
transform: scale(0.98);
|
|
24
|
-
-webkit-animation-timing-function: ease-out;
|
|
25
|
-
animation-timing-function: ease-out;
|
|
26
|
-
}
|
|
27
|
-
33% {
|
|
28
|
-
-webkit-transform: scale(0.87);
|
|
29
|
-
transform: scale(0.87);
|
|
30
|
-
-webkit-animation-timing-function: ease-in;
|
|
31
|
-
animation-timing-function: ease-in;
|
|
32
|
-
}
|
|
33
|
-
45% {
|
|
34
|
-
-webkit-transform: scale(1);
|
|
35
|
-
transform: scale(1);
|
|
36
|
-
-webkit-animation-timing-function: ease-out;
|
|
37
|
-
animation-timing-function: ease-out;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* ----------------------------------------
|
|
43
|
-
* animation shadow-pulse
|
|
44
|
-
* ----------------------------------------
|
|
45
|
-
*/
|
|
46
|
-
@keyframes shadow-pulse {
|
|
47
|
-
0% {
|
|
48
|
-
box-shadow: 0 0 0 0px #4d4cfc26;
|
|
49
|
-
border-radius: 5%;
|
|
50
|
-
}
|
|
51
|
-
100% {
|
|
52
|
-
box-shadow: 0 0 0 10px #4d4cfc26;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* ----------------------------------------
|
|
58
|
-
* animation Wave animation for content transition
|
|
59
|
-
* ----------------------------------------
|
|
60
|
-
*/
|
|
61
|
-
@keyframes sdb05 {
|
|
62
|
-
0% {
|
|
63
|
-
transform: rotate(-45deg) translate(0, 0);
|
|
64
|
-
opacity: 0;
|
|
65
|
-
}
|
|
66
|
-
50% {
|
|
67
|
-
opacity: 1;
|
|
68
|
-
}
|
|
69
|
-
100% {
|
|
70
|
-
transform: rotate(-45deg) translate(-20px, 20px);
|
|
71
|
-
opacity: 0;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* ----------------------------------------
|
|
77
|
-
* animation shadow-pulse fo responsive intercom button
|
|
78
|
-
* ----------------------------------------
|
|
79
|
-
*/
|
|
80
|
-
@keyframes intercom-button-shadow-pulse {
|
|
81
|
-
0% {
|
|
82
|
-
box-shadow: 0 0 0 0px #3047ec1c;
|
|
83
|
-
}
|
|
84
|
-
100% {
|
|
85
|
-
box-shadow: 0 0 0 35px #3047ec1c;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* ----------------------------------------
|
|
91
|
-
* animation Animations for floating chat button
|
|
92
|
-
* ----------------------------------------
|
|
93
|
-
*/
|
|
94
|
-
@keyframes float-action-active {
|
|
95
|
-
from {opacity: 0; transform: rotateZ(-70deg);}
|
|
96
|
-
to {opacity: 1; transform: rotateZ(0deg);}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@keyframes float-action-disable {
|
|
100
|
-
from {opacity: 1; transform: rotateZ(0deg);}
|
|
101
|
-
to {opacity: 0; transform: rotateZ(-70deg);}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
@keyframes float-action-button-in {
|
|
105
|
-
from {opacity: 1; transform: rotateZ(0deg);}
|
|
106
|
-
to {opacity: 0; transform: rotateZ(180deg);}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
@keyframes float-action-button-out {
|
|
110
|
-
from {opacity: 0; transform: rotateZ(180deg);}
|
|
111
|
-
to {opacity: 1; transform: rotateZ(0deg);}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
@keyframes float-button-in {
|
|
115
|
-
from {opacity: 0;}
|
|
116
|
-
to {opacity: 1; transform: scale(1);}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
@keyframes float-button-out {
|
|
120
|
-
from {opacity: 1; transform: scale(1);}
|
|
121
|
-
to {opacity: 0; transform: scale(0);}
|
|
122
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* ----------------------------------------
|
|
3
|
+
* animation heartbeat
|
|
4
|
+
* ----------------------------------------
|
|
5
|
+
*/
|
|
6
|
+
@keyframes heartbeat {
|
|
7
|
+
from {
|
|
8
|
+
-webkit-transform: scale(1);
|
|
9
|
+
transform: scale(1);
|
|
10
|
+
-webkit-transform-origin: center center;
|
|
11
|
+
transform-origin: center center;
|
|
12
|
+
-webkit-animation-timing-function: ease-out;
|
|
13
|
+
animation-timing-function: ease-out;
|
|
14
|
+
}
|
|
15
|
+
10% {
|
|
16
|
+
-webkit-transform: scale(0.91);
|
|
17
|
+
transform: scale(0.91);
|
|
18
|
+
-webkit-animation-timing-function: ease-in;
|
|
19
|
+
animation-timing-function: ease-in;
|
|
20
|
+
}
|
|
21
|
+
17% {
|
|
22
|
+
-webkit-transform: scale(0.98);
|
|
23
|
+
transform: scale(0.98);
|
|
24
|
+
-webkit-animation-timing-function: ease-out;
|
|
25
|
+
animation-timing-function: ease-out;
|
|
26
|
+
}
|
|
27
|
+
33% {
|
|
28
|
+
-webkit-transform: scale(0.87);
|
|
29
|
+
transform: scale(0.87);
|
|
30
|
+
-webkit-animation-timing-function: ease-in;
|
|
31
|
+
animation-timing-function: ease-in;
|
|
32
|
+
}
|
|
33
|
+
45% {
|
|
34
|
+
-webkit-transform: scale(1);
|
|
35
|
+
transform: scale(1);
|
|
36
|
+
-webkit-animation-timing-function: ease-out;
|
|
37
|
+
animation-timing-function: ease-out;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* ----------------------------------------
|
|
43
|
+
* animation shadow-pulse
|
|
44
|
+
* ----------------------------------------
|
|
45
|
+
*/
|
|
46
|
+
@keyframes shadow-pulse {
|
|
47
|
+
0% {
|
|
48
|
+
box-shadow: 0 0 0 0px #4d4cfc26;
|
|
49
|
+
border-radius: 5%;
|
|
50
|
+
}
|
|
51
|
+
100% {
|
|
52
|
+
box-shadow: 0 0 0 10px #4d4cfc26;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* ----------------------------------------
|
|
58
|
+
* animation Wave animation for content transition
|
|
59
|
+
* ----------------------------------------
|
|
60
|
+
*/
|
|
61
|
+
@keyframes sdb05 {
|
|
62
|
+
0% {
|
|
63
|
+
transform: rotate(-45deg) translate(0, 0);
|
|
64
|
+
opacity: 0;
|
|
65
|
+
}
|
|
66
|
+
50% {
|
|
67
|
+
opacity: 1;
|
|
68
|
+
}
|
|
69
|
+
100% {
|
|
70
|
+
transform: rotate(-45deg) translate(-20px, 20px);
|
|
71
|
+
opacity: 0;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* ----------------------------------------
|
|
77
|
+
* animation shadow-pulse fo responsive intercom button
|
|
78
|
+
* ----------------------------------------
|
|
79
|
+
*/
|
|
80
|
+
@keyframes intercom-button-shadow-pulse {
|
|
81
|
+
0% {
|
|
82
|
+
box-shadow: 0 0 0 0px #3047ec1c;
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
box-shadow: 0 0 0 35px #3047ec1c;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* ----------------------------------------
|
|
91
|
+
* animation Animations for floating chat button
|
|
92
|
+
* ----------------------------------------
|
|
93
|
+
*/
|
|
94
|
+
@keyframes float-action-active {
|
|
95
|
+
from {opacity: 0; transform: rotateZ(-70deg);}
|
|
96
|
+
to {opacity: 1; transform: rotateZ(0deg);}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@keyframes float-action-disable {
|
|
100
|
+
from {opacity: 1; transform: rotateZ(0deg);}
|
|
101
|
+
to {opacity: 0; transform: rotateZ(-70deg);}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@keyframes float-action-button-in {
|
|
105
|
+
from {opacity: 1; transform: rotateZ(0deg);}
|
|
106
|
+
to {opacity: 0; transform: rotateZ(180deg);}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@keyframes float-action-button-out {
|
|
110
|
+
from {opacity: 0; transform: rotateZ(180deg);}
|
|
111
|
+
to {opacity: 1; transform: rotateZ(0deg);}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
@keyframes float-button-in {
|
|
115
|
+
from {opacity: 0;}
|
|
116
|
+
to {opacity: 1; transform: scale(1);}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
@keyframes float-button-out {
|
|
120
|
+
from {opacity: 1; transform: scale(1);}
|
|
121
|
+
to {opacity: 0; transform: scale(0);}
|
|
122
|
+
}
|