Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 1 | table { |
2 | position: relative; | ||||
3 | z-index: $zindex-dropdown; | ||||
Yoshie Muranaka | 30abccb | 2020-03-11 12:44:24 -0700 | [diff] [blame^] | 4 | .status-icon svg { |
5 | width: 1rem; | ||||
6 | height: auto; | ||||
7 | } | ||||
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 8 | } |
9 | |||||
Yoshie Muranaka | 4b0fc1d | 2020-01-06 07:36:16 -0800 | [diff] [blame] | 10 | .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 Montague | 7f970a1 | 2020-03-02 17:56:09 -0600 | [diff] [blame] | 20 | color: $dark; |
Yoshie Muranaka | 4b0fc1d | 2020-01-06 07:36:16 -0800 | [diff] [blame] | 21 | } |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 22 | } |