Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style/general enhancements #197

Merged
merged 13 commits into from
Mar 11, 2024
Prev Previous commit
Next Next commit
style: permit blue fade in
0x4007 committed Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 72685508dfdfee6b67f5fc22a24397e55bbfdd93
3 changes: 1 addition & 2 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@
</td>
</tr>
</thead>
<tbody id="additionalDetailsTable"></tbody>
<tbody>
<tr id="Amount">
<th>
@@ -168,7 +167,7 @@
</td>
</tr>
</tbody>

<tbody id="additionalDetailsTable"></tbody>
</table>
<figure id="carousel">
<div id="prevTx"></div>
11 changes: 8 additions & 3 deletions static/styles/rewards/claim-table.css
Original file line number Diff line number Diff line change
@@ -172,11 +172,11 @@ table[data-make-claim-rendered] tr#additional-details-border + tr > * {
table #additionalDetailsTable {
opacity: 0;
pointer-events: none;
transform: translate(-50%, 0);
transform: translate(-50%, -90px);
}
table[data-details-visible="true"] #additionalDetailsTable {
opacity: 1;
transform: translate(-50%, 75px);
/* transform: translate(-50%, -90px); */
}
table[data-contract-loaded] #Token {
display: none;
@@ -212,10 +212,14 @@ table[data-details-visible="true"] #rewardRecipient .full {
table[data-make-claim="ok"] thead {
opacity: 0;
pointer-events: none;
transform: translate(-50%, -50%);
/* filter: blur(4px); */
}
table[data-make-claim="error"] tbody {
opacity: 0;
pointer-events: none;
transform: translate(-50%, -50%);
filter: blur(4px);
}
#rewardRecipient a div {
opacity: 0.66;
@@ -297,10 +301,11 @@ thead {
background-color: var(--background-color-default);
position: absolute;
box-shadow: inset 0 0 96px #00bfff10;
transition: 125ms all ease-in-out;
transition: 0.25s all ease-in-out;
border: 1px solid var(--border-color);
transform: translate(-50%, -50%);
/* padding: 0 16px; */
/* border-radius: 3px; */
}
table * {
white-space: nowrap;