sempli-website-lib 5.3.0 → 5.3.1
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
|
@@ -15151,13 +15151,13 @@ ul.list-view {
|
|
|
15151
15151
|
display: grid;
|
|
15152
15152
|
grid-template-columns: repeat(5, 1fr);
|
|
15153
15153
|
border-bottom: 1px solid $color-secondary-light;
|
|
15154
|
-
&.
|
|
15154
|
+
&.four-column {
|
|
15155
15155
|
grid-template-columns: repeat(4, 1fr);
|
|
15156
15156
|
}
|
|
15157
|
-
&.
|
|
15157
|
+
&.three-column {
|
|
15158
15158
|
grid-template-columns: repeat(3, 1fr);
|
|
15159
15159
|
}
|
|
15160
|
-
&.
|
|
15160
|
+
&.two-column {
|
|
15161
15161
|
grid-template-columns: repeat(2, 1fr);
|
|
15162
15162
|
}
|
|
15163
15163
|
.table-cell {
|
|
@@ -18204,13 +18204,13 @@ ul.list-view {
|
|
|
18204
18204
|
display: grid;
|
|
18205
18205
|
grid-template-columns: repeat(5, 1fr);
|
|
18206
18206
|
border-bottom: 1px solid $color-secondary-light;
|
|
18207
|
-
&.
|
|
18207
|
+
&.four-column {
|
|
18208
18208
|
grid-template-columns: repeat(4, 1fr);
|
|
18209
18209
|
}
|
|
18210
|
-
&.
|
|
18210
|
+
&.three-column {
|
|
18211
18211
|
grid-template-columns: repeat(3, 1fr);
|
|
18212
18212
|
}
|
|
18213
|
-
&.
|
|
18213
|
+
&.two-column {
|
|
18214
18214
|
grid-template-columns: repeat(2, 1fr);
|
|
18215
18215
|
}
|
|
18216
18216
|
.table-cell {
|
|
@@ -704,13 +704,13 @@ ul.list-view {
|
|
|
704
704
|
display: grid;
|
|
705
705
|
grid-template-columns: repeat(5, 1fr);
|
|
706
706
|
border-bottom: 1px solid $color-secondary-light;
|
|
707
|
-
&.
|
|
707
|
+
&.four-column {
|
|
708
708
|
grid-template-columns: repeat(4, 1fr);
|
|
709
709
|
}
|
|
710
|
-
&.
|
|
710
|
+
&.three-column {
|
|
711
711
|
grid-template-columns: repeat(3, 1fr);
|
|
712
712
|
}
|
|
713
|
-
&.
|
|
713
|
+
&.two-column {
|
|
714
714
|
grid-template-columns: repeat(2, 1fr);
|
|
715
715
|
}
|
|
716
716
|
.table-cell {
|