/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/label/label.md.vars.scss
14 строк
539 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 Label // -------------------------------------------------- /// @prop - Text color of the stacked/floating label when it is focused $label-md-text-color-focused: ion-color(primary, base); /// @prop - Line height of the label when the text wraps $label-md-text-wrap-line-height: 1.5; /// @prop - Transition timing function of the label (stacked / focused) $label-md-transition-timing-function: cubic-bezier(.4, 0, .2, 1);