Open claims label styling

This commit is contained in:
Teemu Patja 2017-11-08 13:16:18 +02:00
parent d5fef2b7b6
commit 439fce9793
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,8 @@
(str (subs (str tla) 1) " " balance)])
[:span.usd-value-label "Value "] [:span.usd-balance-label (str "$" value-usd)]
(when (> claim-count 0)
[:span.open-claims-label (str open-claims " open claims")]) ]]
[:span.open-claims-label (str claim-count " open claim"
(when (> claim-count 1) "s"))]) ]]
[:div.open-bounty-item-icon
[:div.ui.tiny.circular.image
[:img {:src avatar-url}]]]]))

View File

@ -498,10 +498,9 @@
.open-claims-label {
padding-left: 5px;
font-size: 15px;
color: #8d99a4;
color: #57a7ed;
}
.activity-item-container {
padding: 1em;
}