summaryrefslogtreecommitdiff
path: root/src/assets/styles/_table.scss
blob: 2372d257d5bbcbf7852cc7f9e13a3883b84ef2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
table {
  position: relative;
  z-index: $zindex-dropdown;
  .status-icon svg {
    width: 1rem;
    height: auto;
  }
}

.table-light {
  td {
    border-top: none;
    border-bottom: 1px solid $gray-300;
  }
}

.thead-light.thead-light {
  th {
    border: none;
    color: $dark;
  }
}