mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
feat: update styles for two-step providers and responsive layout adjustments
This commit is contained in:
@@ -650,6 +650,12 @@
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.two-step-providers-module .settings-module-head {
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
border-bottom: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.two-step-warning-head {
|
||||
@apply mb-2 flex items-center gap-2 text-sm font-extrabold;
|
||||
color: #c2410c;
|
||||
|
||||
@@ -1144,12 +1144,14 @@
|
||||
}
|
||||
|
||||
.two-factor-passkey-row {
|
||||
grid-template-columns: 2rem minmax(0, 1fr);
|
||||
grid-template-columns: 2rem minmax(0, 1fr) auto;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.two-factor-passkey-row .btn {
|
||||
grid-column: 2;
|
||||
grid-column: 3;
|
||||
justify-self: end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.account-passkey-status {
|
||||
|
||||
Reference in New Issue
Block a user