Popup css
This commit is contained in:
parent
8fb6105d5c
commit
c5a575e418
1 changed files with 24 additions and 0 deletions
|
@ -168,6 +168,30 @@ form p textarea {
|
|||
font-size: 7vh;
|
||||
}
|
||||
|
||||
/*
|
||||
* CONTACT FORM POPUP
|
||||
*/
|
||||
|
||||
#contact-popup {
|
||||
position: fixed;
|
||||
top: 20vh;
|
||||
height: 50vh;
|
||||
width: 50vw;
|
||||
background-color: #03A9F4;
|
||||
left: 25vw;
|
||||
border-radius: 15vw;
|
||||
text-align: center;
|
||||
padding-top: 15vh;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#thanks {
|
||||
color: #fff;
|
||||
font-family: Oswald;
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* FONT DATA
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue