mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 16:33:39 +01:00
8 lines
122 B
SCSS
8 lines
122 B
SCSS
|
.push-notifications {
|
||
|
&-unavailable {
|
||
|
body.cap-service-worker.cap-notification & {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
}
|