mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Corrected shadow
This commit is contained in:
parent
88e6446e6e
commit
d4630b2b6f
|
|
@ -268,7 +268,7 @@ body {
|
|||
line-height: 40px;
|
||||
max-width: 200px;
|
||||
background: var(--bs-body-bg);
|
||||
box-shadow: rgba(0,0,0, .3) 0 -2px 3px;
|
||||
box-shadow: rgba(0,0,0, .3) 0 4px 6px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
|
|
@ -277,7 +277,7 @@ body {
|
|||
.field-ctrl-main {
|
||||
padding: 10px 20px;
|
||||
background: var(--bs-body-bg);
|
||||
box-shadow: rgba(0,0,0, .3) 0 -2px 3px;
|
||||
box-shadow: rgba(0,0,0, .3) 0 4px 6px;
|
||||
border-radius: 4px;
|
||||
|
||||
> div {
|
||||
|
|
|
|||
Loading…
Reference in New Issue