mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed old font-awesome icons
Added bens new icons and some other tweaks.
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
.button-bar > .button {
|
||||
@include box-flex(1);
|
||||
display: block;
|
||||
|
||||
// Fix for unequal widths of buttons
|
||||
width: 0;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user