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

19 lines
209 B
SCSS
Raw Normal View History

2017-03-31 12:22:46 +01:00
.form-item > label {
display: block;
2017-04-18 11:42:47 +01:00
font-weight: 600;
2017-03-31 12:22:46 +01:00
&.option {
display: inline;
font-weight: normal;
}
}
.form-submit {
@include button;
}
2017-03-31 15:21:45 +01:00
.form-text,
.form-email {
max-width: 95%;
}