aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/Stops/ConsolidatedCirculationList.css
blob: 044b4a3d483d9bb39ea8a820f0177784649e32ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.consolidated-circulation-caption {
  font-size: 0.9rem;
  color: var(--subtitle-color);
  text-align: center;
  padding: 0.5rem;
}

.consolidated-circulation-no-data {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--subtitle-color);
  font-size: 0.95rem;
}