Skip to content

Commit

Permalink
Fix JupyterHub 5/App Launcher Styling Issues (#291)
Browse files Browse the repository at this point in the history
* Misc styling fixes.

* Update base bootstrap button styling to match mui button styling.
  • Loading branch information
jbouder authored May 28, 2024
1 parent d54dc50 commit 9c70cbf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jhub_apps/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ a:focus {
.btn {
font-family: var(--base-font-family) !important;
font-weight: 400 !important;
border-radius: 4px !important;
padding: 6px 16px;
}

.btn-xs {
Expand Down Expand Up @@ -368,6 +370,18 @@ a:focus {
}

/* Misc MUI */
.container:not(.MuiBox-root) {
padding-top: 30px;
}

.container.MuiBox-root {
max-width: unset;
}

.card.MuiBox-root {
border: unset;
}

.MuiButton-containedPrimary:not(:disabled) {
color: var(--light-text-color);
background-color: var(--primary-color) !important;
Expand Down

0 comments on commit 9c70cbf

Please sign in to comment.