Minor UI and copy update

This commit is contained in:
sairaj mote 2022-05-17 01:55:44 +05:30
parent 483dcc47d6
commit c254b99bbc
4 changed files with 37 additions and 13 deletions

View File

@ -1308,6 +1308,16 @@ sm-checkbox {
margin-bottom: 3rem; margin-bottom: 3rem;
align-content: flex-start; align-content: flex-start;
} }
#help ul {
list-style: initial;
display: grid;
gap: 1rem;
}
#help ul li {
margin-left: 1rem;
padding-left: 0.5rem;
font-size: 0.9rem;
}
@media screen and (max-width: 40rem) and (any-hover: none) { @media screen and (max-width: 40rem) and (any-hover: none) {
.cancel-order span { .cancel-order span {

File diff suppressed because one or more lines are too long

View File

@ -1166,6 +1166,16 @@ sm-checkbox {
width: min(60ch, 100%); width: min(60ch, 100%);
margin-bottom: 3rem; margin-bottom: 3rem;
align-content: flex-start; align-content: flex-start;
ul {
list-style: initial;
display: grid;
gap: 1rem;
li {
margin-left: 1rem;
padding-left: 0.5rem;
font-size: 0.9rem;
}
}
} }
@media screen and (max-width: 40rem) and (any-hover: none) { @media screen and (max-width: 40rem) and (any-hover: none) {

View File

@ -434,7 +434,7 @@
<details> <details>
<summary class="interact"> <summary class="interact">
<h4> <h4>
What are the rules of the exchange that you must know? What are the rules of the exchange that I must know?
</h4> </h4>
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" <svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24"
width="24px" fill="#000000"> width="24px" fill="#000000">
@ -442,16 +442,20 @@
<path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" /> <path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" />
</svg> </svg>
</summary> </summary>
<p> <ul>
<ul> <li>Only the buyers of a token are permitted to sell that token</li>
<li>Only the buyers of a token are permitted to sell that token</li> <li>The maximum quantity of a token that can be sold is capped by the number of tokens
<li>The maximum quantity of a token that can be sold is capped by the number of tokens purchased for each token </li> purchased for each token </li>
<li>You need sell chips in order to sell. Sell chips are given against each purchase when curren token prices are at least 10% higher</li> <li>You need sell-chips in order to sell. Sell-chips are given against each purchase
<li>Sell side priority: The first to buy gets the first priority to sell no matter when that person enters the order</li> when current token prices are at least 10% higher</li>
<li>Buy side priority: the first to order gets the first priority to buy</li> <li><strong>Sell side priority</strong>: The first to buy gets the first priority to
<li>Launch sellers can sell without sell chips in order to provide initial inventory </li> sell no matter when
</ul> that person enters the order</li>
</p> <li><strong>Buy side priority</strong>: the first to order gets the first priority to
buy</li>
<li>Launch sellers can sell without sell-chips in order to provide initial inventory
</li>
</ul>
</details> </details>
<details> <details>
<summary class="interact"> <summary class="interact">