/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/alert/alert.vars.scss
19 строк
554 B
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; // Alert // -------------------------------------------------- /// @prop - Minimum width of the alert $alert-min-width: 250px; /// @prop - Maximum height of the alert $alert-max-height: 90%; /// @prop - Line height of the alert button $alert-button-line-height: dynamic-font(20px); /// @prop - Font size of the alert button $alert-button-font-size: dynamic-font(14px); /// @prop - Minimum height of a textarea in the alert $alert-input-min-height: 37px;