Skip to content

Commit

Permalink
[BOT]maryia/BOT-1543/style: Loss Threshold Popup: Edit Amount Button …
Browse files Browse the repository at this point in the history
…Truncated (deriv-com#15775)

* style: Loss Threshold Popup: Edit Amount Button Truncated

* fix: margin alignment

* refactor: change property

---------

Co-authored-by: Sandeep Rajput <[email protected]>
  • Loading branch information
maryia-matskevich-deriv and sandeep-deriv authored Jul 3, 2024
1 parent 59a74c6 commit cdf822b
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,23 @@
max-width: 90%;
}
}

&__footer {
@include mobile-or-tablet-screen {
display: flex;
width: 100%;
flex-wrap: unset;
}
}
&__button:not(:last-child) {
@include mobile-or-tablet-screen {
margin-right: 6px;

&__button {
@include mobile {
margin-inline-start: 0;
}
}
&__button {
@include mobile-or-tablet-screen {
margin-left: 6px;

&__dialog {
.dc-checkbox__box {
margin: 0 8px 0 0;
}
}
}
Expand Down

0 comments on commit cdf822b

Please sign in to comment.