mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Added social sign in
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
animation-duration: 3s;
|
||||
animation-timing-function: ease-in-out;
|
||||
animation-fill-mode: forwards;
|
||||
&.stopped {
|
||||
animation-name: notificationStopped;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes notification {
|
||||
@@ -58,6 +61,17 @@
|
||||
transform: translate3d(580px, 0, 0);
|
||||
}
|
||||
}
|
||||
@keyframes notificationStopped {
|
||||
0% {
|
||||
transform: translate3d(580px, 0, 0);
|
||||
}
|
||||
10% {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
100% {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes menuIn {
|
||||
from {
|
||||
|
Reference in New Issue
Block a user