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 2023-05-17 17:24:37 +02:00
Owner
No description provided.
Author
Owner

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.

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.
tjund requested changes 2023-02-08 17:49:48 +01:00
@ -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>
Owner

Manque un tirer

Manque un tirer
csechet force-pushed wip/74052-Variants-ajouter-la-class-cell-t from 3996eae678 to a430759ff4 2023-02-08 17:57:39 +01:00 Compare
tjund requested review from tjund 2023-03-27 10:03:12 +02:00
tjund approved these changes 2023-05-17 17:22:22 +02:00
tjund left a comment
Owner

Aller, on passe ça, à priori aucun impact et ça va dans le bon sens.

Aller, on passe ça, à priori aucun impact et ça va dans le bon sens.
csechet merged commit 1ffc0b7105 into main 2023-05-17 17:24:37 +02:00
csechet deleted branch wip/74052-Variants-ajouter-la-class-cell-t 2023-05-17 17:24:37 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/publik-base-theme#151
No description provided.