summaryrefslogtreecommitdiffstats
path: root/client/components/settings/peopleBody.styl
blob: dc3210ad44c814100a574f6e43f88d1c7b9f4991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;

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

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