Skip to content

Commit

Permalink
MDL-55593 Theme: Style for the login page
Browse files Browse the repository at this point in the history
Part of MDL-55071
  • Loading branch information
barbararamiro authored and danpoltawski committed Sep 23, 2016
1 parent 7dbd1f9 commit 4553c8b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions theme/noname/scss/preset-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -915,13 +915,19 @@ $pre-scrollable-max-height: 340px !default;
}

.pagelayout-login {
#region-main {
background-color: transparent;
border: 0;
&.notloggedin {
#region-main {
background-color: transparent;
border: 0;
padding: 0 !important;
}
.login-wrapper {
background-color: #fff;
border: 1px solid rgba(238,238,238,1);
}
}
.login-page .col-sm-6 {
background-color: #fff;
border: 1px solid rgba(238,238,238,1);
#notice {
text-align: center;
}
}

Expand Down

0 comments on commit 4553c8b

Please sign in to comment.