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