Delete redundant css

This commit is contained in:
leigh-mil 2019-10-22 13:38:47 -04:00
parent f71f2c91fb
commit 14fcef8c87
4 changed files with 1 additions and 103 deletions

View File

@ -415,82 +415,6 @@
padding: 2 * $gap;
padding-top: 0;
}
table {
thead {
th:first-child {
padding-left: 3 * $gap;
}
}
th {
background-color: $color-gray-lightest;
padding: $gap 2 * $gap;
border-top: none;
border-bottom: none;
color: $color-gray;
.icon {
margin-left: 1rem;
}
}
td {
border-bottom: 1px solid $color-gray-lightest;
}
td.unused-balance {
color: $color-red;
}
.label--expired {
background-color: $color-gray-light;
}
.to-performance-period {
display: flex;
flex-wrap: wrap;
.to-end-date {
margin-right: 1.2rem;
}
&.to-expiring-soon {
.to-expiration-alert {
font-weight: $font-bold;
font-size: 1.5rem;
word-break: normal;
white-space: normal;
.icon {
margin-left: 0;
}
}
&.funded .to-expiration-alert {
color: $color-blue;
.icon {
@include icon-color($color-blue);
}
}
&.unfunded {
.to-expiration-alert {
color: $color-red;
}
.icon {
@include icon-color($color-red);
}
.to-end-date {
color: $color-red;
}
}
}
}
}
}
.portfolio-reports {

View File

@ -37,28 +37,4 @@
left: 4px;
}
}
table {
thead {
td {
font-weight: bold;
font-size: 1.4rem;
border-top: 0;
}
}
tbody {
th {
font-weight: bold;
font-size: 1.6rem;
}
td {
font-size: 1.6rem;
border-bottom: 1px solid $color-gray-lightest;
border-top: 0;
padding: (3 * $gap) (2 * $gap);
}
}
}
}

View File

@ -212,7 +212,6 @@ table {
th,
td {
font-weight: bold;
border-bottom: 1px solid $color-gray-lightest;
}
}

View File

@ -27,8 +27,7 @@
</form>
</base-form>
{% else %}
<!-- TODO: use new spacing styling to add in bottom margin here -->
<div class="">
<div>
<p>
{{ "fragments.edit_application_form.explain" | translate }}
</p>