parent
e612a305cc
commit
0b17c669de
|
@ -5,8 +5,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.35);
|
background-color: rgba(0, 0, 0, 0.45);
|
||||||
background-color: rgba(0, 0, 0, .25);
|
|
||||||
animation: fadein .25s ease-in-out;
|
animation: fadein .25s ease-in-out;
|
||||||
z-index: 9999990;
|
z-index: 9999990;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
@ -23,7 +22,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.35);
|
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225);
|
||||||
z-index: 9999991;
|
z-index: 9999991;
|
||||||
-moz-user-select: text;
|
-moz-user-select: text;
|
||||||
}
|
}
|
||||||
|
@ -140,4 +139,3 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user