Skip to content

Commit

Permalink
Change the color of UNWRAP ALL button to green.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Georgiev committed Jul 7, 2017
1 parent c3a8fdb commit 80b02ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/client/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,10 @@ button.dex-btn-danger {
@extend button.dex-btn-default.sell;
}

button.dex-btn-success {
@extend button.dex-btn-default.buy;
}

button.dex-btn-max {
@extend button.dex-btn-default;
padding: 5px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/imports/ui/client/widgets/wrapper-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h4 class="modal-title">WRAPPER UPDATE</h4>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn dex-btn-default dex-btn-danger btn-placement-right" {{b "click:unwrap"}}>
<button type="button" class="btn dex-btn-default dex-btn-success btn-placement-right" {{b "click:unwrap"}}>
UNWRAP ALL
</button>
</div>
Expand Down

0 comments on commit 80b02ce

Please sign in to comment.