/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/tab-button/tab-button.ios.vars.scss
31 строка
1006 B
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.ios"; // iOS Tabs // -------------------------------------------------- /// @prop - Padding top on the tab button $tab-button-ios-padding-top: 0; /// @prop - Padding end on the tab button $tab-button-ios-padding-end: 2px; /// @prop - Padding bottom on the tab button $tab-button-ios-padding-bottom: $tab-button-ios-padding-top; /// @prop - Padding start on the tab button $tab-button-ios-padding-start: $tab-button-ios-padding-end; /// @prop - Max width of the tab button $tab-button-ios-max-width: 240px; /// @prop - Text color of the inactive tab button $tab-button-ios-text-color: $tabbar-ios-color; /// @prop - Font size of the tab button text $tab-button-ios-font-size: 10px; /// @prop - Size of the tab button icon when there is a label $tab-button-ios-icon-size: 24px; /// @prop - Size of the tab button icon when there is not a label $tab-button-ios-icon-only-size: 30px;