Skip to content

Commit

Permalink
Merge branch 'develop' into caip-multichain
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Oct 1, 2024
2 parents 15f622a + 5639952 commit b6ca49a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- opened
- reopened
- synchronize
merge_group:

jobs:
test-unit:
Expand Down
15 changes: 1 addition & 14 deletions ui/pages/swaps/smart-transaction-status/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,13 @@
width: 100%;
}

&__background-animation {
position: relative;
left: -88px;
background-repeat: repeat;
background-position: 0 0;

&__spacer-box {
&--top {
width: 1634px;
height: 54px;
background-size: 817px 54px;
background-image: url('/images/transaction-background-top.svg');
animation: shift 19s linear infinite;
}

&--bottom {
width: 1600px;
height: 62px;
background-size: 800px 62px;
background-image: url('/images/transaction-background-bottom.svg');
animation: shift 22s linear infinite;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export default function SmartTransactionStatusPage() {
</Box>
<Box
marginTop={3}
className="smart-transaction-status__background-animation smart-transaction-status__background-animation--top"
className="smart-transaction-status__spacer-box--top"
/>
{icon && (
<Box marginTop={3} marginBottom={2}>
Expand Down Expand Up @@ -440,7 +440,7 @@ export default function SmartTransactionStatusPage() {
)}
<Box
marginTop={3}
className="smart-transaction-status__background-animation smart-transaction-status__background-animation--bottom"
className="smart-transaction-status__spacer-box--bottom"
/>
{subDescription && (
<Text
Expand Down

0 comments on commit b6ca49a

Please sign in to comment.