Retrospring/app/assets/stylesheets/components/_push-settings.scss

8 lines
122 B
SCSS

.push-notifications {
&-unavailable {
body.cap-service-worker.cap-notification & {
display: none;
}
}
}