blob: 528cb8052d487068ed8e24304375cfc5c07918da [file] [log] [blame]
Yoshie Muranaka183c2752020-02-12 11:30:49 -08001table {
2 position: relative;
3 z-index: $zindex-dropdown;
4}
5
Yoshie Muranaka4b0fc1d2020-01-06 07:36:16 -08006.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 Montague7f970a12020-03-02 17:56:09 -060016 color: $dark;
Yoshie Muranaka4b0fc1d2020-01-06 07:36:16 -080017 }
Yoshie Muranaka183c2752020-02-12 11:30:49 -080018}