button css, only update info component when info or tutorial changes

This commit is contained in:
Mashy
2019-10-27 22:13:23 +10:00
parent 0dfe181d52
commit 200482dd79
6 changed files with 255 additions and 224 deletions
+11
View File
@@ -446,6 +446,17 @@
}
}
.tutorial {
button {
width: 100%;
}
button.focus {
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
}
@keyframes faceoff {
from {
color: @black;