button css, only update info component when info or tutorial changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user