...
|
...
|
@@ -125,7 +125,7 @@ |
|
|
float: left;
|
|
|
height: 14px;
|
|
|
width: 14px;
|
|
|
background: url(passport/tip/error.png);
|
|
|
background: url("/passport/tip/error.png");
|
|
|
margin-right: 5px;
|
|
|
margin-top: 5px;
|
|
|
}
|
...
|
...
|
@@ -498,7 +498,7 @@ |
|
|
left: 20px;
|
|
|
top: -calc($height);
|
|
|
height: $height;
|
|
|
background: url(home/activity-arrow.png) no-repeat;
|
|
|
background: url("/home/activity-arrow.png") no-repeat;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -597,7 +597,7 @@ |
|
|
left: 265px;
|
|
|
top: -calc($height);
|
|
|
height: $height;
|
|
|
background: url(home/activity-arrow.png) no-repeat;
|
|
|
background: url("/home/activity-arrow.png") no-repeat;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|