Skip to content

Commit

Permalink
Revert "639 create universal all modal"
Browse files Browse the repository at this point in the history
  • Loading branch information
dm9965 authored Oct 10, 2024
1 parent 8fed2a9 commit 539934e
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 264 deletions.
Binary file removed client/src/assets/images/logos/ALL_White.png
Binary file not shown.
25 changes: 0 additions & 25 deletions client/src/assets/images/logos/ALL_White_Logo.svg

This file was deleted.

Binary file removed client/src/assets/images/logos/ALL_logo_blue.png
Binary file not shown.
3 changes: 0 additions & 3 deletions client/src/assets/stylesheets/components/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1924,9 +1924,6 @@ hr.horiz {
float: right;
clear: both;
}
.line-height-0 {
line-height: 0;
}
.btn-text {
background-color: white;
}
Expand Down
113 changes: 0 additions & 113 deletions client/src/components/all-components/BrandedALLModal.js

This file was deleted.

1 change: 0 additions & 1 deletion client/src/components/body/landingpage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const mapDispatchToProps = (dispatch) => {

const Home = (props) => {
const { actions } = props;

return (
<div className="landingpage">
{/* Header */}
Expand Down
65 changes: 0 additions & 65 deletions client/src/components/body/login/LoginBody.js

This file was deleted.

8 changes: 3 additions & 5 deletions client/src/components/header/helpers/LoginButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable no-undef */
/* eslint-disable react/prop-types */
/* eslint-disable require-jsdoc */
import React from "react";
import API from "../../../services/API";
import PropTypes from "prop-types";

const LoginButton = (props) => {
const { enabled } = props;
Expand All @@ -26,8 +28,4 @@ const LoginButton = (props) => {
return <div className="google__button google__button--disabled" />;
};

LoginButton.propTypes = {
enabled: PropTypes.bool,
};

export default LoginButton;
39 changes: 1 addition & 38 deletions client/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const plugin = require("tailwindcss/plugin");

/* eslint-disable no-undef */
/* eslint-disable max-len */
module.exports = {
Expand Down Expand Up @@ -55,21 +53,6 @@ module.exports = {
brightRed: "#dc2626",
},
extend: {
fontFamily: {
poppins: ["Poppins", "sans-serif"],
calibri: ["Calibri", "sans-serif"],
},
colors: {
primary: {
yellow: "#FACE35",
blue: "#0144D5",
},
secondary: {
black: "#000000",
gray: "#CECECE",
white: "#FFFFFF",
},
},
spacing: {
128: "32rem",
144: "36rem",
Expand Down Expand Up @@ -113,25 +96,5 @@ module.exports = {
bg: ["group", "responsive", "hover", "focus"],
},
},
plugins: [
plugin(({ addComponents, theme }) => {
addComponents({
".title-styling-name": {
fontFamily: theme("fontFamily.poppins"),
fontSize: "2rem",
fontWeight: theme("fontWeight.bold"),
},
".sub-title-styling-name": {
fontFamily: theme("fontFamily.calibri"),
fontSize: "1.5rem",
fontWeight: theme("fontWeight.normal"),
},
".body-styling-name": {
font: theme("fontFamily.calibri"),
fontSize: "1.125rem",
fontWeight: theme("fontWeight.light"),
},
});
}),
],
plugins: [],
};
12 changes: 0 additions & 12 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
"scriptname": "cmd"
},
"dependencies": {
"@fontsource/poppins": "^5.1.0",
"@redux-devtools/extension": "^3.2.5",
"crypto": "^1.0.1",
"font-face": "^2.3.4",
"mathjs": "^12.3.2",
"nanoid": "^5.0.7",
"node-sass": "^9.0.0",
Expand Down

0 comments on commit 539934e

Please sign in to comment.