Edit error page
This commit is contained in:
parent
0418315f4d
commit
4341a3ff9e
7 changed files with 191 additions and 34 deletions
|
@ -2,6 +2,15 @@
|
|||
ANIMATIONS
|
||||
=========================================================================== */
|
||||
|
||||
@keyframes expand-outline {
|
||||
0% {
|
||||
outline-offset: 0;
|
||||
}
|
||||
100% {
|
||||
outline-offset: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes expand-width {
|
||||
0% {
|
||||
width: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue