Keyframes cleanup
This commit is contained in:
parent
b82d33cdbb
commit
f62b1de71b
3 changed files with 42 additions and 42 deletions
|
|
@ -480,6 +480,20 @@ body.app-body {
|
|||
transform: rotate(60deg) scale(1.1);
|
||||
}
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Rordered layout */
|
||||
|
|
@ -4477,20 +4491,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
background-color: var(--color-accent-bg);
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
.app-body .account__header__tabs__buttons .icon-button.active .icon-bell {
|
||||
animation: bell-ring .4s ease-in 1;
|
||||
transform-origin: top center;
|
||||
|
|
|
|||
|
|
@ -480,6 +480,20 @@ body.app-body {
|
|||
transform: rotate(60deg) scale(1.1);
|
||||
}
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Rordered layout */
|
||||
|
|
@ -4477,20 +4491,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
background-color: var(--color-accent-bg);
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
.app-body .account__header__tabs__buttons .icon-button.active .icon-bell {
|
||||
animation: bell-ring .4s ease-in 1;
|
||||
transform-origin: top center;
|
||||
|
|
|
|||
|
|
@ -480,6 +480,20 @@ body.app-body {
|
|||
transform: rotate(60deg) scale(1.1);
|
||||
}
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Rordered layout */
|
||||
|
|
@ -4477,20 +4491,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
background-color: var(--color-accent-bg);
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@keyframes bell-ring {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
40% {
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
70% {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
.app-body .account__header__tabs__buttons .icon-button.active .icon-bell {
|
||||
animation: bell-ring .4s ease-in 1;
|
||||
transform-origin: top center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue