Skip to content

Commit

Permalink
Fixed styles for login page when on intranets
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 11, 2023
1 parent 553f3d9 commit e6a7501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/user_login.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions themes/stanford_basic/src/scss/admin/user_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ h1 {
@include hide-visually;
}

#page-content {
background-color: transparent;
}

.system-main-block {
display: flex;
align-items: center;
Expand Down

0 comments on commit e6a7501

Please sign in to comment.