styles.module.scss
24 lines
| 1 | .headerRow { |
| 2 | padding-bottom: 20px; |
| 3 | display: flex; |
| 4 | width: 100%; |
| 5 | |
| 6 | .headerItem { |
| 7 | margin-right: 20px !important; |
| 8 | } |
| 9 | } |
| 10 | |
| 11 | .pagination { |
| 12 | display: inline-flex; |
| 13 | width: 100%; |
| 14 | height: 32px; |
| 15 | align-items: center; |
| 16 | justify-content: flex-end; |
| 17 | } |
| 18 | |
| 19 | .footerRow { |
| 20 | padding-top: 20px; |
| 21 | display: flex; |
| 22 | width: 100%; |
| 23 | } |
| 24 |