/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/textarea/textarea.ios.vars.scss
23 строки
855 B
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.ios"; @import "../item/item.ios.vars"; // iOS Textarea // -------------------------------------------------- /// @prop - Font size of the textarea $textarea-ios-font-size: inherit; /// @prop - Margin top of the textarea $textarea-ios-padding-top: $item-ios-padding-top; /// @prop - Margin end of the textarea $textarea-ios-padding-end: ($item-ios-padding-end * 0.5); /// @prop - Margin bottom of the textarea $textarea-ios-padding-bottom: $item-ios-padding-bottom; /// @prop - Margin start of the textarea $textarea-ios-padding-start: 0; /// @prop - The opacity of the input text, label, helper text, char counter and placeholder of a disabled textarea $textarea-ios-disabled-opacity: $form-control-ios-disabled-opacity;