/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/label/label.ios.vars.scss
17 строк
580 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 Label // -------------------------------------------------- /// @prop - Text color of the stacked/floating label when it is focused $label-ios-text-color-focused: null; /// @prop - Font size of the label when the text wraps $label-ios-text-wrap-font-size: dynamic-font(14px); /// @prop - Line height of the label when the text wraps $label-ios-text-wrap-line-height: 1.5; /// @prop - Color of the item paragraph $item-ios-paragraph-text-color: $text-color-step-600;