Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit b2e0f89

Browse files
committed
made icon larger
1 parent c271ac9 commit b2e0f89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css/obBase.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,13 @@ form {
491491

492492
.listingDoesNotShipToYou {
493493
background: #252525;
494-
height: 14px;
495-
width: 14px;
496-
right: 18px;
494+
height: 18px;
495+
width: 18px;
496+
right: 15px;
497497
padding: 10px;
498498
position: absolute;
499499
text-align: center;
500-
top: 205px;
500+
top: 137px;
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: 208px;
570+
top: 140px;
571571
opacity: 1;
572572
}
573573

js/templates/itemShort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
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

0 commit comments

Comments
 (0)