Move to sass
This commit is contained in:
parent
340b306d2e
commit
fcc8b6aaab
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
||||
/** Imports
|
||||
******************************************************************************/
|
||||
@import "components/avatar";
|
||||
@import "components/barcode";
|
||||
@import "components/book_cover";
|
||||
@import "components/book_grid";
|
||||
@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…
x
Reference in New Issue
Block a user