Initial theming
This commit is contained in:
parent
53d6173a5f
commit
002f40bc1a
25 changed files with 634 additions and 0 deletions
13
web/themes/dcb2017/sass/components/_forms.scss
Normal file
13
web/themes/dcb2017/sass/components/_forms.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
.form-item > label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
|
||||
&.option {
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.form-submit {
|
||||
@include button;
|
||||
}
|
Reference in a new issue