diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-18 15:23:12 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-18 15:23:12 -0400 |
| commit | ad32c1606395cdc71ba50eb9b51d3a9d3b707ca0 (patch) | |
| tree | af52ac84663501a1213f26e3ccc8768ee4bc2683 /src/client/views/pdf/Annotation.scss | |
| parent | 91e465c9ba542b637e66c7091c444a44fdbe4f0c (diff) | |
working on various image flashcard ideas
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
| -rw-r--r-- | src/client/views/pdf/Annotation.scss | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss index 329819ea2..26856b74e 100644 --- a/src/client/views/pdf/Annotation.scss +++ b/src/client/views/pdf/Annotation.scss @@ -8,20 +8,20 @@ cursor: pointer; } } -.loading-spinner { - display: flex; - justify-content: center; - align-items: center; - height: 90%; - width: 93%; - left: 10; - font-size: 20px; - font-weight: bold; - color: #0b0a0a; -} +// .loading-spinner { +// display: flex; +// justify-content: center; +// align-items: center; +// height: 90%; +// width: 93%; +// left: 10; +// font-size: 20px; +// font-weight: bold; +// color: #0b0a0a; +// } -@keyframes spin { - to { - transform: rotate(360deg); - } -} +// @keyframes spin { +// to { +// transform: rotate(360deg); +// } +// } |
