Skip to content
Snippets Groups Projects
Unverified Commit f3e0999c authored by Maria Eduarda Cunha's avatar Maria Eduarda Cunha Committed by GitHub
Browse files

[FIX] Increasing highlight time in 3 seconds (#17540)

parent eef240e6
No related branches found
No related tags found
No related merge requests found
......@@ -1246,7 +1246,7 @@ rc-old select,
}
.rc-old .new-room-highlight a {
animation: highlight 2s infinite;
animation: highlight 6s infinite;
}
.rc-old .fixed-title {
......@@ -2649,7 +2649,7 @@ rc-old select,
}
&.highlight {
animation: highlight 3s;
animation: highlight 6s;
}
&:nth-child(1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment