34 lines
658 B
Sass
34 lines
658 B
Sass
ul.pagination
|
|
padding: 0
|
|
list-style: none
|
|
a
|
|
cursor: pointer
|
|
&.disabled
|
|
cursor: default
|
|
li
|
|
display: inline
|
|
&.arrow
|
|
a
|
|
padding: 0 6px
|
|
&.next
|
|
padding-left: 3px // subtract margin-right from li
|
|
&.page-number
|
|
margin-right: 3px
|
|
a
|
|
background-color: #ccc
|
|
padding: 4px
|
|
color: #666
|
|
border-radius: 3px
|
|
&.active
|
|
a
|
|
color: white
|
|
background-color: black
|
|
font-weight: bold
|
|
|
|
.ui.top-right.pagination.menu
|
|
float: right
|
|
border-bottom-left-radius: 0
|
|
border-bottom-right-radius: 0
|
|
margin-top: 8px
|
|
border-bottom-width: 0
|