This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/web/themes/dcb2017/sass/components/_forms.scss
2017-04-18 11:42:47 +01:00

18 lines
209 B
SCSS

.form-item > label {
display: block;
font-weight: 600;
&.option {
display: inline;
font-weight: normal;
}
}
.form-submit {
@include button;
}
.form-text,
.form-email {
max-width: 95%;
}