Wallet/src/sass/views/includes/modals/screenshot-warning-model.scss

7 lines
130 B
SCSS
Raw Normal View History

2016-09-14 14:07:44 -04:00
#screenshot-warning-modal{
.popup-modal-header{
&-img{
2016-09-26 16:11:45 -03:00
background-image: url('../img/no-screenshot.svg');
2016-09-14 14:07:44 -04:00
}
}
2016-09-26 16:11:45 -03:00
}