mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(fab-button): add default padding for fab-button (#17050)
This commit is contained in:
@ -10,6 +10,11 @@
|
|||||||
--border-width: 0;
|
--border-width: 0;
|
||||||
--border-style: none;
|
--border-style: none;
|
||||||
--border-color: initial;
|
--border-color: initial;
|
||||||
|
--padding-top: 0;
|
||||||
|
--padding-end: 0;
|
||||||
|
--padding-bottom: 0;
|
||||||
|
--padding-start: 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @prop --background: Background of the button
|
* @prop --background: Background of the button
|
||||||
* @prop --background-activated: Background of the button when activated
|
* @prop --background-activated: Background of the button when activated
|
||||||
|
Reference in New Issue
Block a user