|
@@ -254,7 +254,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
@mixin highlighted($color) {
|
|
@mixin highlighted($color) {
|
|
|
- @keyframes vanishing {
|
|
|
|
|
|
|
+ @keyframes fadeout {
|
|
|
100% {
|
|
100% {
|
|
|
opacity: 0;
|
|
opacity: 0;
|
|
|
}
|
|
}
|
|
@@ -272,6 +272,6 @@
|
|
|
content: '';
|
|
content: '';
|
|
|
background-color: $color;
|
|
background-color: $color;
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
|
- animation: vanishing 1s ease-in 1.5s forwards;
|
|
|
|
|
|
|
+ animation: fadeout 1s ease-in 1.5s forwards;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|