Changed turbo load bar style

This commit is contained in:
2024-10-02 14:21:59 +02:00
parent c625d61c0d
commit def3fb7ee2

View File

@@ -14,6 +14,11 @@
*= require_self
*/
.turbo-progress-bar {
height: 5px;
background-color: red;
}
.animate-job-in {
animation: fade-in 0.25s ease-out, slide-in 0.25s ease-out;
}