1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

modal shadow

This commit is contained in:
Chen-I Lim 2021-01-14 17:12:42 -08:00
parent 9cef3ac008
commit d7eb2651cf

View File

@ -3,10 +3,10 @@
top: 25px;
left: -230px;
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));
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) {
position: fixed;