Skip to content

Commit

Permalink
fix homeDelivery no address font on > tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
leanormandon committed Jun 11, 2024
1 parent 8e1f50b commit 67a08f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class='HomeDelivery-bottom bg-theme-lightest'>
{% if noAddress %}
<div class="flex flex-col">
<span class="font-bold paragraph-2">
<span class="HomeDelivery-noAddress">
Vous n'avez pas d'adresse enregistrée
</span>

Expand Down
9 changes: 9 additions & 0 deletions components/Organisms/Modules/HomeDelivery/homeDelivery.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@apply paragraph-2;
font-weight: 600;
color: var(--black);
margin-bottom: rem-convert(2px);
}

&-description {
Expand All @@ -29,6 +30,14 @@
color: var(--grey);
}

&-noAddress {
@apply paragraph-2;
font-weight: 700;
@screen md {
@apply paragraph-1;
}
}

&-content {
display: flex;
align-items: flex-start;
Expand Down

0 comments on commit 67a08f3

Please sign in to comment.