classic-ui/assets/styles/components/_deposit.scss

34 lines
460 B
SCSS
Raw Normal View History

2022-04-22 06:05:56 +03:00
.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;
}
}