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

@ -156,6 +156,19 @@ Type: `Promise<void>`
## CSS Custom Properties
| Name | Description |
| ----------------- | ---------------------------------- |
| `--background` | Background of the modal content |
| `--border-color` | Border color of the modal content |
| `--border-radius` | Border radius of the modal content |
| `--border-style` | Border style of the modal content |
| `--border-width` | Border width of the modal content |
| `--height` | Height of the modal content |
| `--width` | Width of the modal content |
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*