Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
templates
/
luminate
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/templates/luminate/less/forms.less
//Forms input#mod-search-searchword { width: 58%; } /* contact form */ .contact { width: 60%; margin: 80px 20% 0 20%; position: relative; z-index: 5; input#jform_contact_name { width: 100%; } input#jform_contact_email { width: 100%; } input#jform_contact_emailmsg { width: 100%; } textarea#jform_contact_message { width: 100%; } legend { font-size: @p; } } /* media queries */ @media (max-width: 980px) { .contact { width: 100%; margin: 0; position: relative; z-index: 5; } }