uniswap-interface-uncensored/src/pages/Send/send.scss
Kenny Tran 4cb00d9528 Handle errors in send page and add summary (#79)
* Handle errors in send page and add summary

* Remove output balance check

* Remove unused variables and methods
2018-10-25 03:28:43 -07:00

12 lines
162 B
SCSS

@import "../../variables.scss";
.send {
@extend %col-nowrap;
height: 100%;
background-color: $white;
&__last-summary-text {
margin-top: 1rem;
}
}