blob: ff1ed30293a82bd663cbb9715569856d2a24750b [file] [log] [blame]
Yoshie Muranaka4b0fc1d2020-01-06 07:36:16 -08001.table-light {
2 td {
3 border-top: none;
4 border-bottom: 1px solid $gray-300;
5 }
6}
7
8.thead-light.thead-light {
9 th {
10 border: none;
11 color: $gray-900;
12 }
13}
14
15.table-cell__actions {
16 text-align: right;
17 .btn {
18 padding-top: 0;
19 padding-bottom: 0;
20 }
21}