fix config btn bg-color
This commit is contained in:
parent
934289c476
commit
711f212bf2
@ -7,6 +7,7 @@
|
||||
z-index: 4;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 8px;
|
||||
background-color: var(--page-bg);
|
||||
}
|
||||
|
||||
.DropdownMenuContent,
|
||||
@ -16,7 +17,8 @@
|
||||
background-color: var(--page-bg);
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
|
||||
box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35),
|
||||
0px 10px 20px -15px rgba(22, 23, 24, 0.2);
|
||||
animation-duration: 400ms;
|
||||
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
|
||||
will-change: transform, opacity;
|
||||
|
@ -11,10 +11,10 @@
|
||||
border-style: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 1px;
|
||||
background-color: var(--page-bg);
|
||||
}
|
||||
|
||||
.side-panel-trigger {
|
||||
font-family: 'WorkSans', sans-serif;
|
||||
font-size: 16px;
|
||||
border: 0px;
|
||||
}
|
||||
@ -22,7 +22,6 @@
|
||||
.side-panel-content {
|
||||
outline: none;
|
||||
position: relative;
|
||||
font-family: 'WorkSans', sans-serif;
|
||||
font-size: 14px;
|
||||
top: 8px;
|
||||
right: 1.5rem;
|
||||
|
Loading…
Reference in New Issue
Block a user