summaryrefslogtreecommitdiffstats
path: root/client/components/settings/peopleBody.styl
blob: 84db44a7a02eff83f2a6623f6963ee4f0f23e704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.main-body
  overflow: scroll;

table
  border-collapse: collapse;
  width: 100%;
  color: #000;

  td, th
    border: 1px solid #d2d0d0;
    text-align: left;
    padding: 8px;

  tr:nth-child(even)
    background-color: #dddddd;