Skip to content
Snippets Groups Projects
Unverified Commit fb53fb4d authored by Chris Lawton's avatar Chris Lawton Committed by GitHub
Browse files

Merge pull request #454 from OpenTechFund/296-fe-tweaks

296 fe tweaks
parents 0d615aa1 48707b23
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %} {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
{% endif %} {% endif %}
{% else %} {% else %}
<tr><td class="reviews-sidebar__no-reviews">No reviews yet</td></tr> <tr><td colspan="4" class="reviews-sidebar__no-reviews">No reviews yet</td></tr>
{% endif %} {% endif %}
{% if object.stage.has_external_review %} {% if object.stage.has_external_review %}
......
...@@ -84,6 +84,18 @@ $table-breakpoint: 'tablet-landscape'; ...@@ -84,6 +84,18 @@ $table-breakpoint: 'tablet-landscape';
padding-top: 15px; padding-top: 15px;
font-weight: $weight--bold; font-weight: $weight--bold;
@include media-query($table-breakpoint) {
display: flex;
align-items: center;
padding-top: 20px;
padding-left: 10px;
}
@include media-query(desktop) {
display: table-cell;
padding-left: 20px;
}
&.has-tooltip { &.has-tooltip {
@include media-query($table-breakpoint) { @include media-query($table-breakpoint) {
&::before { &::before {
...@@ -112,11 +124,6 @@ $table-breakpoint: 'tablet-landscape'; ...@@ -112,11 +124,6 @@ $table-breakpoint: 'tablet-landscape';
} }
} }
@include media-query($table-breakpoint) {
padding-top: 20px;
padding-left: 20px;
}
a { a {
color: $color--primary; color: $color--primary;
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
tbody { tbody {
tr { tr {
border: 0;
&:hover { &:hover {
box-shadow: none; box-shadow: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment