feat(modal): add css vars (#16605)

* feat(modal): add css vars

* add more css vars

* add docs

* add background

* fix e2e test
This commit is contained in:
Manu MA
2018-12-06 15:36:09 +01:00
committed by GitHub
parent 6776e65c9c
commit 235c6859d2
11 changed files with 215 additions and 42 deletions

View File

@ -41,6 +41,9 @@
--width: auto;
--overflow: hidden;
--ripple-color: currentColor;
--border-width: initial;
--border-color: initial;
--border-style: initial;
display: inline-block;