scss: remove compatibility with old card cells (#68877)

This commit is contained in:
Lauréline Guérin 2022-09-09 09:43:01 +02:00
parent 4fe2a39c07
commit a4fa270f4d
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
4 changed files with 5 additions and 5 deletions

View File

@ -821,7 +821,7 @@ div.gallerycell {
@extend #profile;
}
.wcs-card-infos-cell img, .wcs-card-cell.card-card img {
.wcs-card-cell.card-card img {
max-width: 100%;
}

View File

@ -531,7 +531,7 @@ body {
padding-left: 0;
}
.wcs-cards-cell, .wcs-card-cell.card-table {
.wcs-card-cell.card-table {
h2 {
font-size: 1rem;
}

View File

@ -280,8 +280,8 @@ div.profile {
padding: 0.5em;
}
// wcs card infos cell
.wcs-card-infos-cell, .wcs-card-cell.card-card {
// wcs card cell, card mode
.wcs-card-cell.card-card {
fx-grid, [class*="fx-grid--"] {
align-items: baseline;
> div {

View File

@ -15,7 +15,7 @@
}
}
div.cell.wcs-cards-cell, div.cell.wcs-card-cell.card-table {
div.cell.wcs-card-cell.card-table {
h2:first-child {
font-size: $fz-3;
}