more minor fixes

This commit is contained in:
btzr-io 2017-10-03 11:27:52 -06:00
parent 5dcf15a5b9
commit 9ea1e21f5b
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ const RewardTile = props => {
<h3>{reward.reward_title}</h3>
</div>
<div className="card__content">{reward.reward_description}</div>
<div className="card__actions card__actions--bottom ">
<div className="card__actions ">
{reward.reward_type == rewards.TYPE_REFERRAL &&
<Link
button="alt"

View file

@ -7,7 +7,7 @@ table.table-standard {
padding: $spacing-vertical/2 8px;
}
th {
font-weight: bold;
font-weight: 500;
font-size: 0.9em;
}
td {
@ -15,7 +15,7 @@ table.table-standard {
}
thead th, > tr:first-child th {
vertical-align: bottom;
font-weight: bold;
font-weight: 500;
font-size: 0.9em;
padding: $spacing-vertical/4+1 8px $spacing-vertical/4-2;
text-align: left;
@ -67,4 +67,4 @@ table.table-transactions {
td:nth-of-type(3) { width: 15%; }
td:nth-of-type(4) { width: 40%; }
td:nth-of-type(5) { width: 15%; }
}
}