Fix spacing throught form and move all TO form related styling to task order stylesheet

This commit is contained in:
leigh-mil
2019-01-15 16:50:39 -05:00
parent 75e831beb6
commit 08555e543e
9 changed files with 84 additions and 64 deletions

View File

@@ -162,3 +162,40 @@
}
}
}
.task-order-form {
.task-order-form__heading {
margin-bottom: 0;
&.inactive {
color: $color-gray-light;
}
&.subheading {
color: $color-gray;
}
}
.funding-summary__table {
tr td {
border-bottom: 0;
padding: 0.5rem 1.5rem;
.funding-summary__td {
margin-top: 0;
}
}
}
.task-order-invite-message {
&.not-sent {
color: $color-red;
font-weight: $font-bold;
}
&.sent {
color: $color-green;
font-weight: $font-bold;
}
}
}