added appropriate warning svg to no backup modal

This commit is contained in:
Jamal Jackson 2016-09-30 16:02:51 -04:00
parent 57fe21ab33
commit 872c57abf4
2 changed files with 19 additions and 1 deletions

18
public/img/warning.svg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="155px" height="155px" viewBox="0 0 155 155" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
<title>warning</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Onboarding" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
<g id="0.5--Request-Backup" transform="translate(-112.000000, -63.000000)" stroke-width="5" stroke="#ffffff">
<g id="warning" transform="translate(115.000000, 66.000000)">
<g id="Group">
<circle id="Oval" cx="74.5" cy="74.5" r="74.5"></circle>
<path d="M74,40.6363636 L74,81.2727273" id="Shape"></path>
<path d="M74,101.590909 L74,108.363636" id="Shape"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1006 B

View File

@ -32,7 +32,7 @@
margin-top: .3rem;
}
&-img-warning {
background-image: url('../img/onboarding-success.svg');
background-image: url('../img/warning.svg');
height: 6rem;
background-size: contain;
margin-top: .3rem;