diff options
| -rw-r--r-- | app/assets/stylesheets/modules/_jp_collection.sass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/assets/stylesheets/modules/_jp_collection.sass b/app/assets/stylesheets/modules/_jp_collection.sass index 22edb9599..48f82a05a 100644 --- a/app/assets/stylesheets/modules/_jp_collection.sass +++ b/app/assets/stylesheets/modules/_jp_collection.sass @@ -117,6 +117,9 @@ & > div position: relative + .link + left: 35px + .has_radio margin-right: 150px @@ -125,7 +128,7 @@ padding: 5px color: white position: absolute - left: 80px + left: 75px top: -1px transform: translateY(-50%) font-size: 0.75em @@ -187,7 +190,7 @@ $link-size: 10px .link position: absolute - left: 40px + left: 50px width: 10px top: -7px bottom: -7px @@ -200,7 +203,7 @@ position: absolute top: 50% bottom: 50% - margin-top: -$link-size/2 - 3px + margin-top: -$link-size/2 border-top: $link-size/2 solid transparent border-left: $link-size/2 solid transparent border-right: $link-size/2 solid $blue |
