set up initial success screen and added animation for collecting email form
This commit is contained in:
parent
7a7b78d03b
commit
a6a0742c90
5 changed files with 72 additions and 16 deletions
|
|
@ -25,3 +25,13 @@
|
|||
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
.overlay{
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
height: 100%;
|
||||
background: rgba(0,0,0,.4);
|
||||
z-index: 4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue