Initial Commit

This commit is contained in:
Sebastian Cabrera 2021-08-02 05:44:37 -04:00
parent 53eb92e9af
commit 270ab7d11f
15341 changed files with 700234 additions and 0 deletions

View file

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