Move to sass

This commit is contained in:
Vivianne Langdon 2022-02-26 18:19:12 -08:00
parent 340b306d2e
commit fcc8b6aaab
3 changed files with 15 additions and 1319 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,7 @@
/** Imports
******************************************************************************/
@import "components/avatar";
@import "components/barcode";
@import "components/book_cover";
@import "components/book_grid";
@import "components/book_list";

View 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%;
}
}