diff --git a/jhub_apps/templates/style.css b/jhub_apps/templates/style.css index abe9bc50..00ec4be4 100644 --- a/jhub_apps/templates/style.css +++ b/jhub_apps/templates/style.css @@ -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 { @@ -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;