Add stick dials to the range calibration modal

This commit is contained in:
Mathias Malmqvist
2025-10-29 20:14:39 +01:00
parent 35f59f3d92
commit ba10cfcbdd
7 changed files with 148 additions and 14 deletions

View File

@@ -114,6 +114,16 @@ dl.row dd {
animation: blink 1s infinite;
}
/* Pulsing animation for text */
@keyframes pulse-text {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}
.pulsing-text {
animation: pulse-text 0.75s ease-in-out infinite;
}
/* Set text color to red for internationalized elements */
/* .ds-i18n {
color: red;