From ef8efa431b46ab26f3004d86fe27665daf8ec15c Mon Sep 17 00:00:00 2001 From: Yves Gatesoupe Date: Mon, 7 Nov 2016 15:22:24 +0100 Subject: [PATCH] fix(component): popin close button opacity svg fill rule --- scss/_o-modal.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_o-modal.scss b/scss/_o-modal.scss index d3ac0b7b1a..228902d469 100644 --- a/scss/_o-modal.scss +++ b/scss/_o-modal.scss @@ -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; } } }