/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/core/style/_checkbox-common.scss
11 строк
349 B
Andrew Seguin
feat(material/checkbox): update pseudo-checkbox size (#25425)
12 авг 2022, 21:37
Не верифицирован
12 авг 2022, 21:37
3b87655
Код
Авторство
О чём код?
// The width/height of the checkbox element. $size: 18px !default; // The width/height of the legacy-checkbox element. $legacy-size: 16px !default; // The width of the checkbox border shown when the checkbox is unchecked. $border-width: 2px; // The base duration used for the majority of transitions for the checkbox. $transition-duration: 90ms;