| Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame^] | 1 | .dropdown-item { |
| 2 | padding-left: $spacer/2; | ||||
| 3 | } | ||||
| 4 | |||||
| 5 | .b-dropdown-form { | ||||
| 6 | padding: $spacer/2; | ||||
| 7 | .form-group { | ||||
| 8 | margin-bottom: $spacer/2; | ||||
| 9 | } | ||||
| 10 | } | ||||
| 11 | |||||
| 12 | .table-filter { | ||||
| 13 | // Adding component style to global stylesheet because | ||||
| 14 | // single-file component scoped styles aren't | ||||
| 15 | // being applied to dynamically appended elements | ||||
| 16 | // The overflow menu should be above the table | ||||
| 17 | .dropdown-menu { | ||||
| 18 | z-index: $zindex-dropdown + 1; | ||||
| 19 | padding: 0; | ||||
| 20 | } | ||||
| 21 | } | ||||