admin dashboard early UI refresh
This commit is contained in:
parent
028ed60293
commit
13a84f7f25
12 changed files with 249 additions and 139 deletions
|
|
@ -9,9 +9,9 @@ h1 {
|
|||
flex-direction: row;
|
||||
gap: 1.2em;
|
||||
|
||||
border-radius: 8px;
|
||||
background: #f8f8f8f8;
|
||||
border: 1px solid #808080;
|
||||
border-radius: 16px;
|
||||
background: var(--bg-2);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
.artist-avatar {
|
||||
|
|
@ -27,6 +27,7 @@ h1 {
|
|||
cursor: pointer;
|
||||
}
|
||||
.artist-avatar #remove-avatar {
|
||||
margin-top: .5em;
|
||||
padding: .3em .4em;
|
||||
}
|
||||
|
||||
|
|
@ -53,8 +54,8 @@ input[type="text"] {
|
|||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
color: inherit;
|
||||
background: #ffffff;
|
||||
border: 1px solid transparent;
|
||||
background: var(--bg-0);
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
}
|
||||
|
|
@ -85,9 +86,10 @@ input[type="text"]:focus {
|
|||
flex-direction: row;
|
||||
gap: 1em;
|
||||
align-items: center;
|
||||
background: #f8f8f8;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #808080;
|
||||
|
||||
border-radius: 16px;
|
||||
background: var(--bg-2);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
.release-artwork {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue