mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
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:
@ -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/)*
|
||||
|
||||
Reference in New Issue
Block a user