sempli-website-lib 5.2.5 → 5.3.0
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
CHANGED
package/styles/master-app.scss
CHANGED
|
@@ -15104,7 +15104,8 @@ ul.list-view {
|
|
|
15104
15104
|
}
|
|
15105
15105
|
}
|
|
15106
15106
|
|
|
15107
|
-
.credit-simulation-table
|
|
15107
|
+
.credit-simulation-table,
|
|
15108
|
+
.costs-table {
|
|
15108
15109
|
|
|
15109
15110
|
@include responsive-max($breakpoint-small) {
|
|
15110
15111
|
max-width: 100%;
|
|
@@ -15150,7 +15151,15 @@ ul.list-view {
|
|
|
15150
15151
|
display: grid;
|
|
15151
15152
|
grid-template-columns: repeat(5, 1fr);
|
|
15152
15153
|
border-bottom: 1px solid $color-secondary-light;
|
|
15153
|
-
|
|
15154
|
+
&.4-column {
|
|
15155
|
+
grid-template-columns: repeat(4, 1fr);
|
|
15156
|
+
}
|
|
15157
|
+
&.3-column {
|
|
15158
|
+
grid-template-columns: repeat(3, 1fr);
|
|
15159
|
+
}
|
|
15160
|
+
&.2-column {
|
|
15161
|
+
grid-template-columns: repeat(2, 1fr);
|
|
15162
|
+
}
|
|
15154
15163
|
.table-cell {
|
|
15155
15164
|
color: $color-secondary;
|
|
15156
15165
|
font-size: rem-calc(13px);
|
|
@@ -18157,7 +18157,8 @@ ul.list-view {
|
|
|
18157
18157
|
}
|
|
18158
18158
|
}
|
|
18159
18159
|
|
|
18160
|
-
.credit-simulation-table
|
|
18160
|
+
.credit-simulation-table,
|
|
18161
|
+
.costs-table {
|
|
18161
18162
|
|
|
18162
18163
|
@include responsive-max($breakpoint-small) {
|
|
18163
18164
|
max-width: 100%;
|
|
@@ -18203,7 +18204,15 @@ ul.list-view {
|
|
|
18203
18204
|
display: grid;
|
|
18204
18205
|
grid-template-columns: repeat(5, 1fr);
|
|
18205
18206
|
border-bottom: 1px solid $color-secondary-light;
|
|
18206
|
-
|
|
18207
|
+
&.4-column {
|
|
18208
|
+
grid-template-columns: repeat(4, 1fr);
|
|
18209
|
+
}
|
|
18210
|
+
&.3-column {
|
|
18211
|
+
grid-template-columns: repeat(3, 1fr);
|
|
18212
|
+
}
|
|
18213
|
+
&.2-column {
|
|
18214
|
+
grid-template-columns: repeat(2, 1fr);
|
|
18215
|
+
}
|
|
18207
18216
|
.table-cell {
|
|
18208
18217
|
color: $color-secondary;
|
|
18209
18218
|
font-size: rem-calc(13px);
|
|
@@ -657,7 +657,8 @@ ul.list-view {
|
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
.credit-simulation-table
|
|
660
|
+
.credit-simulation-table,
|
|
661
|
+
.costs-table {
|
|
661
662
|
|
|
662
663
|
@include responsive-max($breakpoint-small) {
|
|
663
664
|
max-width: 100%;
|
|
@@ -703,7 +704,15 @@ ul.list-view {
|
|
|
703
704
|
display: grid;
|
|
704
705
|
grid-template-columns: repeat(5, 1fr);
|
|
705
706
|
border-bottom: 1px solid $color-secondary-light;
|
|
706
|
-
|
|
707
|
+
&.4-column {
|
|
708
|
+
grid-template-columns: repeat(4, 1fr);
|
|
709
|
+
}
|
|
710
|
+
&.3-column {
|
|
711
|
+
grid-template-columns: repeat(3, 1fr);
|
|
712
|
+
}
|
|
713
|
+
&.2-column {
|
|
714
|
+
grid-template-columns: repeat(2, 1fr);
|
|
715
|
+
}
|
|
707
716
|
.table-cell {
|
|
708
717
|
color: $color-secondary;
|
|
709
718
|
font-size: rem-calc(13px);
|