add shadows to bounties, activities and top hunter containers

This commit is contained in:
Martin Klepsch 2018-04-24 20:37:10 +02:00 committed by Tetiana Churikova
parent 6da61e830b
commit cf0c1d05a5
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@
[:div.view-loading-container
[:div.ui.active.inverted.dimmer
[:div.ui.text.loader.view-loading-label "Loading"]]]
[:div.ui.container.open-bounties-container
[:div.ui.container.open-bounties-container.shadow-6
{:ref #(reset! container-element %1)}
[:div.open-bounties-header.ph4.pt4 "Bounties"]
[:div.open-bounties-filter-and-sort.ph4

View File

@ -216,7 +216,7 @@
:usage-metrics [usage-metrics-page])]]
(when (show-top-hunters?)
[:div.five.wide.column.computer.only
[:div.ui.container.top-hunters
[:div.ui.container.top-hunters.shadow-6
[:h3.top-hunters-header "Top 5 hunters"]
[:div.top-hunters-subheader "All time"]
[top-hunters]]])]]]