Skip to content

Commit

Permalink
Too many attributes styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 22, 2018
1 parent abac6f8 commit e6d12e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mujina-sp/src/main/resources/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ ul {
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
background: linear-gradient(135deg, #fff 0%, #f3f6f8 100%);
}
.login-container {
height: 100vh;
}
.user-container {
height: 100%;
}
.login-container::before, .user-container::before {
content: "";
position: fixed;
Expand Down

0 comments on commit e6d12e3

Please sign in to comment.