Skip to content

Commit

Permalink
Set border as overlay; was decreasing banner size by 2px
Browse files Browse the repository at this point in the history
  • Loading branch information
misega committed Oct 13, 2016
1 parent 1e18b4e commit 27d0df4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion banners/_banner-template/assets/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $height: {{height}};
width: $width;
height: $height;
background: #000;
border: 1px solid #666;
overflow: hidden;
user-select: none;
}
Expand All @@ -31,6 +30,11 @@ $height: {{height}};
user-select: none;
cursor: pointer;
}
.btn-overlay:before {
content: '';
absolute: top left right bottom z-index 99;
border: 1px solid #666;
}

.banner {
position: relative;
Expand Down

0 comments on commit 27d0df4

Please sign in to comment.