mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated ui, better balance.
This commit is contained in:
12
src/frontend/static/styles/pyShelf.sass
vendored
12
src/frontend/static/styles/pyShelf.sass
vendored
@@ -55,6 +55,14 @@ $footer-background-color: $ps-color-primary-trans !important
|
||||
margin: 1rem;
|
||||
// background-color: $ps-color-background;
|
||||
|
||||
.is-rounded-left
|
||||
border-top-left-radius: 20px !important;
|
||||
border-bottom-left-radius: 20px !important;
|
||||
|
||||
.is-rounded-right
|
||||
border-top-right-radius: 20px !important;
|
||||
border-bottom-right-radius: 20px !important;
|
||||
|
||||
.book-thumbnail
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
@@ -112,6 +120,10 @@ $footer-background-color: $ps-color-primary-trans !important
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
|
||||
.search_form
|
||||
margin-top: auto !important;
|
||||
margin-bottom: auto !important;
|
||||
|
||||
.footer
|
||||
display: flex;
|
||||
padding: 1rem !important;
|
||||
|
||||
Reference in New Issue
Block a user