[common] fix for IE10

This commit is contained in:
Maxim Kadushkin 2019-12-11 19:03:06 +03:00
parent ed887865a0
commit 8075db0095

View file

@ -567,7 +567,8 @@
.color-transparent {
&:before {
height: 40px;
transform: translate(0, -12px) rotate(69deg);
transform: translate(20px, -12px) rotate(69deg);
left: 0;
}
}
}