Add Committee management page
This commit is contained in:
@@ -25,7 +25,8 @@ body {
|
||||
float: right;
|
||||
color: #fdd017;
|
||||
text-decoration: none;
|
||||
font-size: 16px; }
|
||||
font-size: 16px;
|
||||
margin-left: 8px; }
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
@@ -84,6 +85,11 @@ body {
|
||||
.details span {
|
||||
color: #969499; }
|
||||
|
||||
form.committee {
|
||||
border-bottom: 1px solid #969499;
|
||||
padding: 16px;
|
||||
margin-bottom: 0; }
|
||||
|
||||
section {
|
||||
color: #969499;
|
||||
font-weight: lighter;
|
||||
|
||||
5
static/sass/committee.scss
Normal file
5
static/sass/committee.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
form.committee {
|
||||
border-bottom: 1px solid $midgray;
|
||||
padding: $pad-l;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -44,6 +44,7 @@ body {
|
||||
color: $gold;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
margin-left: $pad-m;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@import 'globals';
|
||||
@import 'details';
|
||||
@import 'committee';
|
||||
@import 'items';
|
||||
@import 'login';
|
||||
@import 'new';
|
||||
|
||||
Reference in New Issue
Block a user