forked from nebari-dev/jhub-apps
-
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.
* made updates to theme; adding themcolors, updated logo * updated index.js file * removed unused useEffect * enforced styles to overrid Mui's enforced styles * udpated style.css * updated styles * updating colors to match desgin, added back in commented jinja file * added index, css build files * removed comments: e2e tests failing checking if comments was cause * added new nebari logo, set as defualt * removed Mui style from jinja file that was overwriting react style * updated logo at pulic/img/logo.svg * returned styles, added custom style sheet, updated styles * build files, index css * updated theme styles * made changes to configs and added new styles in styles.css * simplified a shared class style * removed unused logo * udpated styles on nebari template page --------- Co-authored-by: Kilian Berres <kberres@ITLP01061.local>
- Loading branch information
Showing
13 changed files
with
160 additions
and
51 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
jhub_apps/static/img/Nebari-Logo-Horizontal-Lockup-Black-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#app-bar #toolbar .button-menu { | ||
color: #0F1015 !important; | ||
font-weight: 700; | ||
} | ||
|
||
#app-bar #toolbar .chip { | ||
background-color: #E0E0E0 !important; | ||
color: #0F1015 !important; | ||
} |
Oops, something went wrong.