sempli-website-lib 5.0.1 → 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 -16
- package/esm2020/public-api.mjs +5 -5
- package/esm2020/sempli-website-lib.mjs +4 -4
- package/fesm2015/sempli-website-lib.mjs +16 -16
- package/fesm2015/sempli-website-lib.mjs.map +1 -1
- package/fesm2020/sempli-website-lib.mjs +16 -16
- package/fesm2020/sempli-website-lib.mjs.map +1 -1
- package/lib/sempli-website-lib.module.d.ts +6 -6
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/sempli-website-lib.d.ts +5 -5
- package/styles/_main.scss +2 -2
- package/styles/master-app.scss +6759 -6760
- package/styles/master-landing.scss +7619 -7620
- 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 +163 -163
- package/styles/vendor/_normalize.scss +341 -341
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# FUNCTIONS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// ===========================================================================
|
|
7
|
-
|
|
8
|
-
// This is the default html and body font-size for the base rem value.
|
|
9
|
-
$rem-base: 16px !default;
|
|
10
|
-
|
|
11
|
-
// STRIP UNIT
|
|
12
|
-
// It strips the unit of measure and returns it
|
|
13
|
-
@function strip-unit($num) {
|
|
14
|
-
@return $num / ($num * 0 + 1);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// CONVERT TO REM
|
|
18
|
-
@function convert-to-rem($value, $base-value: $rem-base) {
|
|
19
|
-
$value: strip-unit($value) / strip-unit($base-value) * 1rem;
|
|
20
|
-
@if ($value == 0rem) { $value: 0; } // Turn 0rem into 0
|
|
21
|
-
@return $value;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// REM CALC
|
|
25
|
-
@function rem-calc($values, $base-value: $rem-base) {
|
|
26
|
-
$max: length($values);
|
|
27
|
-
|
|
28
|
-
@if $max == 1 { @return convert-to-rem(nth($values, 1), $base-value); }
|
|
29
|
-
|
|
30
|
-
$remValues: ();
|
|
31
|
-
@for $i from 1 through $max {
|
|
32
|
-
$remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));
|
|
33
|
-
}
|
|
34
|
-
@return $remValues;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// ===========================================================================
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# FUNCTIONS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
// ===========================================================================
|
|
7
|
+
|
|
8
|
+
// This is the default html and body font-size for the base rem value.
|
|
9
|
+
$rem-base: 16px !default;
|
|
10
|
+
|
|
11
|
+
// STRIP UNIT
|
|
12
|
+
// It strips the unit of measure and returns it
|
|
13
|
+
@function strip-unit($num) {
|
|
14
|
+
@return $num / ($num * 0 + 1);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// CONVERT TO REM
|
|
18
|
+
@function convert-to-rem($value, $base-value: $rem-base) {
|
|
19
|
+
$value: strip-unit($value) / strip-unit($base-value) * 1rem;
|
|
20
|
+
@if ($value == 0rem) { $value: 0; } // Turn 0rem into 0
|
|
21
|
+
@return $value;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// REM CALC
|
|
25
|
+
@function rem-calc($values, $base-value: $rem-base) {
|
|
26
|
+
$max: length($values);
|
|
27
|
+
|
|
28
|
+
@if $max == 1 { @return convert-to-rem(nth($values, 1), $base-value); }
|
|
29
|
+
|
|
30
|
+
$remValues: ();
|
|
31
|
+
@for $i from 1 through $max {
|
|
32
|
+
$remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));
|
|
33
|
+
}
|
|
34
|
+
@return $remValues;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// ===========================================================================
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# MIXINS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
// Media Queries
|
|
6
|
-
|
|
7
|
-
@mixin responsive($break-point) {
|
|
8
|
-
|
|
9
|
-
@media only screen and (min-width: rem-calc($break-point)) { @content; }
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin responsive-min-max($min-break-point, $max-break-point) {
|
|
14
|
-
|
|
15
|
-
@media only screen and (min-width: rem-calc($min-break-point)) and (max-width: rem-calc($max-break-point)) { @content; }
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@mixin responsive-max($break-point) {
|
|
20
|
-
|
|
21
|
-
@media only screen and (max-width: rem-calc($break-point)) { @content; }
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@mixin responsive-height($break-point) {
|
|
26
|
-
|
|
27
|
-
@media only screen and (min-height: rem-calc($break-point)) { @content; }
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@mixin responsive-max-height($break-point) {
|
|
32
|
-
|
|
33
|
-
@media only screen and (max-height: rem-calc($break-point)) { @content; }
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
// ------------------------------------------------
|
|
39
|
-
// Retina display support
|
|
40
|
-
/* Example:
|
|
41
|
-
div.logo {
|
|
42
|
-
background: url("logo.png") no-repeat;
|
|
43
|
-
@include background-retina("logo2x.png", 100px, 25px);
|
|
44
|
-
}
|
|
45
|
-
*/
|
|
46
|
-
@mixin background-retina($image, $width, $height) {
|
|
47
|
-
@media
|
|
48
|
-
only screen and (-webkit-min-device-pixel-ratio: 1.3),
|
|
49
|
-
only screen and (-o-min-device-pixel-ratio: 2.6/2),
|
|
50
|
-
only screen and (min--moz-device-pixel-ratio: 1.3),
|
|
51
|
-
only screen and (min-device-pixel-ratio: 1.3),
|
|
52
|
-
only screen and (min-resolution: 1.3dppx) {
|
|
53
|
-
background-image: url($image);
|
|
54
|
-
background-size: $width $height;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/*#############################################################################
|
|
60
|
-
# PLACEHOLDERS
|
|
61
|
-
#############################################################################*/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
%transition-all {
|
|
65
|
-
@include transition(all 0.2s cubic-bezier(.7, 0, .175, 1) 0s);
|
|
66
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# MIXINS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
// Media Queries
|
|
6
|
+
|
|
7
|
+
@mixin responsive($break-point) {
|
|
8
|
+
|
|
9
|
+
@media only screen and (min-width: rem-calc($break-point)) { @content; }
|
|
10
|
+
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin responsive-min-max($min-break-point, $max-break-point) {
|
|
14
|
+
|
|
15
|
+
@media only screen and (min-width: rem-calc($min-break-point)) and (max-width: rem-calc($max-break-point)) { @content; }
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@mixin responsive-max($break-point) {
|
|
20
|
+
|
|
21
|
+
@media only screen and (max-width: rem-calc($break-point)) { @content; }
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@mixin responsive-height($break-point) {
|
|
26
|
+
|
|
27
|
+
@media only screen and (min-height: rem-calc($break-point)) { @content; }
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@mixin responsive-max-height($break-point) {
|
|
32
|
+
|
|
33
|
+
@media only screen and (max-height: rem-calc($break-point)) { @content; }
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
// ------------------------------------------------
|
|
39
|
+
// Retina display support
|
|
40
|
+
/* Example:
|
|
41
|
+
div.logo {
|
|
42
|
+
background: url("logo.png") no-repeat;
|
|
43
|
+
@include background-retina("logo2x.png", 100px, 25px);
|
|
44
|
+
}
|
|
45
|
+
*/
|
|
46
|
+
@mixin background-retina($image, $width, $height) {
|
|
47
|
+
@media
|
|
48
|
+
only screen and (-webkit-min-device-pixel-ratio: 1.3),
|
|
49
|
+
only screen and (-o-min-device-pixel-ratio: 2.6/2),
|
|
50
|
+
only screen and (min--moz-device-pixel-ratio: 1.3),
|
|
51
|
+
only screen and (min-device-pixel-ratio: 1.3),
|
|
52
|
+
only screen and (min-resolution: 1.3dppx) {
|
|
53
|
+
background-image: url($image);
|
|
54
|
+
background-size: $width $height;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/*#############################################################################
|
|
60
|
+
# PLACEHOLDERS
|
|
61
|
+
#############################################################################*/
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
%transition-all {
|
|
65
|
+
@include transition(all 0.2s cubic-bezier(.7, 0, .175, 1) 0s);
|
|
66
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
// Layout Change Breakpoints
|
|
2
|
-
|
|
3
|
-
$breakpoint-small: 481px;
|
|
4
|
-
$breakpoint-medium: 641px;
|
|
5
|
-
$breakpoint-xmedium: 860px;
|
|
6
|
-
$breakpoint-large: 1025px;
|
|
7
|
-
$breakpoint-xlarge: 1200px;
|
|
8
|
-
$breakpoint-xxlarge: 1441px;
|
|
9
|
-
$breakpoint-xxxlarge: 1921px;
|
|
10
|
-
|
|
11
|
-
// Font size variables
|
|
12
|
-
$font-size-extra-large: 32px;
|
|
13
|
-
$font-size-large: 18px;
|
|
14
|
-
$font-size-md-large: 16px;
|
|
15
|
-
$font-size-md: 14px;
|
|
16
|
-
$font-size-small: 12px;
|
|
17
|
-
$font-size-mini: 10px;
|
|
18
|
-
|
|
19
|
-
$font-weight-thin: 100;
|
|
20
|
-
$font-weight-light: 300;
|
|
21
|
-
$font-weight-normal: 400;
|
|
22
|
-
$font-weight-medium: 500;
|
|
23
|
-
$font-weight-bold: 700;
|
|
24
|
-
|
|
25
|
-
// Colors
|
|
26
|
-
$color-primary: #4D4CFC;
|
|
27
|
-
$color-primary-light: lighten($color-primary, 15%);
|
|
28
|
-
$color-primary-dark: darken($color-primary, 20%);
|
|
29
|
-
$color-primary-darker: desaturate(darken($color-primary, 40%), 60%);
|
|
30
|
-
|
|
31
|
-
$color-secondary: #AFB3C0;
|
|
32
|
-
$color-secondary-light: lighten($color-secondary, 15%);
|
|
33
|
-
$color-secondary-dark: darken($color-secondary, 15%);
|
|
34
|
-
|
|
35
|
-
$color-success: #45DFB0;
|
|
36
|
-
$color-success-light: lighten($color-success, 15%);
|
|
37
|
-
$color-success-dark: darken($color-success, 15%);
|
|
38
|
-
|
|
39
|
-
$color-alert: #FF425E;
|
|
40
|
-
$color-alert-light: lighten($color-alert, 15%);
|
|
41
|
-
$color-alert-dark: darken($color-alert, 15%);
|
|
42
|
-
|
|
43
|
-
$color-warning: #FFFF00;
|
|
44
|
-
$color-warning-light: lighten($color-warning, 15%);
|
|
45
|
-
$color-warning-dark: darken($color-warning, 15%);
|
|
46
|
-
|
|
47
|
-
$color-dark-gray: #666666;
|
|
48
|
-
|
|
49
|
-
$color-text: #434448;
|
|
50
|
-
$color-text: #434448;
|
|
51
|
-
$default-color-hover: #EFF0F3;
|
|
52
|
-
|
|
53
|
-
$default-background-color-app: #F4F4F5;
|
|
54
|
-
$list-divider-color: #dadce2;
|
|
1
|
+
// Layout Change Breakpoints
|
|
2
|
+
|
|
3
|
+
$breakpoint-small: 481px;
|
|
4
|
+
$breakpoint-medium: 641px;
|
|
5
|
+
$breakpoint-xmedium: 860px;
|
|
6
|
+
$breakpoint-large: 1025px;
|
|
7
|
+
$breakpoint-xlarge: 1200px;
|
|
8
|
+
$breakpoint-xxlarge: 1441px;
|
|
9
|
+
$breakpoint-xxxlarge: 1921px;
|
|
10
|
+
|
|
11
|
+
// Font size variables
|
|
12
|
+
$font-size-extra-large: 32px;
|
|
13
|
+
$font-size-large: 18px;
|
|
14
|
+
$font-size-md-large: 16px;
|
|
15
|
+
$font-size-md: 14px;
|
|
16
|
+
$font-size-small: 12px;
|
|
17
|
+
$font-size-mini: 10px;
|
|
18
|
+
|
|
19
|
+
$font-weight-thin: 100;
|
|
20
|
+
$font-weight-light: 300;
|
|
21
|
+
$font-weight-normal: 400;
|
|
22
|
+
$font-weight-medium: 500;
|
|
23
|
+
$font-weight-bold: 700;
|
|
24
|
+
|
|
25
|
+
// Colors
|
|
26
|
+
$color-primary: #4D4CFC;
|
|
27
|
+
$color-primary-light: lighten($color-primary, 15%);
|
|
28
|
+
$color-primary-dark: darken($color-primary, 20%);
|
|
29
|
+
$color-primary-darker: desaturate(darken($color-primary, 40%), 60%);
|
|
30
|
+
|
|
31
|
+
$color-secondary: #AFB3C0;
|
|
32
|
+
$color-secondary-light: lighten($color-secondary, 15%);
|
|
33
|
+
$color-secondary-dark: darken($color-secondary, 15%);
|
|
34
|
+
|
|
35
|
+
$color-success: #45DFB0;
|
|
36
|
+
$color-success-light: lighten($color-success, 15%);
|
|
37
|
+
$color-success-dark: darken($color-success, 15%);
|
|
38
|
+
|
|
39
|
+
$color-alert: #FF425E;
|
|
40
|
+
$color-alert-light: lighten($color-alert, 15%);
|
|
41
|
+
$color-alert-dark: darken($color-alert, 15%);
|
|
42
|
+
|
|
43
|
+
$color-warning: #FFFF00;
|
|
44
|
+
$color-warning-light: lighten($color-warning, 15%);
|
|
45
|
+
$color-warning-dark: darken($color-warning, 15%);
|
|
46
|
+
|
|
47
|
+
$color-dark-gray: #666666;
|
|
48
|
+
|
|
49
|
+
$color-text: #434448;
|
|
50
|
+
$color-text: #434448;
|
|
51
|
+
$default-color-hover: #EFF0F3;
|
|
52
|
+
|
|
53
|
+
$default-background-color-app: #F4F4F5;
|
|
54
|
+
$list-divider-color: #dadce2;
|