Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 2210c3f

Browse files
committed
removed not needed css classes
1 parent 9b92b10 commit 2210c3f

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

webapp_frontend/src/components/Constants.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import App from "./App";
33

44
import {Provider} from 'react-redux'
55
import store from '../background/redux/store'
6-
import "../style/colors.css"
76

87

98
function Constants(): ReactElement {

webapp_frontend/src/components/basicElements/TopBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React, {ReactElement} from "react";
22

33
export function TopBanner():ReactElement {
44
return(
5-
<div className="d-flex justify-content-center bg-black color-yellow p-1">
5+
<div className="d-flex justify-content-center bg-dark text-yellow p-1">
66
Black Lives Matter
77
</div>
88
)
9-
}
9+
}

webapp_frontend/src/style/colors.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

webapp_frontend/src/style/custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ $body-color: #B9CAC8;
66
$blue: #1a4965;
77
$primary: #771A18;
88
$secondary: #FF6337;
9+
$yellow: #ffc107;
10+
$dark: black;
911

1012
// Import Bootstrap and its default variables
1113

0 commit comments

Comments
 (0)