mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
fix initial appearance of modal and include instructions about dashbaord banner
This commit is contained in:
parent
1c84bbc961
commit
d0a4ff7179
@ -271,12 +271,13 @@
|
|||||||
(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 650}}
|
[:div.ui.active.modal.br3 {:style {:top 100
|
||||||
|
: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. You can check the status of your refund at the top of the dashboard."]
|
||||||
[:div.bg-sob-tint.br3.pa3
|
[:div.bg-sob-tint.br3.pa3
|
||||||
[:p.fw4 (:issue-title bounty)]
|
[:p.fw4 (:issue-title bounty)]
|
||||||
[ui-balances/token-balances (bnt/crypto-balances bounty) :label]
|
[ui-balances/token-balances (bnt/crypto-balances bounty) :label]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user