mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(toast): add CSS variables for box-shadow and border (#16679)
* feat(toast): add border and box-shadow CSS variable * feat(toast): add new CSS vars
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
--border-width: initial;
|
||||
--border-color: initial;
|
||||
--border-style: initial;
|
||||
--box-shadow: none;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
|
Reference in New Issue
Block a user