Skip to content

Commit

Permalink
re-branding
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Sep 5, 2024
1 parent 7cd54fb commit a1d60a7
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 25 deletions.
5 changes: 0 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,6 @@ function App() {
<Redirect to="/transfer" />
</Route>
</Switch>
<div className={classes.spacer} />
<div className={classes.gradientRight}></div>
<div className={classes.gradientRight2}></div>
<div className={classes.gradientLeft}></div>
<div className={classes.gradientLeft2}></div>
<Footer />
</div>
);
Expand Down
134 changes: 119 additions & 15 deletions src/icons/portal_logo_w.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions src/muiTheme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createTheme, responsiveFontSizes } from "@material-ui/core";
import bg from "../src/images/bg.svg";
import SuisseBPIntlBold from "./fonts/SuisseBPIntlBold.woff2";

export const COLORS = {
Expand Down Expand Up @@ -82,10 +81,7 @@ export const theme = responsiveFontSizes(
"@font-face": [suisse],
body: {
overscrollBehaviorY: "none",
backgroundImage: `url(${bg})`,
backgroundPosition: "top center",
backgroundRepeat: "repeat-y",
backgroundSize: "120%",
backgroundColor: "#000000",
},
"*": {
scrollbarWidth: "thin",
Expand Down

0 comments on commit a1d60a7

Please sign in to comment.