/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/range/range.md.vars.scss
47 строк
2 KB
Liam DeBeasi
chore(theming): remove Sass default flags (#29401)
25 апр 2024, 22:59
Не верифицирован
25 апр 2024, 22:59
6e8bf49
Код
Авторство
О чём код?
@import "../../themes/ionic.globals.md"; // Material Design Range // -------------------------------------------------- /// @prop - Padding top/bottom of the range $range-md-padding-vertical: 8px; /// @prop - Padding start/end of the range - modern range /** * 18px was chosen so the knob and its focus/active * effects do not get cut off by the item. */ $range-md-item-padding-horizontal: 18px; /// @prop - Height of the range slider $range-md-slider-height: 42px; /// @prop - Height of the range bar $range-md-bar-height: 2px; /// @prop - Background of the range bar $range-md-bar-background-color: $background-color-step-250; /// @prop - Font size of the range pin $range-md-pin-font-size: dynamic-font(12px); /// @prop - Padding top/bottom of the range pin $range-md-pin-padding-vertical: 8px; /// @prop - Padding start/end of the range pin $range-md-pin-padding-horizontal: 0; /// @prop - Width and height of the range pin $range-md-pin-dimension: dynamic-font(28px); /// @prop - Opacity of the indicator shown when the range knob is hovered $range-md-knob-indicator-opacity-hover: 0.13; /// @prop - Opacity of the indicator shown when the range knob is focused $range-md-knob-indicator-opacity-focus: 0.13; /// @prop - Opacity of the indicator shown when the range knob is active $range-md-knob-indicator-opacity-active: 0.25; /// @prop - Opacity of the disabled range $range-md-disabled-opacity: $form-control-md-disabled-opacity;