classic-ui/assets/styles/components/_deposit.scss
FreezyEx b32527e057 Revert "minor fixes"
This reverts commit 7f8f7c2aa15c8b8c6a7449d177f46f8a417e2f67.
2022-10-13 16:03:54 +02:00

34 lines
460 B
SCSS

.deposit {
&-buttons.field {
.button {
width: 90px;
}
@include until($desktop) {
justify-content: space-between;
.control {
flex-basis: calc(50% - .75rem);
&:not(:last-child) {
margin-right: 0;
}
}
.button {
width: 100%;
}
}
+ .deposit-buttons.field {
margin-bottom: .25rem;
}
}
&-p {
margin-bottom: 1rem;
font-size: .85rem;
}
}