summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/ci/generic/tables.scss
blob: 71a7d4abaee75f381d171d4ed295736f8730dda5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
table {
  &.table {
    tr {
      td, th {
        padding: 8px 10px;
        line-height: 20px;
        vertical-align: middle;
      }
      th {
        font-weight: normal;
        font-size: 15px;
        border-bottom: 1px solid #CCC !important;
      }
      td {
        border-color: #F1F1F1 !important;
        border-bottom: 1px solid;
      }
    }
  }
}