mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
6 lines
222 B
SCSS
6 lines
222 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
/// @prop - The bottom padding of the textarea element.
|
|
/// The value 8px is to add additional spacing for auto grow and scrollable textareas.
|
|
$textarea-padding-bottom: 8px !default;
|