[Ivan Diaz] - Update signup widget styling

This commit is contained in:
Ivan Diaz 2015-10-17 17:08:27 -03:00
parent 40bd9d558a
commit 11ba94ddd7
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
.main-signup-page { .main-signup-page {
&--widget-container { &--widget-container {
height: 525px; height: 525px;
width: 364px;
} }
.signup-widget { .signup-widget {
@ -19,6 +21,8 @@
&--captcha { &--captcha {
margin-top: 30px; margin-top: 30px;
margin-bottom: 20px; margin-bottom: 20px;
height: 78px;
width: 304px;
} }
} }
} }

View File

@ -1,7 +1,7 @@
.widget-transition { .widget-transition {
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 324px; min-width: 324px;
&--widget { &--widget {
display: inline-block; display: inline-block;