/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/input/input.md.vars.scss
14 строк
520 B
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.md"; @import "../item/item.md.vars"; // Material Design Input // -------------------------------------------------- /// @prop - Font size of the input $input-md-font-size: inherit; /// @prop - The amount of whitespace to display on either side of the floating label $input-md-floating-label-padding: 4px; /// @prop - The opacity of the input text, label, helper text, char counter and placeholder of a disabled input $input-md-disabled-opacity: $form-control-md-disabled-opacity;