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