wip wiring up account forms
This commit is contained in:
parent
cdc15f019d
commit
3459bf26f8
25 changed files with 413 additions and 53 deletions
11
imports/ui/stylesheets/_bootstrap-overrides.scss
Normal file
11
imports/ui/stylesheets/_bootstrap-overrides.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@import './mixins';
|
||||
|
||||
.page-header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@include breakpoint(tablet) {
|
||||
.page-header {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2,6 +2,11 @@
|
|||
@import './colors';
|
||||
|
||||
form {
|
||||
label,
|
||||
.control-label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
label.error {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
@import './colors';
|
||||
@import './forms';
|
||||
@import './bootstrap-overrides';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue