public-health-ch/publichealth/static/css/modules/_forms.scss
2017-04-08 15:47:10 +02:00

12 lines
149 B
SCSS

// Contact form
#contact-page {
form {
label {
width: 15em;
border-bottom: 1px dashed #ccc;
line-height: 155%;
}
}
}