7 lines
140 B
SCSS
7 lines
140 B
SCSS
|
|
#screenshot-warning-modal{
|
||
|
|
.popup-modal-header{
|
||
|
|
&-img{
|
||
|
|
background-image: url('../img/onboarding-no-screenshot.svg');
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|