Skip to content

Commit

Permalink
change margin order card
Browse files Browse the repository at this point in the history
  • Loading branch information
leanormandon committed Jun 7, 2024
1 parent 50f85b4 commit 7a7b8ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/Organisms/Card/Address/addressCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
position: relative;
&--client-information {
border: none;
color: var(--black);
}
&.selected {
background: var(--white);
Expand Down
4 changes: 4 additions & 0 deletions components/Organisms/Card/Order/orderCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
font-size: var(--font-size-xs);
font-weight: 400;
line-height: rem-convert(20px);
margin-bottom: rem-convert(24px);
@screen md {
margin-bottom: rem-convert(10px);
}
}

&-images {
Expand Down

0 comments on commit 7a7b8ab

Please sign in to comment.