aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-10-08 10:49:12 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-10-08 10:49:12 -0400
commita606005a5934913c38fba9b73886ee6e743aa635 (patch)
tree52b8a8bcfdb4e52e76762ee90e940da61f9e5010 /src/client/views/pdf/Annotation.scss
parentb67de10bc8b2eab16de7bb5dd4a7a8646e2a8d5f (diff)
get rid of commented out code
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
-rw-r--r--src/client/views/pdf/Annotation.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss
index 26856b74e..da7efe3da 100644
--- a/src/client/views/pdf/Annotation.scss
+++ b/src/client/views/pdf/Annotation.scss
@@ -8,20 +8,3 @@
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;
-// }
-
-// @keyframes spin {
-// to {
-// transform: rotate(360deg);
-// }
-// }