/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/checkbox/checkbox.ios.vars.scss
30 строк
1 KB
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@use "sass:math"; @import "../../themes/ionic.globals.ios"; @import "../item/item.ios.vars"; // iOS Checkbox // -------------------------------------------------- /// @prop - Background color of the checkbox when off $checkbox-ios-background-color-off: $item-ios-background; /// @prop - Size of the checkbox icon $checkbox-ios-icon-size: dynamic-font-max(22px, 2.538); /// @prop - Border color of the checkbox icon when off $checkbox-ios-icon-border-color-off: rgba($text-color-rgb, 0.23); /// @prop - Border width of the checkbox icon $checkbox-ios-icon-border-width: dynamic-font(2px); /// @prop - Border style of the checkbox icon $checkbox-ios-icon-border-style: solid; /// @prop - Border radius of the checkbox icon $checkbox-ios-icon-border-radius: 50%; /// @prop - Opacity of the disabled checkbox $checkbox-ios-disabled-opacity: $form-control-ios-disabled-opacity; /// @prop - Checkmark width of the checkbox icon $checkbox-ios-icon-checkmark-width: 1.5px;