variants: add cell--title class to cell titles (#74052)
#151
Merged
csechet
merged 1 commits from wip/74052-Variants-ajouter-la-class-cell-t
into main
3 weeks ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'wip/74052-Variants-ajouter-la-class-cell-t'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Je n'ai pas modifié templates/variants/saint-chamond/combo/wcs/forms_of_category.html:12:7
Où .cell--title et h2:first-child ne sont pas équivalents dans le cas où on a une image, et ça semble stylé spécialement par #content .wcsformsofcategorycell picture + h2 dans le _custom.scss.
@ -12,3 +12,3 @@
<div class="tile-head">
<div class="tile-title">
<h2>{{commerce.properties.nom}}<br><span class="subtitle">{{commerce.properties.categorie}}</span></h2>
<h2 class="cell-title">{{commerce.properties.nom}}<br><span class="subtitle">{{commerce.properties.categorie}}</span></h2>
Manque un tirer
3996eae678
toa430759ff4
4 months agoAller, on passe ça, à priori aucun impact et ça va dans le bon sens.
1ffc0b7105
into main 3 weeks agoReviewers
1ffc0b7105
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.