Files
ionic-framework/core/src/components/button/button.vars.scss
2019-06-10 13:38:50 -04:00

20 lines
619 B
SCSS

@import "../../themes/ionic.globals";
// Button
// --------------------------------------------------
/// @prop - Padding top of the round button
$button-round-padding-top: 0 !default;
/// @prop - Padding end of the round button
$button-round-padding-end: 26px !default;
/// @prop - Padding bottom of the round button
$button-round-padding-bottom: $button-round-padding-top !default;
/// @prop - Padding start of the round button
$button-round-padding-start: $button-round-padding-end !default;
/// @prop - Border radius of the round button
$button-round-border-radius: 64px !default;