This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -491,13 +491,13 @@ form {
491491
492492.listingDoesNotShipToYou {
493493 background : # 252525 ;
494- height : 14 px ;
495- width : 14 px ;
496- right : 18 px ;
494+ height : 18 px ;
495+ width : 18 px ;
496+ right : 15 px ;
497497 padding : 10px ;
498498 position : absolute;
499499 text-align : center;
500- top : 205 px ;
500+ top : 137 px ;
501501 transition : top .3s cubic-bezier (0 , 0 , 0.2 , 1 );
502502 border-radius : 32px ;
503503 opacity : .95 ;
@@ -567,7 +567,7 @@ form {
567567
568568.userPage-subViews .gridItem : hover > .listingDoesNotShipToYou ,
569569.homeView .gridItem : hover > .listingDoesNotShipToYou {
570- top : 208 px ;
570+ top : 140 px ;
571571 opacity : 1 ;
572572}
573573
Original file line number Diff line number Diff line change 9090
9191 < % if(!shipsToYou && ob.ships_to.length != 0){ %>
9292 < div class ="listingDoesNotShipToYou cursorDefault ">
93- < span class ="ion-minus-circled fontSize12 tooltip marginLeft1 " style ="color: #DCDCDC " data-tooltip ="<%= polyglot.t('DoesNotShip') %> "> </ span >
93+ < span class ="ion-minus-circled fontSize15 tooltip marginLeft1 " style ="color: #DCDCDC " data-tooltip ="<%= polyglot.t('DoesNotShip') %> "> </ span >
9494 </ div >
9595 < % } %>
9696
You can’t perform that action at this time.
0 commit comments