blob: 2372d257d5bbcbf7852cc7f9e13a3883b84ef2b5 [file] [log] [blame]
Yoshie Muranaka183c2752020-02-12 11:30:49 -08001table {
2 position: relative;
3 z-index: $zindex-dropdown;
Yoshie Muranaka30abccb2020-03-11 12:44:24 -07004 .status-icon svg {
5 width: 1rem;
6 height: auto;
7 }
Yoshie Muranaka183c2752020-02-12 11:30:49 -08008}
9
Yoshie Muranaka4b0fc1d2020-01-06 07:36:16 -080010.table-light {
11 td {
12 border-top: none;
13 border-bottom: 1px solid $gray-300;
14 }
15}
16
17.thead-light.thead-light {
18 th {
19 border: none;
Derick Montague7f970a12020-03-02 17:56:09 -060020 color: $dark;
Yoshie Muranaka4b0fc1d2020-01-06 07:36:16 -080021 }
Yoshie Muranaka183c2752020-02-12 11:30:49 -080022}