addded notification
This commit is contained in:
Vendored
+19
@@ -94,3 +94,22 @@ span#basic-hargaemas {
|
||||
padding: 5px 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes heartbeat {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
30% {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
60% {
|
||||
transform: scale(1);
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.heartbeat {
|
||||
animation: heartbeat 1s infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user