Skip to content

Commit

Permalink
added trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tilthz committed Apr 20, 2014
1 parent 1b0495d commit 13dff78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/partials/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>{{vars.contact.name}}</h1>
</div>
<div class="medium-3 large-2 columns">
<!-- Delete address -->
<a class="button postfix fa fa-trash-o alert radius">Delete address</a>
<a class="button postfix alert radius">Delete address</a>
</div>
</div>
<div class="row collapse">
Expand Down
2 changes: 1 addition & 1 deletion sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ $opposite-direction: right !default;
// We use these as default colors throughout
$primary-color: #27ae60 !default;
$secondary-color: #e7e7e7 !default;
$alert-color: #f04124 !default;
$alert-color: #c92441 !default;
$success-color: #43AC6A !default;

// We use these to make sure border radius matches unless we want it different.
Expand Down

0 comments on commit 13dff78

Please sign in to comment.