diff options
| author | akiyamn | 2022-05-30 16:13:42 +1000 |
|---|---|---|
| committer | akiyamn | 2022-05-30 16:13:42 +1000 |
| commit | aa17ffb8d82490b1c05b34ac0dd2607622fafed2 (patch) | |
| tree | 0e855ee7606df83c9fc0c27ec609efc78106ee08 /pdfpreview.css | |
| parent | ce6bb6228cd032e67c4b3af588eb07808678623f (diff) | |
| download | css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.tar.gz css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.zip | |
Reorganised project structure
Diffstat (limited to 'pdfpreview.css')
| -rw-r--r-- | pdfpreview.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pdfpreview.css b/pdfpreview.css deleted file mode 100644 index fb61bc5..0000000 --- a/pdfpreview.css +++ /dev/null @@ -1,28 +0,0 @@ -.pdf-preview-loading { - background-color: #EDF2F4; - height: 128px; - margin: 24px 0; - display: flex; - flex-direction: column; - justify-content: space-evenly; - text-align: center; -} -.pdf-preview-loading * { - margin: 0 auto; -} -.pdf-preview { - background-color: var(--black); - margin: 24px 0; - min-height: 100px; - max-height: 400px; - /* text-align: center; - display: flex; - text-align: center; */ - /* justify-content: space-evenly; */ - overflow: hidden; -} -.pdf-preview img { - display: block; - max-width: 100%; - margin: 0 auto; -} |
