mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-20 21:28:18 +00:00
more badge, padding, and font weight adjustments
This commit is contained in:
parent
64dc0d04de
commit
1c84bbc961
@ -271,25 +271,25 @@
|
|||||||
(when bounty
|
(when bounty
|
||||||
(let [owner-address (:owner_address bounty)]
|
(let [owner-address (:owner_address bounty)]
|
||||||
;; width requires a deliberate override of semantic.min.css
|
;; width requires a deliberate override of semantic.min.css
|
||||||
[:div.ui.active.modal.br3 {:style {:width 600}}
|
[:div.ui.active.modal.br3 {:style {:width 650}}
|
||||||
[:div.pa4
|
[:div.pa4
|
||||||
[:h3.dark-gray "Are you sure you want to request a refund?"]
|
[:h3.dark-gray "Are you sure you want to request a refund?"]
|
||||||
[:p.silver "This will set your bounty"
|
[:p.silver "This will set your bounty"
|
||||||
[:span.pg-med " value to $0."]
|
[:span.pg-med " value to $0."]
|
||||||
" Don't worry, your issue will still be accessible to the community. Remember that the higher the funds, the higher the chance to get the issue solved."]
|
" Don't worry, your issue will still be accessible to the community. Remember that the higher the funds, the higher the chance to get the issue solved."]
|
||||||
[:div.bg-sob-tint.br3.pa3
|
[:div.bg-sob-tint.br3.pa3
|
||||||
[:p (:issue-title bounty)]
|
[:p.fw4 (:issue-title bounty)]
|
||||||
[ui-balances/token-balances (bnt/crypto-balances bounty) :badge]
|
[ui-balances/token-balances (bnt/crypto-balances bounty) :label]
|
||||||
[ui-balances/usd-value-label (:value-usd bounty)]
|
[:p [ui-balances/usd-value-label (:value-usd bounty)]]
|
||||||
[:p "To be refunded to "
|
[:p.silver "To be refunded to: " owner-address]]
|
||||||
[:a.sob-blue.pg-med
|
[:div.pv3
|
||||||
{:href (etherscan-address-url owner-address) :target "_blank"}
|
[primary-button-button
|
||||||
owner-address]]]
|
{:on-click #(rf/dispatch [:clear-revoke-modal])}
|
||||||
|
"REQUEST REFUND"]
|
||||||
[:button {:on-click #(rf/dispatch [:clear-revoke-modal])}
|
[:span.dark-gray.pointer.fw4.f7.ml4
|
||||||
"REQUEST REFUND"]
|
{:role "button"
|
||||||
[:button {:on-click #(rf/dispatch [:clear-revoke-modal])}
|
:on-click #(rf/dispatch [:clear-revoke-modal])}
|
||||||
"CANCEL"]]])))))
|
"CANCEL"]]]])))))
|
||||||
|
|
||||||
(defn revoke-dropdown [bounty]
|
(defn revoke-dropdown [bounty]
|
||||||
(let [menu (if (contains? @(rf/subscribe [:three-dots-open?]) (:issue-id bounty))
|
(let [menu (if (contains? @(rf/subscribe [:three-dots-open?]) (:issue-id bounty))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user