Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Moderation
· c89aa43f
Emiliano Balbuena
authored
May 20, 2019
and
Mark Harding
committed
May 20, 2019
c89aa43f
Merge branch 'goal/ReportingAndModeration.dev-1' into 'epic/ReportingAndModeration'
· db8c54a6
Mark Harding
authored
May 20, 2019
Moderation See merge request
!306
db8c54a6
Hide whitespace changes
Inline
Side-by-side
src/app/modules/wallet/tokens/contributions/chart.component.html
View file @
db8c54a6
...
...
@@ -75,6 +75,13 @@
<span>
+10 (receiver)
</span>
</div>
</div>
<div
class=
"m-token-contributions--chart--contribution"
>
<i
class=
"material-icons"
>
gavel
</i>
<div
class=
"m-token-contributions--chart--contribution-text"
>
<span>
Jury Duty
</span>
<span>
+25
</span>
</div>
</div>
<div
class=
"m-token-contributions--chart--contribution"
>
<i
class=
"material-icons"
>
check_circle
</i>
<div
class=
"m-token-contributions--chart--contribution-text"
>
...
...
src/app/modules/wallet/tokens/contributions/chart.component.scss
View file @
db8c54a6
...
...
@@ -2,7 +2,7 @@
padding
:
16px
;
margin-bottom
:
8px
;
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
1fr
);
grid-template-columns
:
repeat
(
3
,
1fr
);
grid-gap
:
0
;
grid-auto-rows
:
minmax
(
100px
,
auto
);
@include
m-theme
(){
...
...