[Ivan Diaz] - Update signup widget styling
This commit is contained in:
parent
40bd9d558a
commit
11ba94ddd7
|
@ -1,6 +1,8 @@
|
|||
.main-signup-page {
|
||||
|
||||
&--widget-container {
|
||||
height: 525px;
|
||||
width: 364px;
|
||||
}
|
||||
|
||||
.signup-widget {
|
||||
|
@ -19,6 +21,8 @@
|
|||
&--captcha {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 20px;
|
||||
height: 78px;
|
||||
width: 304px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
.widget-transition {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 324px;
|
||||
min-width: 324px;
|
||||
|
||||
&--widget {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue