Skip to content

Commit 67a08f3

Browse files
committed
fix homeDelivery no address font on > tablet
1 parent 8e1f50b commit 67a08f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

components/Organisms/Modules/HomeDelivery/HomeDelivery.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class='HomeDelivery-bottom bg-theme-lightest'>
2323
{% if noAddress %}
2424
<div class="flex flex-col">
25-
<span class="font-bold paragraph-2">
25+
<span class="HomeDelivery-noAddress">
2626
Vous n'avez pas d'adresse enregistrée
2727
</span>
2828

components/Organisms/Modules/HomeDelivery/homeDelivery.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@apply paragraph-2;
2222
font-weight: 600;
2323
color: var(--black);
24+
margin-bottom: rem-convert(2px);
2425
}
2526

2627
&-description {
@@ -29,6 +30,14 @@
2930
color: var(--grey);
3031
}
3132

33+
&-noAddress {
34+
@apply paragraph-2;
35+
font-weight: 700;
36+
@screen md {
37+
@apply paragraph-1;
38+
}
39+
}
40+
3241
&-content {
3342
display: flex;
3443
align-items: flex-start;

0 commit comments

Comments
 (0)