Edit error page

This commit is contained in:
Paul Nicoué 2023-01-10 10:28:09 +01:00
parent 0418315f4d
commit 4341a3ff9e
7 changed files with 191 additions and 34 deletions

View file

@ -2,6 +2,15 @@
ANIMATIONS
=========================================================================== */
@keyframes expand-outline {
0% {
outline-offset: 0;
}
100% {
outline-offset: 4px;
}
}
@keyframes expand-width {
0% {
width: 0;