clermont-ici: allow centered-orange-cell class on text-cell (#55915)

This commit is contained in:
Thomas Jund 2021-09-02 16:01:05 +02:00
parent aa6f7f11a1
commit a134d59175
1 changed files with 4 additions and 1 deletions

View File

@ -417,12 +417,15 @@ div.gru-nav ul {
@extend .list-of-forms-cell;
}
.text-cell,
.wcs-current-forms-cell,
.wcs-current-drafts-cell {
@extend .pk-transparent;
}
.text-cell:not(.centered-orange-cell) {
@extend .pk-transparent;
}
div.wcs-current-forms-cell,
div.wcs-current-drafts-cell {
h2:first-child {