| Yoshie Muranaka | 5fa09a2 | 2020-01-06 07:36:16 -0800 | [diff] [blame^] | 1 | .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 | } | ||||