Created
June 10, 2019 15:47
-
-
Save SmartWeb25/96466f9c6a1fc4cd9cf551433b2ecf3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.infusion-form { | |
width: 100%; | |
margin: 30px auto; | |
max-width: 600px; | |
} | |
.infusion-form .infusion-field { | |
margin-bottom: 15px; | |
} | |
.infusion-form .infusion-field { | |
color: #000; | |
font-size: 16px; | |
} | |
.infusion-form .infusion-field input { | |
width: 100%; | |
color: #000; | |
font-size: 16px; | |
border-radius: 5px; | |
padding: 10px; | |
} | |
.infusion-form .infusion-submit { | |
text-align: center; | |
} | |
.infusion-form .infusion-submit button{ | |
padding: 15px 30px; | |
text-transform: uppercase; | |
color: #fff; | |
background-color: #F7B9AF; | |
text-transform: uppercase; | |
font-size: 20px; | |
transition: all ease 0.3s; | |
border: 0; | |
letter-spacing: 1px; | |
font-weight: 500; | |
} | |
.infusion-form .infusion-submit button:hover{ | |
color: #fff; | |
background-color: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment