aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/GPTPopup/GPTPopup.scss
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-07-18 11:24:12 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-07-18 11:24:12 -0400
commitabacdb311ee658b74f009106f4e7751fc216af4b (patch)
tree2df196466980d99e912728de141abcaeb0b21043 /src/client/views/pdf/GPTPopup/GPTPopup.scss
parentd320d5c879909254cea28f68abb3345dc6c58f4d (diff)
boutta get silly
Diffstat (limited to 'src/client/views/pdf/GPTPopup/GPTPopup.scss')
-rw-r--r--src/client/views/pdf/GPTPopup/GPTPopup.scss23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.scss b/src/client/views/pdf/GPTPopup/GPTPopup.scss
index 291f272ce..57973ef34 100644
--- a/src/client/views/pdf/GPTPopup/GPTPopup.scss
+++ b/src/client/views/pdf/GPTPopup/GPTPopup.scss
@@ -71,10 +71,12 @@ $highlightedText: #82e0ff;
}
.btns-wrapper-gpt {
- height: 50px;
+ height: 100%;
display: flex;
justify-content: center;
align-items: center;
+ flex-direction: column;
+
transform: translateY(30px);
@@ -93,17 +95,20 @@ $highlightedText: #82e0ff;
}
- }
- button {
- font-size: 9px;
- padding: 10px;
- color: #ffffff;
- width: 100%;
- background-color: $button;
- border-radius: 5px;
+
}
+ // button {
+ // font-size: 9px;
+ // padding: 10px;
+ // color: #ffffff;
+ // width: 100%;
+ // background-color: $button;
+ // border-radius: 5px;
+
+ // }
+
.text-btn {
&:hover {
background-color: $button;