Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Apr 6, 2022
2 parents b273c9d + 89b6335 commit 0258d18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function App() {
})
initStomt('swap')
return (
<div className="lifiWrap">
<div className="lifiWrap swap-page">
<Swap />
</div>
)
Expand Down
6 changes: 6 additions & 0 deletions src/components/Swap.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@import '../css/animations.css';

.swap-page {
background: white !important;
background: linear-gradient(180deg, #f6f3f2 0%, rgba(246, 243, 242, 0) 100%) !important;
}


input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
Expand Down
2 changes: 0 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
html {
height: auto !important;
width: auto !important;
background: white !important;
background: linear-gradient(180deg, #f6f3f2 0%, rgba(246, 243, 242, 0) 100%) !important;
}

body {
Expand Down

0 comments on commit 0258d18

Please sign in to comment.