generated from cms/tibi-docs
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
{/if}
|
||||
<div
|
||||
class="row"
|
||||
class:twoToThree="{row.twoToThree}"
|
||||
class:normalWrap="{row.flexWrapNormal}"
|
||||
class:dominant="{row.columns.some((col) => col.contentType == 'iconCycleCircle')}"
|
||||
>
|
||||
@@ -171,6 +172,14 @@
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
&.towToThree {
|
||||
.col:nth-child(1) {
|
||||
flex: 2;
|
||||
}
|
||||
.col:nth-child(2) {
|
||||
flex: 3;
|
||||
}
|
||||
}
|
||||
&.dominant {
|
||||
@media (max-width: 1024px) {
|
||||
flex-direction: row-reverse;
|
||||
|
||||
Reference in New Issue
Block a user