more minor fixes
This commit is contained in:
parent
5dcf15a5b9
commit
9ea1e21f5b
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ const RewardTile = props => {
|
||||||
<h3>{reward.reward_title}</h3>
|
<h3>{reward.reward_title}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div className="card__content">{reward.reward_description}</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 &&
|
{reward.reward_type == rewards.TYPE_REFERRAL &&
|
||||||
<Link
|
<Link
|
||||||
button="alt"
|
button="alt"
|
||||||
|
|
|
@ -7,7 +7,7 @@ table.table-standard {
|
||||||
padding: $spacing-vertical/2 8px;
|
padding: $spacing-vertical/2 8px;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
|
@ -15,7 +15,7 @@ table.table-standard {
|
||||||
}
|
}
|
||||||
thead th, > tr:first-child th {
|
thead th, > tr:first-child th {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding: $spacing-vertical/4+1 8px $spacing-vertical/4-2;
|
padding: $spacing-vertical/4+1 8px $spacing-vertical/4-2;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -67,4 +67,4 @@ table.table-transactions {
|
||||||
td:nth-of-type(3) { width: 15%; }
|
td:nth-of-type(3) { width: 15%; }
|
||||||
td:nth-of-type(4) { width: 40%; }
|
td:nth-of-type(4) { width: 40%; }
|
||||||
td:nth-of-type(5) { width: 15%; }
|
td:nth-of-type(5) { width: 15%; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue