13 lines
225 B
Plaintext
Executable File
13 lines
225 B
Plaintext
Executable File
|
|
// Pagination
|
|
.pagination {
|
|
.icon-next:before { content: @chevron-right; }
|
|
.icon-prev:before { content: @chevron-left; }
|
|
|
|
> li {
|
|
> a,
|
|
> span {
|
|
&:focus { z-index: 3; }
|
|
}
|
|
}
|
|
} |