Skip to content

Commit

Permalink
fix(component): popin
Browse files Browse the repository at this point in the history
close button opacity
svg fill rule
  • Loading branch information
ygatesoupe committed Nov 7, 2016
1 parent 6515731 commit ef8efa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_o-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
width: 1.25rem;
height: 1.25rem;
margin: 0;
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220%22%20width%3D%2220%22%3E%3Cg%20stroke%3D%22%23666%22%20stroke-width%3D%22.966%22%3E%3Cpath%20d%3D%22M19.657.343L.343%2019.657%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M.345.345l19.312%2019.312%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22852.063%22%20height%3D%22852.063%22%20viewBox%3D%220%200%20852.063%20852.063%22%3E%3Cpath%20id%3D%22closing_cross.svg%22%20data-name%3D%22closing%20cross.svg%22%20class%3D%22cls-1%22%20d%3D%22M.987%2057.125L57.125.987%20851.048%20794.91l-56.138%2056.138zM794.91.987l56.138%2056.138L57.125%20851.048.987%20794.91z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E");
background-size: 1.25rem;
opacity: 1;
}
}
}
Expand Down

0 comments on commit ef8efa4

Please sign in to comment.