Created
March 16, 2021 14:48
-
-
Save AertHulsebos/36a7fec9ffcfc9cd5e9dfda087beae4e 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
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