Skip to content

Commit

Permalink
my account page icon design css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushstha1443 committed Oct 1, 2024
1 parent 54c049e commit 90aebd6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/css/my-account-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,20 @@
&:last-child {
border: 0 !important;
}

> a {
display: flex;
gap: $spacing_8px;

i {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 0 !important;
}
}
}
}

Expand Down

0 comments on commit 90aebd6

Please sign in to comment.