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

49 lines
817 B
CSS
Raw Permalink 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;
}
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;
background: #f8f8f8f8;
border: 1px solid #808080;
border-radius: 8px;
margin-bottom: .5em;
display: flex;
justify-content: space-between;
}
.mfa-device div {
display: flex;
flex-direction: column;
justify-content: center;
}
.mfa-device p {
margin: 0;
}
.mfa-device .mfa-device-name {
font-weight: bold;
}