%PDF- %PDF-
| Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb_old/assets/css/scss/general/ |
| Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb_old/assets/css/scss/general/forms.scss |
.gform_wrapper {
form {
.gform_body {
.gfield_label {
font-family: 'Lato';
font-weight: 700;
font-size: 12px;
line-height: 18px;
color: $primary;
.gfield_required {
display: none;
}
}
input, textarea, select {
background-color: transparent;
border: 1px solid $primary;
border-radius: 5px;
font-family: 'Lato';
font-size: 16px !important;
line-height: 24px;
color: $primary;
padding: 16px !important;
&::placeholder {
color: $primary;
opacity: 1;
}
}
select {
padding: 18px 16px !important;
}
.gfield_validation_message {
display: none;
}
input[type=file] {
// position: relative;
// height: 56px;
// border: none;
// padding: 12px 0 0 141px !important;
font-family: 'Lato';
font-size: 16px;
line-height: 24px;
// color: #666666;
// &::before {
// position: absolute;
// top: 0;
// left: 0;
// display: block;
// content: 'Escolher arquivo';
// font-family: 'Lato';
// font-weight: 700;
// font-size: 16px;
// line-height: 24px;
// color: #FFFFFF;
// text-transform: uppercase;
// padding: 16px 40px;
// background-color: #666666;
// border-radius: 5px;
// cursor: pointer;
// }
}
.gform_fileupload_rules {
display: none;
}
}
.gform_footer {
margin-top: 24px !important;
input[type=submit] {
font-family: 'Lato';
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
padding: 16px;
background-color: $secondary;
border: none;
border-radius: 5px;
}
}
}
}
#gform_2 {
.gform_footer {
text-align: center;
}
}
#gform_3 {
.gform_body {
display: block;
width: 75%;
float: left;
.gfield--width-half {
&:nth-child(odd) {
margin-right: 37px;
}
&:nth-child(even) {
margin-left: 37px;
}
}
.gform_fields {
row-gap: 5px !important;
}
}
.gform_footer {
display: block;
width: 25%;
margin: 0;
padding: 0;
float: right;
text-align: right;
input[type=submit] {
background-color: $primary;
margin: 13px 0 0 0 !important;
}
}
}