Issue #3161010 by steinmb, ravi.shankar, kiran.kadam911, mherchel: Olivero: Syntax error in layout-builder-twocol-section.css
parent
65958f9693
commit
b5421259d5
|
@ -31,10 +31,10 @@
|
||||||
|
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
[dir="ltr"] .layout--twocol-section--50-50 > .layout__region--first {
|
[dir="ltr"] .layout--twocol-section--50-50 > .layout__region--first {
|
||||||
margin-right: 18px)
|
margin-right: 18px
|
||||||
}
|
}
|
||||||
[dir="rtl"] .layout--twocol-section--50-50 > .layout__region--first {
|
[dir="rtl"] .layout--twocol-section--50-50 > .layout__region--first {
|
||||||
margin-left: 18px)
|
margin-left: 18px
|
||||||
}
|
}
|
||||||
.layout--twocol-section--50-50 > .layout__region--first {
|
.layout--twocol-section--50-50 > .layout__region--first {
|
||||||
flex-basis: calc(50% - 18px);
|
flex-basis: calc(50% - 18px);
|
||||||
|
@ -52,10 +52,10 @@
|
||||||
flex-basis: calc(50% - 18px);
|
flex-basis: calc(50% - 18px);
|
||||||
}
|
}
|
||||||
[dir="ltr"] .layout--twocol-section--33-67 > .layout__region--first {
|
[dir="ltr"] .layout--twocol-section--33-67 > .layout__region--first {
|
||||||
margin-right: 11.9988px)
|
margin-right: 11.9988px
|
||||||
}
|
}
|
||||||
[dir="rtl"] .layout--twocol-section--33-67 > .layout__region--first {
|
[dir="rtl"] .layout--twocol-section--33-67 > .layout__region--first {
|
||||||
margin-left: 11.9988px)
|
margin-left: 11.9988px
|
||||||
}
|
}
|
||||||
.layout--twocol-section--33-67 > .layout__region--first {
|
.layout--twocol-section--33-67 > .layout__region--first {
|
||||||
flex-basis: calc(33.33% - 11.9988px);
|
flex-basis: calc(33.33% - 11.9988px);
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
.layout--twocol-section--50-50 {
|
.layout--twocol-section--50-50 {
|
||||||
& > .layout__region--first {
|
& > .layout__region--first {
|
||||||
flex-basis: calc(50% - (var(--grid-gap--md) * 0.5));
|
flex-basis: calc(50% - (var(--grid-gap--md) * 0.5));
|
||||||
margin-inline-end: calc(var(--grid-gap--md) * 0.5));
|
margin-inline-end: calc(var(--grid-gap--md) * 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .layout__region--second {
|
& > .layout__region--second {
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
.layout--twocol-section--33-67 {
|
.layout--twocol-section--33-67 {
|
||||||
& > .layout__region--first {
|
& > .layout__region--first {
|
||||||
flex-basis: calc(33.33% - (var(--grid-gap--md) * 0.3333));
|
flex-basis: calc(33.33% - (var(--grid-gap--md) * 0.3333));
|
||||||
margin-inline-end: calc(var(--grid-gap--md) * 0.3333));
|
margin-inline-end: calc(var(--grid-gap--md) * 0.3333);
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .layout__region--second {
|
& > .layout__region--second {
|
||||||
|
|
Loading…
Reference in New Issue