aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/SchedulesTable.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/SchedulesTable.css')
-rw-r--r--src/frontend/app/components/SchedulesTable.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/app/components/SchedulesTable.css b/src/frontend/app/components/SchedulesTable.css
index 6d2f201..74d7569 100644
--- a/src/frontend/app/components/SchedulesTable.css
+++ b/src/frontend/app/components/SchedulesTable.css
@@ -22,7 +22,9 @@
border: 1px solid var(--card-border);
border-radius: 10px;
padding: 1.25rem;
- transition: background-color 0.2s ease, border 0.2s ease;
+ transition:
+ background-color 0.2s ease,
+ border 0.2s ease;
}
/* Next upcoming service: slight emphasis */