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; | ||||
16 | color: $gray-900; | ||||
17 | } | ||||
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 18 | } |