From 10ae244338383662992350b2b6f6ef80106558c3 Mon Sep 17 00:00:00 2001 From: aidahosa1 Date: Fri, 17 May 2024 14:28:09 -0400 Subject: yay git add -A --- src/client/views/pdf/GPTPopup/GPTPopup.scss | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'src/client/views/pdf/GPTPopup/GPTPopup.scss') 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; -- cgit v1.2.3-70-g09d2