4cb00d9528
* Handle errors in send page and add summary * Remove output balance check * Remove unused variables and methods
12 lines
162 B
SCSS
12 lines
162 B
SCSS
@import "../../variables.scss";
|
|
|
|
.send {
|
|
@extend %col-nowrap;
|
|
height: 100%;
|
|
background-color: $white;
|
|
|
|
&__last-summary-text {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|