Skip to content

Commit

Permalink
Farzin/72134/Spacing is less comparing to design in DMT5 account crea…
Browse files Browse the repository at this point in the history
…tion page (#6072)

* fix(cfd): 💄 fix DMT5 account creation footer spacing issue on mobile

* style(cfd): 💄 use `px` instead of `rem` for `box-shadow`
  • Loading branch information
farzin-deriv committed Aug 8, 2022
1 parent 4297002 commit 3cc3c7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cfd/src/sass/cfd-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@
width: 99.2rem;
}

@include mobile {
padding: 1.6rem 0.8rem;
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.08);
}

&--pending {
color: #ffad3a;
margin-top: 2.4rem;
Expand Down

1 comment on commit 3cc3c7d

@vercel
Copy link

@vercel vercel bot commented on 3cc3c7d Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx
binary.sx

Please sign in to comment.