...
|
...
|
@@ -89,7 +89,7 @@ body.passport-body { |
|
|
height: 20px;
|
|
|
right: 15px;
|
|
|
top: 16px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png');
|
|
|
background: image-url('passport/arrow-right.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -144,7 +144,7 @@ body.passport-body { |
|
|
right: 10px;
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png');
|
|
|
background: image-url('passport/clear-input.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -154,11 +154,11 @@ body.passport-body { |
|
|
right: 10px;
|
|
|
width: 19px;
|
|
|
height: 12px;
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png');
|
|
|
background: image-url('passport/eye.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&.close {
|
|
|
background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png');
|
|
|
background-image: image-url('passport/eye-close.png');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|