more space between dashboard nav items

This commit is contained in:
Martin Klepsch 2018-04-23 22:33:41 +02:00 committed by Tetiana Churikova
parent 3e03a87d5a
commit 79e37b1f06
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@
(defn manage-bounties-nav [active-route-id]
(let [active-classes "muted-blue bb bw2 b--sob-blue"
non-active-classes "silver pointer"
tab :span.dib.f6.tracked.ttu.pg-med.mr3.pb2]
[:div.mv4
tab :span.dib.f6.tracked.ttu.pg-med.mr3.ml2.pb2]
[:div.mv4.nl2
[tab
{:role "button"
:class (if (= active-route-id :dashboard/to-confirm) active-classes non-active-classes)