mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Finished Pagination
This commit is contained in:
37
src/frontend/static/styles/pyShelf.sass
vendored
37
src/frontend/static/styles/pyShelf.sass
vendored
@@ -108,8 +108,45 @@ $footer-background-color: $ps-color-primary-trans !important
|
||||
align-content: center;
|
||||
background-color: $ps-color-background;
|
||||
|
||||
#collection_dropdown
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
|
||||
.footer
|
||||
display: flex;
|
||||
padding: 1rem !important;
|
||||
|
||||
|
||||
#pagination-container
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
|
||||
#pagination-left, #pagination-right
|
||||
background-color: $ps-color-secondary;
|
||||
|
||||
#pagination-left
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
|
||||
#pagination-center
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
|
||||
#pagination-right
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
@import "../../node_modules/bulma/bulma.scss"
|
||||
|
||||
.container-full
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user