Skip to content

Commit

Permalink
ref: Removed pallete-dark.css in favour of expensive-dark.sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Mar 30, 2022
1 parent af36473 commit 666f52b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 44 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Expensive Dolphin</title>
</head>
<body class="bg-expensive-page">
<body class="bg-body">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/game/PriceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function PriceTable(props: PriceTableProps) {
openInNewTab(`${redirectDeal}${element.dealID}`)
}}
bsPrefix="btn"
className={"btn-expensive-primary"}>
className={"btn-primary"}>
<div className={"d-none d-md-block"}>
Go to website <i className="bi bi-arrow-up-right-square"/>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/expensive-dark.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
$primary: #7749F8
$body-bg: #343A40
$secondary: #2F343F

@import "bootstrap/scss/bootstrap"
@import "bootstrap-icons/font/bootstrap-icons.css"
@import "bootstrap-icons/font/bootstrap-icons.css"
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "./expensive-dark.sass";
import {ExpensiveNavbar} from "./components/ExpensiveNavbar";
import {BrowserRouter, Route, Routes} from "react-router-dom";
import {Help, Home, MyList, NotFound, Pages, Profile, Search,} from "./pages";
import './pallete-dark.css'

ReactDOM.render(
<React.StrictMode>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function NotFound() {
<div className={"row"}>
<div className="col mb-4 text-end">
<LinkContainer to={linkTo}>
<Button className={"btn-expensive-primary"}>
<Button className={"btn-primary"}>
{buttonText}
</Button>
</LinkContainer>
Expand Down
39 changes: 0 additions & 39 deletions src/pallete-dark.css

This file was deleted.

0 comments on commit 666f52b

Please sign in to comment.