70 lines
1.5 KiB
CSS
70 lines
1.5 KiB
CSS
|
/*
|
||
|
* DO NOT EDIT THIS FILE.
|
||
|
* See the following change record for more information,
|
||
|
* https://www.drupal.org/node/3084859
|
||
|
* @preserve
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* Content below region layout.
|
||
|
*/
|
||
|
|
||
|
@media (min-width: 700px) {
|
||
|
|
||
|
.region--content-below {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap
|
||
|
}
|
||
|
|
||
|
[dir="ltr"] .region--content-below > * {
|
||
|
margin-right: 36px
|
||
|
}
|
||
|
|
||
|
[dir="rtl"] .region--content-below > * {
|
||
|
margin-left: 36px
|
||
|
}
|
||
|
|
||
|
.region--content-below > * {
|
||
|
flex-basis: calc(50% - 18px);
|
||
|
flex-grow: 1;
|
||
|
flex-shrink: 0
|
||
|
}
|
||
|
|
||
|
[dir="ltr"] .region--content-below > *:nth-child(2n),[dir="ltr"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-right: 0
|
||
|
}
|
||
|
|
||
|
[dir="rtl"] .region--content-below > *:nth-child(2n),[dir="rtl"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-left: 0
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (min-width: 700px) {
|
||
|
.region--content-below > * {
|
||
|
flex-basis: calc(33.33% - 23.976px)
|
||
|
}
|
||
|
|
||
|
[dir="ltr"] .region--content-below > *:nth-child(2n),[dir="ltr"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-right: 36px
|
||
|
}
|
||
|
|
||
|
[dir="rtl"] .region--content-below > *:nth-child(2n),[dir="rtl"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-left: 36px
|
||
|
}
|
||
|
|
||
|
[dir="ltr"] .region--content-below > *:nth-child(3n),[dir="ltr"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-right: 0
|
||
|
}
|
||
|
|
||
|
[dir="rtl"] .region--content-below > *:nth-child(3n),[dir="rtl"]
|
||
|
.region--content-below > *:last-child {
|
||
|
margin-left: 0
|
||
|
}
|
||
|
}
|