modal shadow
This commit is contained in:
parent
9cef3ac008
commit
d7eb2651cf
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
||||||
top: 25px;
|
top: 25px;
|
||||||
left: -230px;
|
left: -230px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
box-shadow: rgba(var(--main-fg), 0.1) 0px 0px 0px 1px, rgba(var(--main-fg), 0.1) 0px 2px 4px;
|
|
||||||
background-color: rgb(var(--main-bg));
|
background-color: rgb(var(--main-bg));
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: rgba(var(--main-fg), 0.05) 0px 0px 0px 1px, rgba(var(--main-fg), 0.1) 0px 3px 6px, rgba(var(--main-fg), 0.2) 0px 9px 24px;
|
||||||
|
|
||||||
@media screen and (max-width: 430px) {
|
@media screen and (max-width: 430px) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue