tidy up unfinished admin css
This commit is contained in:
parent
13a84f7f25
commit
14feb47640
4 changed files with 20 additions and 6 deletions
|
|
@ -25,12 +25,14 @@ input {
|
|||
|
||||
.mfa-device {
|
||||
padding: .75em;
|
||||
background: #f8f8f8f8;
|
||||
border: 1px solid #808080;
|
||||
border-radius: 8px;
|
||||
margin-bottom: .5em;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
color: var(--fg-3);
|
||||
background: var(--bg-2);
|
||||
box-shadow: var(--shadow-md);
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.mfa-device div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue