Skip to content

Commit

Permalink
Merged PR 1435: Correct Oversized Icon in IE and Edge
Browse files Browse the repository at this point in the history
Correct Oversized Icon in IE and Edge

- Update CSS

#44849

Related work items: #44849
  • Loading branch information
raywilliams-opm authored and bmcorum committed Jun 10, 2020
2 parents 6d1c91b + 880b3a7 commit fde2827
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/styles/component/card/opportunity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -914,12 +914,18 @@
color: #fff;
background-color: $color-secondary;
text-decoration: none;
vertical-align: initial;

vertical-align: initial;

&:after {
margin-top: 0;
content: url(../img/icons/close/times.svg);
position: relative;
display: inline-block;
width: 1.2rem;
height: 1.2rem;
background-size: 12px 12px;
content: url(../img/icons/close/times.svg);
color: #fff;
}
}
}
Expand Down

0 comments on commit fde2827

Please sign in to comment.