added screenshot model

This commit is contained in:
Jamal Jackson 2016-09-14 14:07:44 -04:00
commit d38a3a01be
6 changed files with 71 additions and 19 deletions

View file

@ -11,8 +11,15 @@
padding: 1rem;
border-radius: .25rem .25rem 0 0;
min-height: 120px;
&-success {
background: url('../img/onboarding-success.svg') no-repeat center;
&-img{
height: 6rem;
background-size: contain;
margin-top: .3rem;
background-repeat: no-repeat;
background-position: center;
}
&-img-success {
background-image: url('../img/onboarding-success.svg');
height: 6rem;
background-size: contain;
margin-top: .3rem;
@ -45,3 +52,4 @@
}
@import "backup-confirm-modal";
@import "screenshot-warning-model";

View file

@ -0,0 +1,7 @@
#screenshot-warning-modal{
.popup-modal-header{
&-img{
background-image: url('../img/onboarding-no-screenshot.svg');
}
}
}