Skip to content

Commit

Permalink
Merge pull request openedx#452 from ufresh2013/trash
Browse files Browse the repository at this point in the history
style(login & reigster): inputbox vertical align
  • Loading branch information
gitfengri authored May 31, 2019
2 parents f554802 + 7c98823 commit 9cf6dbc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions themes/normal-theme/lms/static/sass/modify/lms/page/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

.form-field{
margin: 20px 0 0 0;

label{
font-size: 14px;
color: $title;
Expand Down Expand Up @@ -78,7 +78,7 @@
}
}
input.checkbox{
vertical-align: middle;
vertical-align: bottom;
@extend %input-my-checkbox;
}
input.checkbox + label{
Expand Down Expand Up @@ -155,11 +155,11 @@
border: 0 !important;
color: $font !important;
border-radius: 3px;

.message-title{
font-size: 14px;
margin: 0;
padding: 0;
padding: 0;
font-weight: normal;
}
.message-copy{
Expand Down Expand Up @@ -194,7 +194,7 @@
// sign in other ways
.section-title.lines{
margin: 30px 0 0;

.text{
font-size: 16px;
color: $title;
Expand All @@ -221,7 +221,7 @@
width: 50px;
}
}
}
}

.login-provider{
width: 50px;
Expand All @@ -243,7 +243,7 @@
max-width: 50px;
max-height: 50px;
margin-top: 0;

}
}
span{
Expand Down Expand Up @@ -290,7 +290,7 @@
}
}

}
}

@media screen and (max-width:768px){
.login-register .button-oa2-weixin{
Expand All @@ -311,5 +311,5 @@
margin: 20px 0 0;
}
}
}
}
}
}

0 comments on commit 9cf6dbc

Please sign in to comment.