mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -4,6 +4,11 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
/**
|
||||
* @prop --background: Background of the alert
|
||||
* @prop --min-width: Minimum width of the alert
|
||||
* @prop --max-height: Maximum height of the alert
|
||||
*/
|
||||
--min-width: #{$alert-min-width};
|
||||
--max-height: #{$alert-max-height};
|
||||
|
||||
|
||||
@@ -105,6 +105,15 @@ Type: `Promise<void>`
|
||||
|
||||
|
||||
|
||||
## CSS Custom Properties
|
||||
|
||||
| Name | Description |
|
||||
| -------------- | --------------------------- |
|
||||
| `--background` | Background of the alert |
|
||||
| `--max-height` | Maximum height of the alert |
|
||||
| `--min-width` | Minimum width of the alert |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built with [StencilJS](https://stenciljs.com/)*
|
||||
|
||||
Reference in New Issue
Block a user