🎉 Add push notifications support

This commit is contained in:
Andrey Antukh 2023-08-10 11:07:28 +02:00
parent 15a9035ed1
commit e5dedb1e3d
8 changed files with 189 additions and 3 deletions

View file

@ -1157,6 +1157,7 @@ input[type="range"]:focus::-ms-fill-upper {
.wrapper {
display: flex;
align-items: center;
.icon {
padding: $size-2;
@ -1173,6 +1174,9 @@ input[type="range"]:focus::-ms-fill-upper {
padding: $size-2;
width: 100%;
align-items: center;
padding: 10px 15px;
min-height: 48px;
}
}