Skip to content

Commit 5fc0ba4

Browse files
committed
flash feedback message badges
1 parent a328b64 commit 5fc0ba4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

htdocs/js/Problem/problem.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,19 @@
164164
border-radius: 50%;
165165
background-color: var(--bs-warning);
166166
padding: 0.25rem;
167+
animation: flash-in 1s;
168+
169+
@keyframes flash-in {
170+
0% {
171+
filter: brightness(2);
172+
opacity: 0;
173+
}
174+
175+
50% {
176+
filter: brightness(2);
177+
opacity: 1;
178+
}
179+
}
167180
}
168181
}
169182

0 commit comments

Comments
 (0)