Skip to content

Instantly share code, notes, and snippets.

@SmartWeb25
Created June 10, 2019 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SmartWeb25/96466f9c6a1fc4cd9cf551433b2ecf3f to your computer and use it in GitHub Desktop.
Save SmartWeb25/96466f9c6a1fc4cd9cf551433b2ecf3f to your computer and use it in GitHub Desktop.
.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