Removed old font-awesome icons

Added bens new icons and some other tweaks.
This commit is contained in:
Max Lynch
2013-09-25 13:58:54 -05:00
parent ea9698b47b
commit 84b2e89098
24 changed files with 239 additions and 1935 deletions

View File

@@ -75,6 +75,9 @@
.button-bar > .button {
@include box-flex(1);
display: block;
// Fix for unequal widths of buttons
width: 0;
overflow: hidden;

View File

@@ -1,15 +1,22 @@
.button {
position: relative;
display: inline-block;
margin: 0;
padding: $button-padding;
border-width: $button-border-width;
border-style: solid;
border-radius: $button-border-radius;
color: $button-color;
vertical-align: middle;
text-align: center;
font-size: $button-font-size;
cursor: pointer;
&.button-icon {
@@ -22,6 +29,7 @@
border: none;
background: none;
box-shadow: none;
padding: $button-clear-padding;
// A nice iOS 7 style fade click
@include transition(opacity .1s);