scss: globally hide .empty-cell (#59032)

This commit is contained in:
Frédéric Péters 2021-11-26 08:32:09 +01:00
parent 3eb03bd3c6
commit 9d3e77ce84
7 changed files with 6 additions and 22 deletions

View File

@ -128,10 +128,6 @@ div.block {
flex: 1 1 0;
}
#center-content div.empty-cell {
display: none;
}
.page-header {
margin-left: 7%;
margin-right: 7%;

View File

@ -68,10 +68,8 @@ div#header h1 {
margin: 0;
padding: 0;
}
&.empty-cell {
display: none;
}
}
// title
.site-header--title {
@media ($min-desktop-viewport) {

View File

@ -819,3 +819,7 @@ div.gru-content div.cell div.cell-items-pagination {
.wcs-card-infos-cell img {
max-width: 100%;
}
.empty-cell {
display: none;
}

View File

@ -120,10 +120,6 @@ form.quixote, div.block-password form {
}
}
div.column div.empty-cell {
display: none;
}
div#main-content a {
text-decoration: underline;
text-decoration-color: rgba(16,134,112, 0.5);

View File

@ -68,11 +68,8 @@ div.apa-user {
/* RSA cells */
.cell[class*=" rsa-"] {
padding-bottom: 1rem;
&.empty-cell {
display: none;
}
}
.rsa-cell--introduction {
text-align: center;
margin-bottom: 1.5rem;

View File

@ -244,9 +244,6 @@ div.cell h2 {
border-width: 0 1px;
overflow: hidden;
}
&.empty-cell {
display: none;
}
}
@media screen and (max-width: $desktop-limit) {

View File

@ -239,7 +239,3 @@ div.wcscurrentformscell ul {
}
}
}
.empty-cell {
display: none;
}