github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/core/pagination.scss (about) 1 .pagination { 2 color: $grey; 3 4 .pagination-numbers { 5 padding: 0.75rem 0.5rem; 6 white-space: nowrap; 7 font-weight: $weight-semibold; 8 font-size: 0.85rem; 9 } 10 11 .pagination-previous, 12 .pagination-next, 13 .pagination-link { 14 color: $text; 15 border: none; 16 border-radius: 0; 17 margin: 0; 18 padding: 0.75rem 0.5rem; 19 height: auto; 20 text-decoration: none; 21 22 &:hover { 23 box-shadow: none; 24 background-color: darken($white-ter, 5%); 25 } 26 27 &:active { 28 background-color: darken($white-ter, 10%); 29 } 30 } 31 }