dashboard-main.scss: inline SVG

This commit is contained in:
Adhityaa 2018-07-04 18:28:57 +05:30
parent 730db87f6f
commit 459c4d4234
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px">
<g id="Home-(v2)" fill="none" fill-rule="evenodd">
<g id="Artboard-3" fill="#CFD7DF">
<path id="Close" d="M11 9.55L7.75 6.3A1.02 1.02 0 0 0 6.3 7.75L9.55 11 6.3 14.25a1.02 1.02 0 0 0 1.45 1.45L11 12.45l3.25 3.25a1.02 1.02 0 0 0 1.45-1.45L12.45 11l3.25-3.25a1.02 1.02 0 0 0-1.45-1.45L11 9.55zM11 22a11 11 0 1 1 0-22 11 11 0 0 1 0 22z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 439 B

View File

@ -491,7 +491,7 @@ body {
height: 22px; height: 22px;
top: 10px; top: 10px;
right: 10px; right: 10px;
background-image: url(/images/close.svg); background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px"><g id="Home-(v2)" fill="none" fill-rule="evenodd"><g id="Artboard-3" fill="%23cfd7df"><path id="Close" d="M11 9.55L7.75 6.3A1.02 1.02 0 0 0 6.3 7.75L9.55 11 6.3 14.25a1.02 1.02 0 0 0 1.45 1.45L11 12.45l3.25 3.25a1.02 1.02 0 0 0 1.45-1.45L12.45 11l3.25-3.25a1.02 1.02 0 0 0-1.45-1.45L11 9.55zM11 22a11 11 0 1 1 0-22 11 11 0 0 1 0 22z"/></g></g></svg>');
cursor: pointer; cursor: pointer;
} }