forked from openedx/frontend-app-authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from open-craft/asu-moe/palm-css
feat: runtime theming
- Loading branch information
Showing
8 changed files
with
5,067 additions
and
5,890 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,11 @@ | |
"url": "https://github.com/openedx/frontend-app-course-authoring/issues" | ||
}, | ||
"dependencies": { | ||
"@edx/brand": "npm:@edx/brand-[email protected]", | ||
"@edx/frontend-component-footer": "11.1.1", | ||
"@edx/frontend-lib-content-components": "^1.131.0", | ||
"@edx/frontend-platform": "2.5.1", | ||
"@edx/paragon": "^20.38.0", | ||
"@edx/brand": "npm:@edx/brand-[email protected]", | ||
"@edx/frontend-component-footer": "12.6.0", | ||
"@edx/frontend-lib-content-components": "https://github.com/open-craft/frontend-lib-content-components/releases/download/v1.131.0-tokens-release/edx-frontend-lib-content-components-1.0.0-semantically-released.tgz", | ||
"@edx/frontend-platform": "https://github.com/open-craft/frontend-platform/releases/download/v6.2.0-pre-token-asu-moe/edx-frontend-platform-6.2.0.tgz", | ||
"@edx/paragon": "22.0.0-alpha.13", | ||
"@fortawesome/fontawesome-svg-core": "1.2.28", | ||
"@fortawesome/free-brands-svg-icons": "5.11.2", | ||
"@fortawesome/free-regular-svg-icons": "5.11.2", | ||
|
@@ -66,7 +66,7 @@ | |
}, | ||
"devDependencies": { | ||
"@edx/browserslist-config": "1.0.0", | ||
"@edx/frontend-build": "12.8.38", | ||
"@edx/frontend-build": "github:open-craft/frontend-build#asu-moe/palm-css", | ||
"@edx/reactifex": "^1.0.3", | ||
"@testing-library/jest-dom": "5.16.4", | ||
"@testing-library/react": "12.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@import "~@edx/brand/paragon/fonts"; | ||
@import "~@edx/brand/paragon/variables"; | ||
@import "~@edx/paragon/scss/core/core"; | ||
@import "~@edx/brand/paragon/overrides"; | ||
/* @import "~@edx/brand/paragon/fonts"; */ | ||
/* @import "~@edx/brand/paragon/variables"; */ | ||
/* @import "~@edx/paragon/scss/core/core"; */ | ||
/* @import "~@edx/brand/paragon/overrides"; */ | ||
|
||
@import "studio-header/header"; | ||
@import "~@edx/frontend-component-footer/dist/footer"; | ||
/* @import "studio-header/header"; */ | ||
/* @import "~@edx/frontend-component-footer/dist/footer"; */ | ||
|
||
@import "proctored-exam-settings/proctoredExamSettings"; | ||
@import "pages-and-resources/discussions/app-list/AppList"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
// legend styling should match label styling | ||
legend { | ||
font-size: 1.0rem; | ||
font-weight: 700; | ||
font-size: var(--pgn-spacing-spacer-base); | ||
font-weight: 700; | ||
} | ||
|
||
// override conflicting browser styles | ||
select { | ||
-webkit-appearance: none; | ||
-moz-appearance: none; | ||
appearance: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters