Commit 9ad6ca72 authored by Rafael Chaves Freitas's avatar Rafael Chaves Freitas
Browse files

esqueleto do componente de paginação (Ref.: #36)

parent 1454bf5f
.pagination {
&__previous {}
&__next {}
&__dots {}
&__number {
&--current {}
}
}
.pagination > .nav-links {
& > .prev {
@extend .pagination__previous;
}
& > .next {
@extend .pagination__next;
}
& > .dots {
@extend .pagination__dots;
}
& > .page-numbers:is(a, span) {
@extend .pagination__number;
}
& > .current {
@extend .pagination__current;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment