We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0c7e1b + ff8249b commit 268094bCopy full SHA for 268094b
applications/kr8sswordz-pages/src/styles/molecules/_instance-box.scss
@@ -14,19 +14,16 @@
14
15
&.active {
16
background-color: $kubernetes-blue;
17
- animation: fadein ease-in;
18
- animation-direction: alternate;
+ animation: fadein;
19
animation-duration: 1s;
20
}
21
22
23
@keyframes fadein {
24
from {
25
background: $highlight-green;
26
- opacity: 0.5;
27
28
to {
29
- background: $highlight-green;
30
- opacity: 1;
+ background: $kubernetes-blue;
31
32
0 commit comments