Skip to content

Commit

Permalink
Merge pull request #1810 from jhawthorn/tiered_promotions_icon_css
Browse files Browse the repository at this point in the history
Fix styling of tiered promotions delete icon
  • Loading branch information
jhawthorn authored Mar 31, 2017
2 parents f491eec + 4ea4476 commit a911de9
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,14 @@
position: relative;
padding-bottom: 10px;

> .row {
margin-left: 10px;
}

.remove {
position: absolute;
left: -15px;
cursor: pointer;
left: 0;
top: 10px;

&:hover {
Expand Down

0 comments on commit a911de9

Please sign in to comment.