style contact form

This commit is contained in:
Aadil Ayub 2024-04-26 15:37:55 +05:00
parent a514a66e4e
commit ff12b669cd
1 changed files with 44 additions and 0 deletions

View File

@ -43,4 +43,48 @@ Version: 0.1
padding: 1em;
width: 32px;
}
}
/* style contact form */
.visual-form-builder label, label.vfb-desc {
color: #055CAD;
font-size: 16px;
padding: 0 0 13px 0;
}
.vfb-legend {
display: none;
}
form.visual-form-builder {
position: relative;
margin: 20px 0;
background: 0;
list-style: none;
list-style-type: none;
list-style-image: none;
text-shadow: none;
font-family: inherit;
}
.visual-form-builder fieldset {
background-color: #ffffff;
border: 0px solid #d3d3d3;
}
.visual-form-builder input[type="submit"] {
background: #055CAD;
outline: none;
border-bottom: 3px solid #055CAD;
border: none;
border-bottom-width: medium;
border-bottom-style: none;
border-bottom-color: currentcolor;
border-bottom: 3px solid #055CAD;
border-radius: 2px;
color: #fff;
display: inline-block;
padding: 11px 24px 10px;
text-decoration: none;
}