arimelody-web/admin/static/edit-account.css

56 lines
943 B
CSS
Raw Normal View History

@import url("/admin/static/index.css");
div.card {
margin-bottom: 2rem;
}
label {
width: auto;
margin: 0;
display: flex;
align-items: center;
color: inherit;
}
2025-10-21 21:00:54 +01:00
form#change-password input,
form#delete-account input {
width: min(20rem, calc(100% - 1rem));
margin: .5rem 0;
padding: .3rem .5rem;
display: block;
border-radius: 4px;
border: 1px solid #808080;
font-size: inherit;
font-family: inherit;
color: inherit;
}
.mfa-device {
padding: .75em;
margin-bottom: .5em;
display: flex;
justify-content: space-between;
2025-10-20 08:31:36 +01:00
color: var(--fg-3);
background: var(--bg-2);
box-shadow: var(--shadow-md);
border-radius: 16px;
}
.mfa-device div {
display: flex;
flex-direction: column;
justify-content: center;
}
.mfa-device p {
margin: 0;
}
.mfa-device .mfa-device-name {
font-weight: bold;
}
2025-10-21 21:00:54 +01:00
.mfa-device form input {
display: none;
}