flash quit / back button

This commit is contained in:
Mashy 2019-10-18 16:18:33 +10:00
parent 0dc272df96
commit 8f99e07e81

View File

@ -132,10 +132,16 @@ aside {
flex: 0;
}
.ready, .quit {
.ready {
flex: 1;
font-size: 200%;
}
.quit {
flex: 1;
font-size: 200%;
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
}
.abandon:not([disabled]) {