mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Move to sass
This commit is contained in:
parent
340b306d2e
commit
fcc8b6aaab
3 changed files with 15 additions and 1319 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
/** Imports
|
/** Imports
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
@import "components/avatar";
|
@import "components/avatar";
|
||||||
|
@import "components/barcode";
|
||||||
@import "components/book_cover";
|
@import "components/book_cover";
|
||||||
@import "components/book_grid";
|
@import "components/book_grid";
|
||||||
@import "components/book_list";
|
@import "components/book_list";
|
||||||
|
|
14
bookwyrm/static/css/bookwyrm/components/_barcode.scss
Normal file
14
bookwyrm/static/css/bookwyrm/components/_barcode.scss
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
/* Barcode scanner CSS */
|
||||||
|
#barcode-scanner {
|
||||||
|
position: relative;
|
||||||
|
min-height: 200px;
|
||||||
|
|
||||||
|
.drawingBuffer {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue