Skip to content

Commit

Permalink
Space button better
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 23, 2024
1 parent 352a267 commit 126af16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ const RecapModal = ({
disabled={true}
onClick={() => handleClaimYourFly("stake")}
>
Convert to SPN points
Convert to $SPN points
</GeneralButton>
</div>
);
Expand Down
5 changes: 1 addition & 4 deletions web/app.fluidity.money/app/styles/dashboard/airdrop.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions web/app.fluidity.money/app/styles/dashboard/airdrop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1110,12 +1110,9 @@ $holo: linear-gradient(
padding-bottom: 20px;
}

.recap-fly-count-buttons-spread > button:nth-child(1) {
margin-right: 10px;
}

.recap-fly-count-buttons-spread > button:nth-child(2) {
margin-left: 10px;
margin-right: 10px;
}

.recap-fly-count-buttons-spread-container {
Expand All @@ -1129,9 +1126,6 @@ $holo: linear-gradient(
flex-direction: row;
}

.recap-you-are-eligible-ethereum-address-delegate-solana {
}

.legal {
margin-top: 1em;
}
Expand Down

0 comments on commit 126af16

Please sign in to comment.