retrospring/app/assets/stylesheets/components/_push-settings.scss
2023-01-03 14:14:23 +01:00

7 lines
122 B
SCSS

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