@natlibfi/melinda-ui-commons
Version:
Common modules for Melinda UI applications
14 lines (11 loc) • 304 B
CSS
/* ---------------------------------------------------------------------------- */
/* ---Highlighting elements---*/
.highlight {
animation: highlight 5s ease-out 0s 1;
}
@keyframes highlight {
50% {
background-color: var(--highlightcolor, var(--color-yellow-60));
border-radius: 1em;
}
}