...
|
...
|
@@ -17,7 +17,6 @@ |
|
|
color: $blue;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.country-code {
|
...
|
...
|
@@ -36,7 +35,7 @@ |
|
|
@mixin input;
|
|
|
|
|
|
&.phone-num {
|
|
|
width: 150px;
|
|
|
width: 170px;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
border: none !important;
|
...
|
...
|
@@ -46,7 +45,6 @@ |
|
|
&.captcha {
|
|
|
width: $captcha;
|
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -93,7 +91,6 @@ |
|
|
.small {
|
|
|
@mixin small;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
.other-opts {
|
...
|
...
|
@@ -104,6 +101,7 @@ |
|
|
|
|
|
.third-party-login {
|
|
|
margin: 0 30px;
|
|
|
|
|
|
span {
|
|
|
float: left;
|
|
|
width: calc(($item-width - 60px) / 4);
|
...
|
...
|
|