Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
/* Paginator Styles */
|
||||
|
||||
.paginator__content {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: var(--half-standard-margin) 0;
|
||||
}
|
||||
|
||||
.paginator__page-text {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.paginator__back-button {
|
||||
border-width: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.paginator__forwards-button {
|
||||
border-width: 0;
|
||||
margin-right: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue