Files
ionic-framework/scss/framework/theme/default/_button.scss
2013-08-23 11:55:21 -05:00

15 lines
287 B
SCSS

.button {
color: $buttonColor;
border-radius: $buttonBorderRadius;
padding: $buttonPadding;
}
.button-default {
background-color: $buttonDefaultBackground;
border: $buttonBorderWidth solid $buttonDefaultBorder;
&:active {
background-color: $buttonDefaultBackgroundActive;
}
}