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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
122 B
SCSS
Raw Normal View History

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