Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created March 16, 2021 14:48
Show Gist options
  • Save AertHulsebos/36a7fec9ffcfc9cd5e9dfda087beae4e to your computer and use it in GitHub Desktop.
Save AertHulsebos/36a7fec9ffcfc9cd5e9dfda087beae4e to your computer and use it in GitHub Desktop.
input.wpcf7-form-control.wpcf7-submit {
margin-top: 8px;
margin-left:2px;
}
.placeholder-active {
color: #28303E;
padding: 15px;
border: 3px solid #28303E;
margin-left: 2px;
font-size: 18px;
width: fit-content;
overflow: hidden;
font-family: inherit;
font-weight: 500;
text-align: start;
}
.placeholder-active:hover {
background-color: #28303E;
color :#D1E4DE;
cursor:pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment