mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
287 B
SCSS
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;
|
|
}
|
|
} |