mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Merge branch 'next' into ROU-12076
This commit is contained in:
@ -129,13 +129,6 @@
|
|||||||
background: var(--separator-color);
|
background: var(--separator-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fills
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
:host(.input-otp-fill-outline) {
|
|
||||||
--background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// States
|
// States
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -68,20 +68,24 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host(.input-otp-shape-round) {
|
:host(.input-otp-shape-round) {
|
||||||
--border-radius: #{globals.$ion-border-radius-400};
|
--border-radius: #{globals.$ion-round-xl};
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(.input-otp-shape-soft) {
|
:host(.input-otp-shape-soft) {
|
||||||
--border-radius: #{globals.$ion-border-radius-200};
|
--border-radius: #{globals.$ion-soft-xl};
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(.input-otp-shape-rectangular) {
|
:host(.input-otp-shape-rectangular) {
|
||||||
--border-radius: #{globals.$ion-border-radius-0};
|
--border-radius: #{globals.$ion-rectangular-xl};
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fills
|
// Fills
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
:host(.input-otp-fill-outline) {
|
||||||
|
--background: #{globals.$ion-bg-input-default};
|
||||||
|
}
|
||||||
|
|
||||||
:host(.input-otp-fill-solid) {
|
:host(.input-otp-fill-solid) {
|
||||||
--border-color: #{globals.$ion-bg-input-bold-default};
|
--border-color: #{globals.$ion-bg-input-bold-default};
|
||||||
--background: #{globals.$ion-bg-input-bold-default};
|
--background: #{globals.$ion-bg-input-bold-default};
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user