Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHCS 4.0 Branding #83

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
mgr/dashboard: fix white border in about box
Resolves: rhbz#1663030
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
epuertat committed Dec 23, 2019
commit 80ae5b1a844862e8ac057685e6091efa0c85d6ab
4 changes: 4 additions & 0 deletions src/pybind/mgr/dashboard/frontend/src/vendor.overrides.scss
Expand Up @@ -187,3 +187,7 @@ cd-info-card {
.popover-content {
font-family: var(--pf-global--FontFamily--sans-serif) !important;
}

.modal-content {
border: unset !important;
}