mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(components): document what start and end mean for CSS variables (#18538)
This commit is contained in:
@ -6,16 +6,20 @@
|
||||
:host {
|
||||
/**
|
||||
* @prop --background: Background of the textarea
|
||||
*
|
||||
* @prop --border-radius: Border radius of the textarea
|
||||
*
|
||||
* @prop --color: Color of the text
|
||||
*
|
||||
* @prop --placeholder-color: Color of the placeholder text
|
||||
* @prop --placeholder-font-style: Style of the placeholder text
|
||||
* @prop --placeholder-font-weight: Weight of the placeholder text
|
||||
* @prop --placeholder-opacity: Opacity of the placeholder text
|
||||
*
|
||||
* @prop --padding-top: Top padding of the textarea
|
||||
* @prop --padding-end: End padding of the textarea
|
||||
* @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the textarea
|
||||
* @prop --padding-bottom: Bottom padding of the textarea
|
||||
* @prop --padding-start: Start padding of the textarea
|
||||
* @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the textarea
|
||||
*/
|
||||
--background: initial;
|
||||
--color: initial;
|
||||
|
||||
Reference in New Issue
Block a user