|
@@ -78,13 +78,13 @@ body.passport-body { |
|
@@ -78,13 +78,13 @@ body.passport-body { |
78
|
height: 20px;
|
78
|
height: 20px;
|
79
|
right: 15px;
|
79
|
right: 15px;
|
80
|
top: 16px;
|
80
|
top: 16px;
|
81
|
- background-image: url('http://static.dev.yohobuy.com/passport/arrow-right.png');
|
81
|
+ background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png');
|
82
|
background-size: 100% 100%;
|
82
|
background-size: 100% 100%;
|
83
|
}
|
83
|
}
|
84
|
}
|
84
|
}
|
85
|
|
85
|
|
86
|
.has-eye, .has-clear {
|
86
|
.has-eye, .has-clear {
|
87
|
- padding-left: 30px;
|
87
|
+ padding-right: 30px;
|
88
|
}
|
88
|
}
|
89
|
|
89
|
|
90
|
.country-code {
|
90
|
.country-code {
|
|
@@ -133,7 +133,7 @@ body.passport-body { |
|
@@ -133,7 +133,7 @@ body.passport-body { |
133
|
right: 10px;
|
133
|
right: 10px;
|
134
|
width: 16px;
|
134
|
width: 16px;
|
135
|
height: 16px;
|
135
|
height: 16px;
|
136
|
- background-image: url('http://static.dev.yohobuy.com/passport/clear-input.png');
|
136
|
+ background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png');
|
137
|
background-size: 100% 100%;
|
137
|
background-size: 100% 100%;
|
138
|
}
|
138
|
}
|
139
|
|
139
|
|
|
@@ -143,11 +143,11 @@ body.passport-body { |
|
@@ -143,11 +143,11 @@ body.passport-body { |
143
|
right: 10px;
|
143
|
right: 10px;
|
144
|
width: 19px;
|
144
|
width: 19px;
|
145
|
height: 12px;
|
145
|
height: 12px;
|
146
|
- background-image: url('http://static.dev.yohobuy.com/passport/eye.png');
|
146
|
+ background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png');
|
147
|
background-size: 100% 100%;
|
147
|
background-size: 100% 100%;
|
148
|
|
148
|
|
149
|
&.close {
|
149
|
&.close {
|
150
|
- background-image: url('http://static.dev.yohobuy.com/passport/eye-close.png');
|
150
|
+ background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png');
|
151
|
}
|
151
|
}
|
152
|
}
|
152
|
}
|
153
|
|
153
|
|