aboutsummaryrefslogtreecommitdiff
path: root/src/styles/Estimates.css
blob: d9fa0abf4430b8b563cd43edddfa408affa762a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.table-responsive {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table caption {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.table th, .table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.table th {
  border-bottom: 2px solid #ddd;
}

.table tfoot td {
  text-align: center;
}