mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-26 23:13:29 +00:00
18 lines
233 B
SCSS
18 lines
233 B
SCSS
ul.pagination {
|
|
display: inline-block;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
ul.pagination li {
|
|
display: inline;
|
|
float: left;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
ul.pagination li:not(.selected) {
|
|
background: white;
|
|
a {
|
|
cursor: hand;
|
|
}
|
|
}
|