Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
Base WordPress Project
Commits
9ad6ca72
Commit
9ad6ca72
authored
1 year ago
by
Rafael Chaves Freitas
Browse files
Options
Download
Email Patches
Plain Diff
esqueleto do componente de paginação (Ref.: #36)
parent
1454bf5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
themes/base-theme-slug/assets/scss/6-components/_pagination.scss
...base-theme-slug/assets/scss/6-components/_pagination.scss
+10
-0
themes/base-theme-slug/assets/scss/9-overrides/1.wordpress.scss
.../base-theme-slug/assets/scss/9-overrides/1.wordpress.scss
+17
-0
No files found.
themes/base-theme-slug/assets/scss/6-components/_pagination.scss
0 → 100644
View file @
9ad6ca72
.pagination
{
&
__previous
{}
&
__next
{}
&
__dots
{}
&
__number
{
&
--current
{}
}
}
This diff is collapsed.
Click to expand it.
themes/base-theme-slug/assets/scss/9-overrides/1.wordpress.scss
View file @
9ad6ca72
.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
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment