Files
sterivein/templates/default/assets/less/thelia/pagination.less
2013-09-09 17:30:18 +02:00

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; }
}
}
}