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,101 +1,101 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# BLOCKS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.block-title {
|
|
7
|
-
margin-top: 0;
|
|
8
|
-
|
|
9
|
-
br {
|
|
10
|
-
display: none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&.margin {
|
|
14
|
-
margin: 0 0 50px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@include responsive($breakpoint-xmedium) {
|
|
18
|
-
br {
|
|
19
|
-
display: block;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.blocks-wrapper {
|
|
25
|
-
.block-step {
|
|
26
|
-
border-bottom: 1px solid $color-secondary-light;
|
|
27
|
-
margin-bottom: 20px;
|
|
28
|
-
padding-bottom: 20px;
|
|
29
|
-
max-width: 300px;
|
|
30
|
-
|
|
31
|
-
&:last-child {
|
|
32
|
-
border: none;
|
|
33
|
-
margin: 0;
|
|
34
|
-
padding: 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.block-step-number {
|
|
38
|
-
margin: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.block-step-title {
|
|
42
|
-
margin: 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.block-step-description {
|
|
46
|
-
margin: 0 0 10px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.progress-bar {
|
|
50
|
-
margin: 0 0 10px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
a.button {
|
|
54
|
-
margin: 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Disabled State
|
|
58
|
-
&.disabled > * {
|
|
59
|
-
opacity: 0.3;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// Completed state
|
|
63
|
-
&.completed {
|
|
64
|
-
position: relative;
|
|
65
|
-
|
|
66
|
-
&::after {
|
|
67
|
-
display: block;
|
|
68
|
-
content: "";
|
|
69
|
-
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
70
|
-
width: 32px;
|
|
71
|
-
height: 32px;
|
|
72
|
-
position: absolute;
|
|
73
|
-
top: 50%;
|
|
74
|
-
right: 0;
|
|
75
|
-
@include transform(translate(60px, -50%));
|
|
76
|
-
|
|
77
|
-
@include responsive-max($breakpoint-small) {
|
|
78
|
-
top: 10%;
|
|
79
|
-
right: 18%;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.block-main {
|
|
87
|
-
.card {
|
|
88
|
-
max-width: 340px;
|
|
89
|
-
@include float(right);
|
|
90
|
-
clear: both;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.response-handler {
|
|
95
|
-
&.centered {
|
|
96
|
-
display: flex;
|
|
97
|
-
justify-content: center;
|
|
98
|
-
align-items: center;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# BLOCKS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.block-title {
|
|
7
|
+
margin-top: 0;
|
|
8
|
+
|
|
9
|
+
br {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&.margin {
|
|
14
|
+
margin: 0 0 50px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@include responsive($breakpoint-xmedium) {
|
|
18
|
+
br {
|
|
19
|
+
display: block;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.blocks-wrapper {
|
|
25
|
+
.block-step {
|
|
26
|
+
border-bottom: 1px solid $color-secondary-light;
|
|
27
|
+
margin-bottom: 20px;
|
|
28
|
+
padding-bottom: 20px;
|
|
29
|
+
max-width: 300px;
|
|
30
|
+
|
|
31
|
+
&:last-child {
|
|
32
|
+
border: none;
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.block-step-number {
|
|
38
|
+
margin: 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.block-step-title {
|
|
42
|
+
margin: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.block-step-description {
|
|
46
|
+
margin: 0 0 10px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.progress-bar {
|
|
50
|
+
margin: 0 0 10px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
a.button {
|
|
54
|
+
margin: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// Disabled State
|
|
58
|
+
&.disabled > * {
|
|
59
|
+
opacity: 0.3;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// Completed state
|
|
63
|
+
&.completed {
|
|
64
|
+
position: relative;
|
|
65
|
+
|
|
66
|
+
&::after {
|
|
67
|
+
display: block;
|
|
68
|
+
content: "";
|
|
69
|
+
background: url("/assets/swl/interface/icons/check-green-circle-large.svg") no-repeat 0 0;
|
|
70
|
+
width: 32px;
|
|
71
|
+
height: 32px;
|
|
72
|
+
position: absolute;
|
|
73
|
+
top: 50%;
|
|
74
|
+
right: 0;
|
|
75
|
+
@include transform(translate(60px, -50%));
|
|
76
|
+
|
|
77
|
+
@include responsive-max($breakpoint-small) {
|
|
78
|
+
top: 10%;
|
|
79
|
+
right: 18%;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.block-main {
|
|
87
|
+
.card {
|
|
88
|
+
max-width: 340px;
|
|
89
|
+
@include float(right);
|
|
90
|
+
clear: both;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.response-handler {
|
|
95
|
+
&.centered {
|
|
96
|
+
display: flex;
|
|
97
|
+
justify-content: center;
|
|
98
|
+
align-items: center;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
@@ -1,155 +1,155 @@
|
|
|
1
|
-
/*#############################################################################
|
|
2
|
-
# CARDS
|
|
3
|
-
#############################################################################*/
|
|
4
|
-
|
|
5
|
-
$card-padding: 30px;
|
|
6
|
-
|
|
7
|
-
.card {
|
|
8
|
-
background-color: #fff;
|
|
9
|
-
border: 1px solid #E9EAEA;
|
|
10
|
-
margin: 0 0 30px 0;
|
|
11
|
-
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.05));
|
|
12
|
-
// @extend %transition-all;
|
|
13
|
-
|
|
14
|
-
.card-header {
|
|
15
|
-
padding: $card-padding $card-padding 0;
|
|
16
|
-
// @extend %transition-all;
|
|
17
|
-
@include pie-clearfix;
|
|
18
|
-
|
|
19
|
-
.card-title {
|
|
20
|
-
margin: 0;
|
|
21
|
-
@include float(left);
|
|
22
|
-
|
|
23
|
-
&.small {
|
|
24
|
-
font-size: 1.1rem
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.card-icon {
|
|
29
|
-
@include float(right);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.header-baseline {
|
|
33
|
-
display: flex;
|
|
34
|
-
justify-content: space-between;
|
|
35
|
-
align-items: flex-end;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.card-body {
|
|
40
|
-
padding: $card-padding;
|
|
41
|
-
// @extend %transition-all;
|
|
42
|
-
|
|
43
|
-
> :last-child {
|
|
44
|
-
margin-bottom: 0;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&.small {
|
|
48
|
-
font-size: 12.8px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// CREDIT OPTION CARD
|
|
53
|
-
&.credit-option {
|
|
54
|
-
cursor: pointer;
|
|
55
|
-
border: none;
|
|
56
|
-
overflow: hidden;
|
|
57
|
-
position: relative;
|
|
58
|
-
@include border-radius(4px);
|
|
59
|
-
|
|
60
|
-
.card-body {
|
|
61
|
-
padding: 20px 30px;
|
|
62
|
-
|
|
63
|
-
h5 {
|
|
64
|
-
font-size: rem-calc(14px);
|
|
65
|
-
margin: 0;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
h6.credit-option-amount {
|
|
69
|
-
font-size: rem-calc(26px);
|
|
70
|
-
margin: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
p.option-info-line {
|
|
74
|
-
color: $color-secondary;
|
|
75
|
-
font-size: rem-calc(14px);
|
|
76
|
-
margin: 0;
|
|
77
|
-
|
|
78
|
-
span {
|
|
79
|
-
display: inline-block;
|
|
80
|
-
padding-right: 12px;
|
|
81
|
-
margin-right: 3px;
|
|
82
|
-
position: relative;
|
|
83
|
-
|
|
84
|
-
&::after {
|
|
85
|
-
content: "";
|
|
86
|
-
display: block;
|
|
87
|
-
background-color: $color-secondary-light;
|
|
88
|
-
width: 5px;
|
|
89
|
-
height: 5px;
|
|
90
|
-
position: absolute;
|
|
91
|
-
top: 50%;
|
|
92
|
-
right: 0;
|
|
93
|
-
@include border-radius(100%);
|
|
94
|
-
@include transform(translateY(-50%));
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&:last-child {
|
|
98
|
-
padding: 0;
|
|
99
|
-
margin: 0;
|
|
100
|
-
|
|
101
|
-
&::after {
|
|
102
|
-
display: none;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
&::before {
|
|
110
|
-
content: "";
|
|
111
|
-
display: block;
|
|
112
|
-
background-color: $color-secondary-light;
|
|
113
|
-
height: 100%;
|
|
114
|
-
width: 7px;
|
|
115
|
-
position: absolute;
|
|
116
|
-
top: 0;
|
|
117
|
-
bottom: 0;
|
|
118
|
-
left: 0;
|
|
119
|
-
// @extend %transition-all;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// HOVER STATE
|
|
123
|
-
&:hover {
|
|
124
|
-
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.1));
|
|
125
|
-
|
|
126
|
-
&::before {
|
|
127
|
-
background-color: $color-secondary;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// SELECTED STATE
|
|
132
|
-
&.selected {
|
|
133
|
-
width: 370px;
|
|
134
|
-
@include border-right-radius(0);
|
|
135
|
-
@include box-shadow(-20px 10px 20px 0 rgba(black, 0.15));
|
|
136
|
-
|
|
137
|
-
.card-body {
|
|
138
|
-
padding-right: $card-padding*2;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
&::before {
|
|
142
|
-
background-color: $color-primary;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// HOVER STATE
|
|
146
|
-
&:hover {
|
|
147
|
-
@include box-shadow(-20px 10px 20px 0 rgba(black, 0.2));
|
|
148
|
-
|
|
149
|
-
&::before {
|
|
150
|
-
background-color: $color-primary-dark;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
1
|
+
/*#############################################################################
|
|
2
|
+
# CARDS
|
|
3
|
+
#############################################################################*/
|
|
4
|
+
|
|
5
|
+
$card-padding: 30px;
|
|
6
|
+
|
|
7
|
+
.card {
|
|
8
|
+
background-color: #fff;
|
|
9
|
+
border: 1px solid #E9EAEA;
|
|
10
|
+
margin: 0 0 30px 0;
|
|
11
|
+
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.05));
|
|
12
|
+
// @extend %transition-all;
|
|
13
|
+
|
|
14
|
+
.card-header {
|
|
15
|
+
padding: $card-padding $card-padding 0;
|
|
16
|
+
// @extend %transition-all;
|
|
17
|
+
@include pie-clearfix;
|
|
18
|
+
|
|
19
|
+
.card-title {
|
|
20
|
+
margin: 0;
|
|
21
|
+
@include float(left);
|
|
22
|
+
|
|
23
|
+
&.small {
|
|
24
|
+
font-size: 1.1rem
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.card-icon {
|
|
29
|
+
@include float(right);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.header-baseline {
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: space-between;
|
|
35
|
+
align-items: flex-end;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.card-body {
|
|
40
|
+
padding: $card-padding;
|
|
41
|
+
// @extend %transition-all;
|
|
42
|
+
|
|
43
|
+
> :last-child {
|
|
44
|
+
margin-bottom: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.small {
|
|
48
|
+
font-size: 12.8px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// CREDIT OPTION CARD
|
|
53
|
+
&.credit-option {
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
border: none;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
position: relative;
|
|
58
|
+
@include border-radius(4px);
|
|
59
|
+
|
|
60
|
+
.card-body {
|
|
61
|
+
padding: 20px 30px;
|
|
62
|
+
|
|
63
|
+
h5 {
|
|
64
|
+
font-size: rem-calc(14px);
|
|
65
|
+
margin: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
h6.credit-option-amount {
|
|
69
|
+
font-size: rem-calc(26px);
|
|
70
|
+
margin: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
p.option-info-line {
|
|
74
|
+
color: $color-secondary;
|
|
75
|
+
font-size: rem-calc(14px);
|
|
76
|
+
margin: 0;
|
|
77
|
+
|
|
78
|
+
span {
|
|
79
|
+
display: inline-block;
|
|
80
|
+
padding-right: 12px;
|
|
81
|
+
margin-right: 3px;
|
|
82
|
+
position: relative;
|
|
83
|
+
|
|
84
|
+
&::after {
|
|
85
|
+
content: "";
|
|
86
|
+
display: block;
|
|
87
|
+
background-color: $color-secondary-light;
|
|
88
|
+
width: 5px;
|
|
89
|
+
height: 5px;
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 50%;
|
|
92
|
+
right: 0;
|
|
93
|
+
@include border-radius(100%);
|
|
94
|
+
@include transform(translateY(-50%));
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&:last-child {
|
|
98
|
+
padding: 0;
|
|
99
|
+
margin: 0;
|
|
100
|
+
|
|
101
|
+
&::after {
|
|
102
|
+
display: none;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&::before {
|
|
110
|
+
content: "";
|
|
111
|
+
display: block;
|
|
112
|
+
background-color: $color-secondary-light;
|
|
113
|
+
height: 100%;
|
|
114
|
+
width: 7px;
|
|
115
|
+
position: absolute;
|
|
116
|
+
top: 0;
|
|
117
|
+
bottom: 0;
|
|
118
|
+
left: 0;
|
|
119
|
+
// @extend %transition-all;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// HOVER STATE
|
|
123
|
+
&:hover {
|
|
124
|
+
@include box-shadow(-10px 10px 20px 0 rgba(black, 0.1));
|
|
125
|
+
|
|
126
|
+
&::before {
|
|
127
|
+
background-color: $color-secondary;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// SELECTED STATE
|
|
132
|
+
&.selected {
|
|
133
|
+
width: 370px;
|
|
134
|
+
@include border-right-radius(0);
|
|
135
|
+
@include box-shadow(-20px 10px 20px 0 rgba(black, 0.15));
|
|
136
|
+
|
|
137
|
+
.card-body {
|
|
138
|
+
padding-right: $card-padding*2;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&::before {
|
|
142
|
+
background-color: $color-primary;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// HOVER STATE
|
|
146
|
+
&:hover {
|
|
147
|
+
@include box-shadow(-20px 10px 20px 0 rgba(black, 0.2));
|
|
148
|
+
|
|
149
|
+
&::before {
|
|
150
|
+
background-color: $color-primary-dark;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|