blob: 069a37c34b37323a2eabf9f202f75ea107acab37 [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;
16 color: $gray-900;
17 }
Yoshie Muranaka183c2752020-02-12 11:30:49 -080018}