Release glass style

This commit is contained in:
RainLoop Team 2016-09-15 23:34:30 +03:00
parent 7ffa5af91f
commit 155f4b6df2
12 changed files with 36 additions and 69 deletions

View file

@ -59,7 +59,7 @@
}
.wrapper {
padding: 40px 40px 12px 40px;
padding: 40px 40px 20px 40px;
}
#recaptcha_image img {
@ -102,6 +102,12 @@
font-size: 17px;
line-height: 29px;
color: #999;
&.login-submit-icon{
font-size: 24px;
padding-top: 2px;
cursor: pointer;
}
}
.controls.error .add-on i, .control-group.error .add-on i {

View file

@ -174,6 +174,10 @@ html.rgba .g-ui-resizable-delimiter-highlight {
}
}
.display-none {
display: none;
}
.e-spinner {
display: none;
}