BigW Consortium Gitlab

tables.scss 377 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
table {
  &.table {
    tr {
      td, th {
        padding: 8px 10px;
        line-height: 20px;
        vertical-align: middle;
      }
      th {
        font-weight: normal;
        font-size: 15px;
12
        border-bottom: 1px solid $border-color !important;
13 14 15 16 17 18 19 20
      }
      td {
        border-color: #F1F1F1 !important;
        border-bottom: 1px solid;
      }
    }
  }
}