Skip to content
Snippets Groups Projects

Issue #3443807: Add Gitlab CI

Merged Kelly requested to merge issue/layout_builder_sections_config-3443807:1.0.x into 1.0.x
Files
4
@@ -13,28 +13,38 @@
}
@media screen and (min-width: 40em) {
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
.layout--twocol-section.layout--twocol-section--50-50
> .layout__region--first,
.layout--twocol-section.layout--twocol-section--50-50
> .layout__region--second {
flex: 0 1 50%;
}
.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
.layout--twocol-section.layout--twocol-section--33-67
> .layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33
> .layout__region--second {
flex: 0 1 33%;
}
.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,
.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
.layout--twocol-section.layout--twocol-section--33-67
> .layout__region--second,
.layout--twocol-section.layout--twocol-section--67-33
> .layout__region--first {
flex: 0 1 67%;
}
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
.layout--twocol-section.layout--twocol-section--25-75
> .layout__region--first,
.layout--twocol-section.layout--twocol-section--75-25
> .layout__region--second {
flex: 0 1 25%;
}
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
.layout--twocol-section.layout--twocol-section--25-75
> .layout__region--second,
.layout--twocol-section.layout--twocol-section--75-25
> .layout__region--first {
flex: 0 1 75%;
}
}
Loading