diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 14:28:09 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 14:28:09 -0400 |
| commit | 10ae244338383662992350b2b6f6ef80106558c3 (patch) | |
| tree | 0226d1309399298ea149d42343c90c86ad3301ca /src/client/views/pdf/GPTPopup/GPTPopup.scss | |
| parent | 825463b4f7bb609082d16b302d40c6af56c98b26 (diff) | |
yay git add -A
Diffstat (limited to 'src/client/views/pdf/GPTPopup/GPTPopup.scss')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.scss | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.scss b/src/client/views/pdf/GPTPopup/GPTPopup.scss index 5d966395c..4425cf158 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.scss +++ b/src/client/views/pdf/GPTPopup/GPTPopup.scss @@ -60,6 +60,17 @@ $highlightedText: #82e0ff; display: flex; justify-content: space-between; align-items: center; + transform: translateY(30px); + + + .searchBox-input{ + transform: translateY(-15px); + height: 50px; + border-radius: 10px; + border-color: #5b97ff; + } + + .summarizing { display: flex; @@ -111,6 +122,28 @@ $highlightedText: #82e0ff; } } +.loading-spinner { + display: flex; + justify-content: center; + align-items: center; + height: 100px; + font-size: 20px; + font-weight: bold; + color: #666; +} + + + + + +@keyframes spin { + to { + transform: rotate(360deg); + } +} + + + .image-content-wrapper { display: flex; flex-direction: column; |
