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:
Paul Stelzer
2018-12-11 13:29:42 +01:00
committed by Manu MA
parent 9a47fc4de0
commit 1a299b01fe
8 changed files with 50 additions and 10 deletions

View File

@ -44,6 +44,7 @@
--border-width: initial;
--border-color: initial;
--border-style: initial;
--box-shadow: none;
display: inline-block;