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,256 +1,256 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# MODALS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.modal-wrapper {
|
|
7
|
-
background: rgba(#434448, 0.9);
|
|
8
|
-
position: fixed;
|
|
9
|
-
top: 0;
|
|
10
|
-
right: 0;
|
|
11
|
-
bottom: 0;
|
|
12
|
-
left: 0;
|
|
13
|
-
z-index: 3;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.modal-box {
|
|
17
|
-
background: #fff;
|
|
18
|
-
width: calc(100vw - 20px);
|
|
19
|
-
position: absolute;
|
|
20
|
-
top: 50%;
|
|
21
|
-
left: 50%;
|
|
22
|
-
@include border-radius(4px);
|
|
23
|
-
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.05));
|
|
24
|
-
@include transform(translate(-50%, -50%));
|
|
25
|
-
|
|
26
|
-
// Modal Box Sizes
|
|
27
|
-
&.large {
|
|
28
|
-
@include responsive($breakpoint-medium) {
|
|
29
|
-
width: 640px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&.extra-large {
|
|
34
|
-
@include responsive($breakpoint-medium) {
|
|
35
|
-
width: 860px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.small {
|
|
40
|
-
@include responsive($breakpoint-medium) {
|
|
41
|
-
width: 440px;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// Centered text
|
|
46
|
-
&.centered {
|
|
47
|
-
text-align: center;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Modal Box Elements
|
|
51
|
-
|
|
52
|
-
header {
|
|
53
|
-
border-bottom: 2px solid #F5F5F7;
|
|
54
|
-
padding: 10px 60px 10px 10px;
|
|
55
|
-
position: relative;
|
|
56
|
-
|
|
57
|
-
&.centered-header {
|
|
58
|
-
padding: 20px 40px 20px 40px;
|
|
59
|
-
text-align: center;
|
|
60
|
-
|
|
61
|
-
.modal-title {
|
|
62
|
-
padding-right: 0px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.modal-title {
|
|
67
|
-
margin: 0;
|
|
68
|
-
padding-right: 50px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.close-modal {
|
|
72
|
-
color: $color-secondary;
|
|
73
|
-
font-size: rem-calc(30px);
|
|
74
|
-
font-weight: 900;
|
|
75
|
-
position: absolute;
|
|
76
|
-
top: 50%;
|
|
77
|
-
right: 20px;
|
|
78
|
-
@include transform(translateY(-50%));
|
|
79
|
-
|
|
80
|
-
@include responsive($breakpoint-medium) {
|
|
81
|
-
right: 40px;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.modal-header-action {
|
|
86
|
-
position: absolute;
|
|
87
|
-
top: 50%;
|
|
88
|
-
right: 20px;
|
|
89
|
-
@include transform(translateY(-50%));
|
|
90
|
-
|
|
91
|
-
@include responsive($breakpoint-medium) {
|
|
92
|
-
right: 30px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&.has-icon {
|
|
97
|
-
padding: 20px 90px;
|
|
98
|
-
|
|
99
|
-
img.icon {
|
|
100
|
-
position: absolute;
|
|
101
|
-
top: 50%;
|
|
102
|
-
left: 30px;
|
|
103
|
-
@include transform(translateY(-50%));
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.body-container {
|
|
109
|
-
overflow-y: auto;
|
|
110
|
-
max-height: 350px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.modal-body {
|
|
114
|
-
padding: 20px 10px;
|
|
115
|
-
|
|
116
|
-
> :last-child {
|
|
117
|
-
margin-bottom: 0;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
&.secondary {
|
|
121
|
-
background-color: #fafafb;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&.fixed-height {
|
|
125
|
-
overflow-y: auto;
|
|
126
|
-
max-height: 350px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.modal-body-title {
|
|
130
|
-
margin: 0 0 20px 0;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.modal-email {
|
|
135
|
-
padding: 0 10px 10px;
|
|
136
|
-
|
|
137
|
-
.email-to,
|
|
138
|
-
.email-subject {
|
|
139
|
-
display: grid;
|
|
140
|
-
grid-template-columns: auto 1fr;
|
|
141
|
-
grid-column-gap: 8px;
|
|
142
|
-
align-items: center;
|
|
143
|
-
border-bottom: 2px solid #E9EAEA;
|
|
144
|
-
padding: 12px 0;
|
|
145
|
-
|
|
146
|
-
.label {
|
|
147
|
-
grid-column: 1;
|
|
148
|
-
grid-row: 1;
|
|
149
|
-
color: $color-secondary;
|
|
150
|
-
font-weight: 900;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.emails,
|
|
154
|
-
.subject {
|
|
155
|
-
grid-column: 2;
|
|
156
|
-
grid-row: 1;
|
|
157
|
-
color: $color-text;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.email {
|
|
161
|
-
display: inline-block;
|
|
162
|
-
background-color: #E4E4FF;
|
|
163
|
-
padding: 3px 5px;
|
|
164
|
-
@include border-radius(4px);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.subject {
|
|
168
|
-
border: none;
|
|
169
|
-
|
|
170
|
-
&:focus {
|
|
171
|
-
outline: 0;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
textarea.email-body {
|
|
177
|
-
border: none;
|
|
178
|
-
width: 100%;
|
|
179
|
-
height: 250px;
|
|
180
|
-
padding: 15px 0 0;
|
|
181
|
-
resize: none;
|
|
182
|
-
|
|
183
|
-
&:focus {
|
|
184
|
-
outline: 0;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.modal-warning {
|
|
190
|
-
background-color: #FFFFAB;
|
|
191
|
-
border-bottom: 2px solid #F5F5F7;
|
|
192
|
-
padding: 4px 0;
|
|
193
|
-
|
|
194
|
-
p {
|
|
195
|
-
font-size: rem-calc(14px);
|
|
196
|
-
margin: 0;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
footer {
|
|
201
|
-
border-top: 2px solid #F5F5F7;
|
|
202
|
-
padding: 10px;
|
|
203
|
-
@include pie-clearfix;
|
|
204
|
-
|
|
205
|
-
&.centered-actions {
|
|
206
|
-
display: flex;
|
|
207
|
-
justify-content: center;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.button {
|
|
211
|
-
margin: 0;
|
|
212
|
-
|
|
213
|
-
&.left {
|
|
214
|
-
@include float(left);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&.right {
|
|
218
|
-
@include float(right);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@include responsive-max($breakpoint-small) {
|
|
223
|
-
display: flex;
|
|
224
|
-
justify-content: space-between;
|
|
225
|
-
text-align: center;
|
|
226
|
-
|
|
227
|
-
.button {
|
|
228
|
-
&.left {
|
|
229
|
-
display: flex;
|
|
230
|
-
align-items: center;
|
|
231
|
-
margin-right: 15px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
@include responsive($breakpoint-medium) {
|
|
238
|
-
width: 580px;
|
|
239
|
-
|
|
240
|
-
header {
|
|
241
|
-
padding: 20px 90px 20px 40px;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.modal-body {
|
|
245
|
-
padding: 30px 40px;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.modal-email {
|
|
249
|
-
padding: 0 20px 20px;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
footer {
|
|
253
|
-
padding: 20px 40px;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# MODALS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.modal-wrapper {
|
|
7
|
+
background: rgba(#434448, 0.9);
|
|
8
|
+
position: fixed;
|
|
9
|
+
top: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
z-index: 3;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.modal-box {
|
|
17
|
+
background: #fff;
|
|
18
|
+
width: calc(100vw - 20px);
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 50%;
|
|
21
|
+
left: 50%;
|
|
22
|
+
@include border-radius(4px);
|
|
23
|
+
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.05));
|
|
24
|
+
@include transform(translate(-50%, -50%));
|
|
25
|
+
|
|
26
|
+
// Modal Box Sizes
|
|
27
|
+
&.large {
|
|
28
|
+
@include responsive($breakpoint-medium) {
|
|
29
|
+
width: 640px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.extra-large {
|
|
34
|
+
@include responsive($breakpoint-medium) {
|
|
35
|
+
width: 860px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&.small {
|
|
40
|
+
@include responsive($breakpoint-medium) {
|
|
41
|
+
width: 440px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// Centered text
|
|
46
|
+
&.centered {
|
|
47
|
+
text-align: center;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// Modal Box Elements
|
|
51
|
+
|
|
52
|
+
header {
|
|
53
|
+
border-bottom: 2px solid #F5F5F7;
|
|
54
|
+
padding: 10px 60px 10px 10px;
|
|
55
|
+
position: relative;
|
|
56
|
+
|
|
57
|
+
&.centered-header {
|
|
58
|
+
padding: 20px 40px 20px 40px;
|
|
59
|
+
text-align: center;
|
|
60
|
+
|
|
61
|
+
.modal-title {
|
|
62
|
+
padding-right: 0px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.modal-title {
|
|
67
|
+
margin: 0;
|
|
68
|
+
padding-right: 50px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.close-modal {
|
|
72
|
+
color: $color-secondary;
|
|
73
|
+
font-size: rem-calc(30px);
|
|
74
|
+
font-weight: 900;
|
|
75
|
+
position: absolute;
|
|
76
|
+
top: 50%;
|
|
77
|
+
right: 20px;
|
|
78
|
+
@include transform(translateY(-50%));
|
|
79
|
+
|
|
80
|
+
@include responsive($breakpoint-medium) {
|
|
81
|
+
right: 40px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.modal-header-action {
|
|
86
|
+
position: absolute;
|
|
87
|
+
top: 50%;
|
|
88
|
+
right: 20px;
|
|
89
|
+
@include transform(translateY(-50%));
|
|
90
|
+
|
|
91
|
+
@include responsive($breakpoint-medium) {
|
|
92
|
+
right: 30px;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&.has-icon {
|
|
97
|
+
padding: 20px 90px;
|
|
98
|
+
|
|
99
|
+
img.icon {
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 50%;
|
|
102
|
+
left: 30px;
|
|
103
|
+
@include transform(translateY(-50%));
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.body-container {
|
|
109
|
+
overflow-y: auto;
|
|
110
|
+
max-height: 350px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.modal-body {
|
|
114
|
+
padding: 20px 10px;
|
|
115
|
+
|
|
116
|
+
> :last-child {
|
|
117
|
+
margin-bottom: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.secondary {
|
|
121
|
+
background-color: #fafafb;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.fixed-height {
|
|
125
|
+
overflow-y: auto;
|
|
126
|
+
max-height: 350px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.modal-body-title {
|
|
130
|
+
margin: 0 0 20px 0;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.modal-email {
|
|
135
|
+
padding: 0 10px 10px;
|
|
136
|
+
|
|
137
|
+
.email-to,
|
|
138
|
+
.email-subject {
|
|
139
|
+
display: grid;
|
|
140
|
+
grid-template-columns: auto 1fr;
|
|
141
|
+
grid-column-gap: 8px;
|
|
142
|
+
align-items: center;
|
|
143
|
+
border-bottom: 2px solid #E9EAEA;
|
|
144
|
+
padding: 12px 0;
|
|
145
|
+
|
|
146
|
+
.label {
|
|
147
|
+
grid-column: 1;
|
|
148
|
+
grid-row: 1;
|
|
149
|
+
color: $color-secondary;
|
|
150
|
+
font-weight: 900;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.emails,
|
|
154
|
+
.subject {
|
|
155
|
+
grid-column: 2;
|
|
156
|
+
grid-row: 1;
|
|
157
|
+
color: $color-text;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.email {
|
|
161
|
+
display: inline-block;
|
|
162
|
+
background-color: #E4E4FF;
|
|
163
|
+
padding: 3px 5px;
|
|
164
|
+
@include border-radius(4px);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.subject {
|
|
168
|
+
border: none;
|
|
169
|
+
|
|
170
|
+
&:focus {
|
|
171
|
+
outline: 0;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
textarea.email-body {
|
|
177
|
+
border: none;
|
|
178
|
+
width: 100%;
|
|
179
|
+
height: 250px;
|
|
180
|
+
padding: 15px 0 0;
|
|
181
|
+
resize: none;
|
|
182
|
+
|
|
183
|
+
&:focus {
|
|
184
|
+
outline: 0;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.modal-warning {
|
|
190
|
+
background-color: #FFFFAB;
|
|
191
|
+
border-bottom: 2px solid #F5F5F7;
|
|
192
|
+
padding: 4px 0;
|
|
193
|
+
|
|
194
|
+
p {
|
|
195
|
+
font-size: rem-calc(14px);
|
|
196
|
+
margin: 0;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
footer {
|
|
201
|
+
border-top: 2px solid #F5F5F7;
|
|
202
|
+
padding: 10px;
|
|
203
|
+
@include pie-clearfix;
|
|
204
|
+
|
|
205
|
+
&.centered-actions {
|
|
206
|
+
display: flex;
|
|
207
|
+
justify-content: center;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.button {
|
|
211
|
+
margin: 0;
|
|
212
|
+
|
|
213
|
+
&.left {
|
|
214
|
+
@include float(left);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
&.right {
|
|
218
|
+
@include float(right);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
@include responsive-max($breakpoint-small) {
|
|
223
|
+
display: flex;
|
|
224
|
+
justify-content: space-between;
|
|
225
|
+
text-align: center;
|
|
226
|
+
|
|
227
|
+
.button {
|
|
228
|
+
&.left {
|
|
229
|
+
display: flex;
|
|
230
|
+
align-items: center;
|
|
231
|
+
margin-right: 15px;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@include responsive($breakpoint-medium) {
|
|
238
|
+
width: 580px;
|
|
239
|
+
|
|
240
|
+
header {
|
|
241
|
+
padding: 20px 90px 20px 40px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.modal-body {
|
|
245
|
+
padding: 30px 40px;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.modal-email {
|
|
249
|
+
padding: 0 20px 20px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
footer {
|
|
253
|
+
padding: 20px 40px;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# STEPS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.panel {
|
|
7
|
-
font-size: rem-calc(13px);
|
|
8
|
-
margin: 30px 0;
|
|
9
|
-
padding: 10px 20px;
|
|
10
|
-
position: relative;
|
|
11
|
-
@include border-radius(6px);
|
|
12
|
-
|
|
13
|
-
&.has-icon {
|
|
14
|
-
padding-left: 60px;
|
|
15
|
-
|
|
16
|
-
img.icon {
|
|
17
|
-
position: absolute;
|
|
18
|
-
left: 20px;
|
|
19
|
-
top: 50%;
|
|
20
|
-
@include transform(translateY(-50%));
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
& :last-child {
|
|
25
|
-
margin: 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// States
|
|
29
|
-
|
|
30
|
-
&.success {
|
|
31
|
-
background-color: $color-success-light;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&.info {
|
|
35
|
-
background-color: #E4E4FF;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&.alert {
|
|
39
|
-
background-color: #ff90ab;
|
|
40
|
-
color: #721c24;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&.warning {
|
|
44
|
-
background-color: #ffffab;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&.primary-dark {
|
|
48
|
-
background-color: desaturate(darken($color-primary, 40%), 60%);
|
|
49
|
-
color: white;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# STEPS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.panel {
|
|
7
|
+
font-size: rem-calc(13px);
|
|
8
|
+
margin: 30px 0;
|
|
9
|
+
padding: 10px 20px;
|
|
10
|
+
position: relative;
|
|
11
|
+
@include border-radius(6px);
|
|
12
|
+
|
|
13
|
+
&.has-icon {
|
|
14
|
+
padding-left: 60px;
|
|
15
|
+
|
|
16
|
+
img.icon {
|
|
17
|
+
position: absolute;
|
|
18
|
+
left: 20px;
|
|
19
|
+
top: 50%;
|
|
20
|
+
@include transform(translateY(-50%));
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& :last-child {
|
|
25
|
+
margin: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// States
|
|
29
|
+
|
|
30
|
+
&.success {
|
|
31
|
+
background-color: $color-success-light;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.info {
|
|
35
|
+
background-color: #E4E4FF;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.alert {
|
|
39
|
+
background-color: #ff90ab;
|
|
40
|
+
color: #721c24;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.warning {
|
|
44
|
+
background-color: #ffffab;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.primary-dark {
|
|
48
|
+
background-color: desaturate(darken($color-primary, 40%), 60%);
|
|
49
|
+
color: white;
|
|
50
|
+
}
|
|
51
|
+
}
|