Edit indentation style

This commit is contained in:
Paul Nicoué 2022-09-09 15:19:54 +02:00
parent d916cac8c9
commit 9fc5497f33
21 changed files with 14837 additions and 14840 deletions

View file

@ -3,34 +3,34 @@
// ----------------------------------------------------------------------------
@keyframes expand-outline {
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
from {
outline-offset: 0;
}
to {
outline-offset: 2px;
}
}
@keyframes wave-up {
0% {
top: 0;
}
60% {
top: -0.5rem;
}
100% {
top: 0;
}
0% {
top: 0;
}
60% {
top: -0.5rem;
}
100% {
top: 0;
}
}
@keyframes wave-down {
0% {
bottom: 0;
}
60% {
bottom: -0.5rem;
}
100% {
bottom: 0;
}
0% {
bottom: 0;
}
60% {
bottom: -0.5rem;
}
100% {
bottom: 0;
}
}