/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/fab-button/fab-button.vars.scss
16 строк
487 B
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals"; // Floating Action Buttons // -------------------------------------------------- /// @prop - Width and height of the FAB button $fab-size: 56px; /// @prop - Width and height of the mini FAB button $fab-small-size: 40px; /// @prop - Border radius of the FAB button $fab-border-radius: 50%; /// @prop - Margin applied to the small FAB button $fab-button-small-margin: 8px;