Skip to content

Instantly share code, notes, and snippets.

@paulaleite
Last active July 19, 2020 02:30
Show Gist options
  • Save paulaleite/8b467ec8e5181fc90d05d3cf880aa7ad to your computer and use it in GitHub Desktop.
Save paulaleite/8b467ec8e5181fc90d05d3cf880aa7ad to your computer and use it in GitHub Desktop.
/* FALE CONSCO */
.section-contact {
height: 75vh; /* 1 */
background-color: #1A5275;
}
/* 2 */
.assunto,
.nome,
input[type=email] {
min-width: 100%; /* 3 */
max-width: 100%; /* 3 */
padding-left: 2%; /* 4 */
padding-top: 2%; /* 4 */
padding-bottom: 2%; /* 4 */
}
.form-contato {
padding-top: 1%;
padding-right: 10%;
}
/* 5 */
textarea {
min-height: 120px;
max-height: 120px;
}
/* 6 */
.success { background-color: rgba(99, 209, 66, 0.57); }
.error { background-color: rgba(234, 26, 26, 0.57); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment