diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-10-08 10:49:12 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-10-08 10:49:12 -0400 |
| commit | a606005a5934913c38fba9b73886ee6e743aa635 (patch) | |
| tree | 52b8a8bcfdb4e52e76762ee90e940da61f9e5010 /src/client/views/pdf/Annotation.scss | |
| parent | b67de10bc8b2eab16de7bb5dd4a7a8646e2a8d5f (diff) | |
get rid of commented out code
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
| -rw-r--r-- | src/client/views/pdf/Annotation.scss | 17 |
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); -// } -// } |
