Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ssistant into mashal-m/replace-edx/paragon-frontend-build
  • Loading branch information
BilalQamar95 committed Mar 25, 2024
2 parents fc55ccc + b84a138 commit 42dc481
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 79 deletions.
123 changes: 51 additions & 72 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0",
"@openedx/paragon": "21.11.3",
"@openedx/paragon": "^21.11.3",
"@reduxjs/toolkit": "1.8.1",
"react": "16.14.0 || ^17.0.0",
"react-dom": "16.14.0 || ^17.0.0",
Expand All @@ -66,7 +66,7 @@
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@openedx/frontend-build": "13.0.28",
"@edx/frontend-platform": "7.1.0",
"@edx/frontend-platform": "7.1.2",
"@openedx/paragon": "^21.11.3",
"@edx/reactifex": "^2.1.1",
"@reduxjs/toolkit": "1.8.1",
Expand Down
4 changes: 0 additions & 4 deletions src/components/Disclosure/Disclosure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

h2 {
font-size: 2rem;

.version-subscript {
color: variables.$accent-yellow;
}
}

h3 {
Expand Down
1 change: 0 additions & 1 deletion src/components/Disclosure/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const Disclosure = ({ children }) => (
<div className="disclosure d-flex flex-column align-items-stretch px-4 py-3">
<h2 className="text-light-100">
Xpert
<sub className="version-subscript">beta</sub>
</h2>
<h3 className="small py-2">An AI-powered educational tool</h3>
<div className="d-flex flex-column">
Expand Down
1 change: 1 addition & 0 deletions src/components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
top: 0;
bottom: 0;
background-color: white;
z-index: 9999;

width: 30%;
right: 0;
Expand Down
2 changes: 2 additions & 0 deletions src/components/ToggleXpertButton/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
border-radius: 2rem;
bottom: 1rem;
height: 3rem;
z-index: 9999;

&.button-icon {
background-color: variables.$dark-green;
position: relative;
width: 125px;
}

&.open {
Expand Down

0 comments on commit 42dc481

Please sign in to comment.