/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/input-otp/input-otp.md.scss
20 строк
397 B
Brandy Smith
feat(input-otp): add new input-otp component (#30386)
29 май 2025, 22:10
Не верифицирован
29 май 2025, 22:10
4d6a067
Код
Авторство
О чём код?
@import "./input-otp"; @import "../../themes/ionic.globals.md"; // Material Design Input OTP // -------------------------------------------------- :host { --border-width: 1px; } :host(.has-focus) .native-input:focus { --border-width: 2px; } // Fills // -------------------------------------------------- :host(.input-otp-fill-outline) { --border-color: #{$background-color-step-300}; }