Skip to content

Commit

Permalink
Merge pull request #3081 from vector-im/luke/css-login-support
Browse files Browse the repository at this point in the history
Add CSS for a support box in login
  • Loading branch information
lukebarnard1 committed Jan 27, 2017
2 parents 78105bb + 5aa9592 commit 6374526
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -49,6 +49,13 @@ limitations under the License.
height: 100%
}

.mx_Login_support {
text-align: center;
font-size: 13px;
margin-top: 0px;
opacity: 0.7;
}

.mx_Login_field {
width: 280px;
border-radius: 3px;
Expand Down

0 comments on commit 6374526

Please sign in to comment.