Skip to content

Commit

Permalink
Stylesheet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdeklerk committed Oct 9, 2017
1 parent 65a43d7 commit 72c15ac
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/styles/explorer/explorer-rewards.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
explorer-rewards {
.widget();
.list();
md-list-item.md-no-proxy {
flex-grow: 0;
}
.truncate-col {
padding-right: 30px;
&.left {
text-align: left;
}
&.block {
max-width: 160px;
}
&.account-col {
max-width: inherit;
}
&.effective-col {
max-width: inherit;
}
&.total-col {
max-width: inherit;
}
&.date-col {
max-width: initial;
}
}
a, a * {
font-size: 14px;
color: @link-yellow;
cursor: pointer;
}
}
1 change: 1 addition & 0 deletions app/styles/explorer/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
@import 'explorer-detail';
@import 'explorer-latest-blocks';
@import 'explorer-account';
@import 'explorer-rewards';

0 comments on commit 72c15ac

Please sign in to comment.