sempli-website-lib 7.0.0-beta.1 → 7.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/styles/master-app.scss +62 -53
- package/styles/master-landing.scss +62 -53
- package/styles/partials/_fonts.scss +10 -10
- package/styles/partials/app/_general.scss +31 -31
- package/styles/partials/app/_header.scss +3 -3
- package/styles/vendor/_modules_export.scss +18 -9
- package/styles/vendor/compass/utilities/general/_hacks.scss +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@include responsive($breakpoint-xmedium) {
|
|
7
7
|
.bg-application-incomplete {
|
|
8
8
|
.block-main {
|
|
9
|
-
background: url("
|
|
9
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
10
10
|
background-size: contain;
|
|
11
11
|
background-position-x: 80%;
|
|
12
12
|
}
|
|
@@ -14,28 +14,28 @@
|
|
|
14
14
|
|
|
15
15
|
.bg-application-complete {
|
|
16
16
|
.block-main {
|
|
17
|
-
background: url("
|
|
17
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
18
18
|
background-size: contain;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.bg-document-revision {
|
|
23
23
|
.block-main {
|
|
24
|
-
background: url("
|
|
24
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
25
25
|
background-size: contain;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.bg-credit-options {
|
|
30
30
|
.block-main {
|
|
31
|
-
background: url("
|
|
31
|
+
background: url("/assets/swl/interface/illustration-d7.webp") no-repeat right bottom;
|
|
32
32
|
background-size: contain;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.bg-application-rejected {
|
|
37
37
|
.block-main {
|
|
38
|
-
background: url("
|
|
38
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
39
39
|
background-size: contain;
|
|
40
40
|
background-position-x: 80%;
|
|
41
41
|
}
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
|
|
44
44
|
.bg-document-signature {
|
|
45
45
|
.block-main {
|
|
46
|
-
background: url("
|
|
46
|
+
background: url("/assets/swl/interface/illustration-signature.webp") no-repeat right bottom;
|
|
47
47
|
background-size: contain;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.bg-credit-card-sempli-business {
|
|
52
52
|
.block-main {
|
|
53
|
-
background: url("
|
|
53
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.webp") no-repeat right bottom;
|
|
54
54
|
background-size: contain;
|
|
55
55
|
background-position-x: 80%;
|
|
56
56
|
}
|
|
@@ -59,42 +59,42 @@
|
|
|
59
59
|
|
|
60
60
|
.dashboard-access-aside {
|
|
61
61
|
.login-default {
|
|
62
|
-
content: url("
|
|
62
|
+
content: url("/assets/swl/interface/login.webp");
|
|
63
63
|
}
|
|
64
64
|
.password-reset {
|
|
65
|
-
content: url("
|
|
65
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.content-wrapper {
|
|
70
70
|
.empty-loan-application-list {
|
|
71
|
-
content: url("
|
|
71
|
+
content: url("/assets/swl/interface/illustration-d8.webp");
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.application-completed-content {
|
|
76
76
|
.application-completed-image {
|
|
77
|
-
content: url("
|
|
77
|
+
content: url("/assets/swl/interface/illustration-d4.webp");
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.response-handler {
|
|
82
82
|
img.empty {
|
|
83
|
-
content: url("
|
|
83
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
img.error {
|
|
87
|
-
content: url("
|
|
87
|
+
content: url("/assets/swl/interface/illustration-d10.webp");
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.virtual-card-section {
|
|
92
92
|
.front {
|
|
93
|
-
background: url('
|
|
93
|
+
background: url('/assets/swl/interface/credit-card-front.webp') no-repeat center center;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.back {
|
|
97
|
-
background: url('
|
|
97
|
+
background: url('/assets/swl/interface/credit-card-back.webp') no-repeat center center;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
@include responsive($breakpoint-xmedium) {
|
|
104
104
|
.bg-application-incomplete {
|
|
105
105
|
.block-main {
|
|
106
|
-
background: url("
|
|
106
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
107
107
|
background-size: contain;
|
|
108
108
|
background-position-x: 80%;
|
|
109
109
|
}
|
|
@@ -111,28 +111,28 @@
|
|
|
111
111
|
|
|
112
112
|
.bg-application-complete {
|
|
113
113
|
.block-main {
|
|
114
|
-
background: url("
|
|
114
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
115
115
|
background-size: contain;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.bg-document-revision {
|
|
120
120
|
.block-main {
|
|
121
|
-
background: url("
|
|
121
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
122
122
|
background-size: contain;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.bg-credit-options {
|
|
127
127
|
.block-main {
|
|
128
|
-
background: url("
|
|
128
|
+
background: url("/assets/swl/interface/illustration-d7.png") no-repeat right bottom;
|
|
129
129
|
background-size: contain;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.bg-application-rejected {
|
|
134
134
|
.block-main {
|
|
135
|
-
background: url("
|
|
135
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
136
136
|
background-size: contain;
|
|
137
137
|
background-position-x: 80%;
|
|
138
138
|
}
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
|
|
141
141
|
.bg-document-signature {
|
|
142
142
|
.block-main {
|
|
143
|
-
background: url("
|
|
143
|
+
background: url("/assets/swl/interface/illustration-signature.png") no-repeat right bottom;
|
|
144
144
|
background-size: contain;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.bg-credit-card-sempli-business {
|
|
149
149
|
.block-main {
|
|
150
|
-
background: url("
|
|
150
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.png") no-repeat right bottom;
|
|
151
151
|
background-size: contain;
|
|
152
152
|
background-position-x: 80%;
|
|
153
153
|
}
|
|
@@ -156,42 +156,42 @@
|
|
|
156
156
|
|
|
157
157
|
.dashboard-access-aside {
|
|
158
158
|
.login-default {
|
|
159
|
-
content: url("
|
|
159
|
+
content: url("/assets/swl/interface/login.png");
|
|
160
160
|
}
|
|
161
161
|
.password-reset {
|
|
162
|
-
content: url("
|
|
162
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.content-wrapper {
|
|
167
167
|
.empty-loan-application-list {
|
|
168
|
-
content: url("
|
|
168
|
+
content: url("/assets/swl/interface/illustration-d8.png");
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.application-completed-content {
|
|
173
173
|
.application-completed-image {
|
|
174
|
-
content: url("
|
|
174
|
+
content: url("/assets/swl/interface/illustration-d4.png");
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.response-handler {
|
|
179
179
|
img.empty {
|
|
180
|
-
content: url("
|
|
180
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
img.error {
|
|
184
|
-
content: url("
|
|
184
|
+
content: url("/assets/swl/interface/illustration-d10.png");
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.virtual-card-section {
|
|
189
189
|
.front {
|
|
190
|
-
background: url('
|
|
190
|
+
background: url('/assets/swl/interface/credit-card-front.png') no-repeat center center;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.back {
|
|
194
|
-
background: url('
|
|
194
|
+
background: url('/assets/swl/interface/credit-card-back.png') no-repeat center center;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
}
|
|
@@ -1108,7 +1108,7 @@ section.account-wrapper {
|
|
|
1108
1108
|
|
|
1109
1109
|
a {
|
|
1110
1110
|
display: block;
|
|
1111
|
-
background: url("
|
|
1111
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
1112
1112
|
background-size: 114px 30px;
|
|
1113
1113
|
height: 0;
|
|
1114
1114
|
width: 114px;
|
|
@@ -21,7 +21,7 @@ header.app-header {
|
|
|
21
21
|
|
|
22
22
|
a {
|
|
23
23
|
display: block;
|
|
24
|
-
background: url("
|
|
24
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
25
25
|
background-size: 87px 22px;
|
|
26
26
|
height: 0;
|
|
27
27
|
width: 130px;
|
|
@@ -475,13 +475,13 @@ header.app-header {
|
|
|
475
475
|
.profile {
|
|
476
476
|
&:hover {
|
|
477
477
|
.profile-photo {
|
|
478
|
-
content:url("
|
|
478
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
&.active {
|
|
483
483
|
.profile-photo {
|
|
484
|
-
content:url("
|
|
484
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
485
485
|
}
|
|
486
486
|
}
|
|
487
487
|
}
|
|
@@ -611,10 +611,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
611
611
|
|
|
612
612
|
@mixin has-layout-zoom {
|
|
613
613
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
614
|
-
|
|
614
|
+
zoom: 1;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
+
|
|
618
619
|
@mixin has-layout-block {
|
|
619
620
|
@if $legacy-support-for-ie {
|
|
620
621
|
// This makes ie6 get layout
|
|
@@ -787,10 +788,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
787
788
|
|
|
788
789
|
@mixin has-layout-zoom {
|
|
789
790
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
790
|
-
|
|
791
|
+
zoom: 1;
|
|
791
792
|
}
|
|
792
793
|
}
|
|
793
794
|
|
|
795
|
+
|
|
794
796
|
@mixin has-layout-block {
|
|
795
797
|
@if $legacy-support-for-ie {
|
|
796
798
|
// This makes ie6 get layout
|
|
@@ -874,10 +876,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
874
876
|
|
|
875
877
|
@mixin has-layout-zoom {
|
|
876
878
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
877
|
-
|
|
879
|
+
zoom: 1;
|
|
878
880
|
}
|
|
879
881
|
}
|
|
880
882
|
|
|
883
|
+
|
|
881
884
|
@mixin has-layout-block {
|
|
882
885
|
@if $legacy-support-for-ie {
|
|
883
886
|
// This makes ie6 get layout
|
|
@@ -1294,10 +1297,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
1294
1297
|
|
|
1295
1298
|
@mixin has-layout-zoom {
|
|
1296
1299
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
1297
|
-
|
|
1300
|
+
zoom: 1;
|
|
1298
1301
|
}
|
|
1299
1302
|
}
|
|
1300
1303
|
|
|
1304
|
+
|
|
1301
1305
|
@mixin has-layout-block {
|
|
1302
1306
|
@if $legacy-support-for-ie {
|
|
1303
1307
|
// This makes ie6 get layout
|
|
@@ -1794,10 +1798,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
1794
1798
|
|
|
1795
1799
|
@mixin has-layout-zoom {
|
|
1796
1800
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
1797
|
-
|
|
1801
|
+
zoom: 1;
|
|
1798
1802
|
}
|
|
1799
1803
|
}
|
|
1800
1804
|
|
|
1805
|
+
|
|
1801
1806
|
@mixin has-layout-block {
|
|
1802
1807
|
@if $legacy-support-for-ie {
|
|
1803
1808
|
// This makes ie6 get layout
|
|
@@ -2621,10 +2626,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
2621
2626
|
|
|
2622
2627
|
@mixin has-layout-zoom {
|
|
2623
2628
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
2624
|
-
|
|
2629
|
+
zoom: 1;
|
|
2625
2630
|
}
|
|
2626
2631
|
}
|
|
2627
2632
|
|
|
2633
|
+
|
|
2628
2634
|
@mixin has-layout-block {
|
|
2629
2635
|
@if $legacy-support-for-ie {
|
|
2630
2636
|
// This makes ie6 get layout
|
|
@@ -3121,10 +3127,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
3121
3127
|
|
|
3122
3128
|
@mixin has-layout-zoom {
|
|
3123
3129
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
3124
|
-
|
|
3130
|
+
zoom: 1;
|
|
3125
3131
|
}
|
|
3126
3132
|
}
|
|
3127
3133
|
|
|
3134
|
+
|
|
3128
3135
|
@mixin has-layout-block {
|
|
3129
3136
|
@if $legacy-support-for-ie {
|
|
3130
3137
|
// This makes ie6 get layout
|
|
@@ -3926,10 +3933,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
3926
3933
|
|
|
3927
3934
|
@mixin has-layout-zoom {
|
|
3928
3935
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
3929
|
-
|
|
3936
|
+
zoom: 1;
|
|
3930
3937
|
}
|
|
3931
3938
|
}
|
|
3932
3939
|
|
|
3940
|
+
|
|
3933
3941
|
@mixin has-layout-block {
|
|
3934
3942
|
@if $legacy-support-for-ie {
|
|
3935
3943
|
// This makes ie6 get layout
|
|
@@ -7464,10 +7472,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
7464
7472
|
|
|
7465
7473
|
@mixin has-layout-zoom {
|
|
7466
7474
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
7467
|
-
|
|
7475
|
+
zoom: 1;
|
|
7468
7476
|
}
|
|
7469
7477
|
}
|
|
7470
7478
|
|
|
7479
|
+
|
|
7471
7480
|
@mixin has-layout-block {
|
|
7472
7481
|
@if $legacy-support-for-ie {
|
|
7473
7482
|
// This makes ie6 get layout
|
|
@@ -23,10 +23,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
23
23
|
|
|
24
24
|
@mixin has-layout-zoom {
|
|
25
25
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
26
|
-
|
|
26
|
+
zoom: 1;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
|
|
30
31
|
@mixin has-layout-block {
|
|
31
32
|
@if $legacy-support-for-ie {
|
|
32
33
|
// This makes ie6 get layout
|