mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
11 lines
209 B
SCSS
11 lines
209 B
SCSS
// Buttons
|
|
$buttonColor: #222;
|
|
$buttonPadding: 10px 10px;
|
|
$buttonBorderRadius: 2px;
|
|
$buttonBorderWidth: 1px;
|
|
|
|
$buttonDefaultBackground: #fff;
|
|
$buttonDefaultBackgroundActive: #eee;
|
|
$buttonDefaultBorder: #ddd;
|
|
|