mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
378 B
SCSS
15 lines
378 B
SCSS
@import "./textarea";
|
|
@import "./textarea.md.vars";
|
|
|
|
// Material Design Textarea
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--padding-top: #{$textarea-md-padding-top};
|
|
--padding-end: #{$textarea-md-padding-end};
|
|
--padding-bottom: #{$textarea-md-padding-bottom};
|
|
--padding-start: #{$textarea-md-padding-start};
|
|
|
|
font-size: $textarea-md-font-size;
|
|
}
|