...
|
...
|
@@ -78,13 +78,13 @@ body.passport-body { |
|
|
height: 20px;
|
|
|
right: 15px;
|
|
|
top: 16px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/passport/arrow-right.png');
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png');
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.has-eye, .has-clear {
|
|
|
padding-left: 30px;
|
|
|
padding-right: 30px;
|
|
|
}
|
|
|
|
|
|
.country-code {
|
...
|
...
|
@@ -133,7 +133,7 @@ body.passport-body { |
|
|
right: 10px;
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/passport/clear-input.png');
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png');
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -143,11 +143,11 @@ body.passport-body { |
|
|
right: 10px;
|
|
|
width: 19px;
|
|
|
height: 12px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/passport/eye.png');
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png');
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&.close {
|
|
|
background-image: url('http://static.dev.yohobuy.com/passport/eye-close.png');
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|