Skip to content

Commit 49e6fac

Browse files
authored
Merge pull request #84 from ericfranz/fix_login_theme
Fix login theme logo width and remove duplicate logo
2 parents 7d797bf + f36dcd9 commit 49e6fac

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

328 KB
Loading

ondemand/themes/hpc-coop/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.card-body .row {
2+
display: none;
3+
}
4+
5+
.ood-nav-logo {
6+
max-height: 70px;
7+
max-width: 997px;
8+
width: 100%;
9+
}
10+
111
.theme-body {
212
background-color: #efefef;
313
color: #333;

0 commit comments

Comments
 (0)