styles.module.scss
24 lines
| 1 | .titleIcon { |
| 2 | margin-top: -5px; |
| 3 | margin-right: 20px; |
| 4 | |
| 5 | span { |
| 6 | color: #f49420; |
| 7 | font-size: 30px; |
| 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 |