Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 1 | table { |
2 | position: relative; | ||||
3 | z-index: $zindex-dropdown; | ||||
4 | } | ||||
5 | |||||
Yoshie Muranaka | 4b0fc1d | 2020-01-06 07:36:16 -0800 | [diff] [blame] | 6 | .table-light { |
7 | td { | ||||
8 | border-top: none; | ||||
9 | border-bottom: 1px solid $gray-300; | ||||
10 | } | ||||
11 | } | ||||
12 | |||||
13 | .thead-light.thead-light { | ||||
14 | th { | ||||
15 | border: none; | ||||
Derick Montague | 7f970a1 | 2020-03-02 17:56:09 -0600 | [diff] [blame] | 16 | color: $dark; |
Yoshie Muranaka | 4b0fc1d | 2020-01-06 07:36:16 -0800 | [diff] [blame] | 17 | } |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 18 | } |