Add Committee management page

This commit is contained in:
2017-02-10 11:46:52 -05:00
parent f59f019668
commit 9ff1eec057
11 changed files with 176 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
form.committee {
border-bottom: 1px solid $midgray;
padding: $pad-l;
margin-bottom: 0;
}

View File

@@ -44,6 +44,7 @@ body {
color: $gold;
text-decoration: none;
font-size: 16px;
margin-left: $pad-m;
}
}

View File

@@ -1,5 +1,6 @@
@import 'globals';
@import 'details';
@import 'committee';
@import 'items';
@import 'login';
@import 'new';