Merge pull request #1088 from alphagov/fix-tick-cross-ie8

Fix ticks and crosses on team page in IE8
This commit is contained in:
Chris Hill-Scott
2017-01-23 15:24:23 +00:00
committed by GitHub
5 changed files with 22 additions and 1 deletions
@@ -30,6 +30,9 @@
.banner-with-tick {
padding: $gutter-half ($gutter + $gutter-half);
background-image: file-url('tick-white.png');
@include ie-lte(8) {
background-image: file-url('tick-white-16px.png');
}
background-size: 19px;
background-repeat: no-repeat;
background-position: $gutter-half $gutter-half;