/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/modal/modal.vars.scss
31 строка
876 B
Israel de la Barrera
feat(modal): add expandToScroll property to allow scrolling at all breakpoints (#30097)
03 фев 2025, 21:45
Не верифицирован
03 фев 2025, 21:45
166e435
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; // Modals // -------------------------------------------------- /// @prop - Min width of the modal inset $modal-inset-min-width: 768px; /// @prop - Minimum height of the small modal inset $modal-inset-min-height-small: 600px; /// @prop - Minimum height of the large modal inset $modal-inset-min-height-large: 768px; /// @prop - Width of the large modal inset $modal-inset-width: 600px; /// @prop - Height of the small modal inset $modal-inset-height-small: 500px; /// @prop - Height of the large modal inset $modal-inset-height-large: 600px; /// @prop - Text color of the modal content $modal-text-color: $text-color; /// @prop - Padding top of the sheet modal $modal-sheet-padding-top: 6px; /// @prop - Padding bottom of the sheet modal $modal-sheet-padding-bottom: 6px;