[common mobile] Fixed styles for transparent color

This commit is contained in:
JuliaSvinareva 2021-01-11 17:19:45 +03:00
parent a5b3dfd019
commit f7892ac068

View file

@ -79,6 +79,11 @@
z-index: 1; z-index: 1;
border-radius: 1px; border-radius: 1px;
} }
&.transparent {
background-repeat: no-repeat;
background-size: 100% 100%;
.encoded-svg-background("<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 22 22' xml:space='preserve'><line stroke='#ff0000' stroke-linecap='undefined' stroke-linejoin='undefined' id='svg_1' y2='0' x2='22' y1='22' x1='0' stroke-width='2' fill='none'/></svg>");
}
} }
} }
.row { .row {