aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display/Display.scss
blob: 25bb3314ebdcd6687a03d4cec8b8eed349beb538 (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
@import "../../styles/theme";

.ItemsDisplay,
.ItemsDisplay table {
  width: 100%;
}

.ItemsDisplay {
  $sideBorder: 1px dashed $tableBorderColor;
  border-right: $sideBorder;
  border-left: $sideBorder;

  padding: 1rem 0.5rem;
}

.ItemsDisplay td {
  text-align: center;
  border-bottom: 1px solid $labelUnderlineColor;
}

.ItemsDisplay .leftAlign {
  text-align: left;
}

.ItemsDisplay .legend {
  background-color: $altBG;
}