Open claims label styling
This commit is contained in:
parent
d5fef2b7b6
commit
439fce9793
|
@ -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}]]]]))
|
||||
|
|
|
@ -498,10 +498,9 @@
|
|||
.open-claims-label {
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
color: #8d99a4;
|
||||
color: #57a7ed;
|
||||
}
|
||||
|
||||
|
||||
.activity-item-container {
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue