Conflicts:
	dist/ionic.css
	scss/ionic/structure/_bar.scss
This commit is contained in:
Adam Bradley
2013-09-10 13:54:30 -05:00
4 changed files with 47 additions and 26 deletions

View File

@@ -31,22 +31,22 @@
@include button-style($button-secondary-bg, $button-secondary-border, $gray-dark);
}
&.button-primary {
@include button-style($button-primary-bg, $button-primary-border, $gray-light);
@include button-style($button-primary-bg, $button-primary-border, $white);
}
&.button-info {
@include button-style($button-info-bg, $button-info-border, $gray-light);
@include button-style($button-info-bg, $button-info-border, $white);
}
&.button-success {
@include button-style($button-success-bg, $button-success-border, $gray-light);
@include button-style($button-success-bg, $button-success-border, $white);
}
&.button-warning {
@include button-style($button-warning-bg, $button-warning-border, $gray-light);
@include button-style($button-warning-bg, $button-warning-border, $white);
}
&.button-danger {
@include button-style($button-danger-bg, $buttonDangerBorder, $gray-light);
@include button-style($button-danger-bg, $buttonDangerBorder, $white);
}
&.button-dark {
@include button-style($button-dark-bg, $button-dark-border, $gray-light);
@include button-style($button-dark-bg, $button-dark-border, $white);
}
&.button-clear {
@@ -54,6 +54,16 @@
border: none;
padding: $button-clear-padding;
}
&.button-icon {
background: none;
border: none;
&:active, &.active {
text-shadow: 0px 0px 10px #fff;
box-shadow: none;
background: none;
}
}
}
a.button {