/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/input-otp/input-otp.ios.scss
20 строк
398 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.ios"; // iOS Input OTP // -------------------------------------------------- :host { --border-width: #{$hairlines-width}; } :host(.has-focus) .native-input:focus { --border-width: 1px; } // Fills // -------------------------------------------------- :host(.input-otp-fill-outline) { --border-color: #{$item-ios-border-color}; }