/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/segment-button/segment-button.ios.vars.scss
64 строки
2 KB
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.ios"; // iOS Segment Button // -------------------------------------------------- /// @prop - Background of the segment button $segment-button-ios-background: none; /// @prop - Background of the checked segment button $segment-button-ios-background-checked: $segment-button-ios-background; /// @prop - Text color of the segment button $segment-button-ios-color: $text-color; /// @prop - Background of the checked segment button indicator $segment-button-ios-indicator-color: var(--ion-color-step-350, var(--ion-background-color-step-350, $background-color)); /// @prop - Margin of the segment button $segment-button-ios-margin: 2px; /// @prop - Opacity of the segment button on hover $segment-button-ios-opacity-hover: .5; /// @prop - Opacity of the segment button when focused $segment-button-ios-opacity-focused: .7; /// @prop - Opacity of the disabled segment button $segment-button-ios-opacity-disabled: .3; /// @prop - Background of the segment button on hover $segment-button-ios-background-hover: none; /// @prop - Box shadow of the checked segment button $segment-button-ios-box-shadow-checked: 0 0 5px rgba(0, 0, 0, 0.16); /// @prop - Border width of the segment button $segment-button-ios-border-width: 1px; /// @prop - Border color of the segment button $segment-button-ios-border-color: rgba($text-color-rgb, 0.12); /// @prop - Minimum width of the segment button $segment-button-ios-min-width: 70px; /// @prop - Minimum height of the segment button $segment-button-ios-min-height: 28px; /// @prop - Line height of the segment button $segment-button-ios-line-height: 37px; /// @prop - Font size of the segment button $segment-button-ios-font-size: 13px; /// @prop - Border radius of the segment button $segment-button-ios-border-radius: 7px; /// @prop - Size of an icon in the segment button $segment-button-ios-icon-size: 24px; /// @prop - Transition of the segment button $segment-button-ios-transition: 100ms all linear; /// @prop - Transition of the animated segment button $segment-button-ios-transition-animated: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);