From fb4304c0e02aef4a0cedabfdc23ef39c4ca0eca8 Mon Sep 17 00:00:00 2001 From: Sophie Zhang Date: Thu, 23 Feb 2023 13:00:18 -0500 Subject: text --- src/client/views/pdf/GPTPopup.scss | 45 +++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) (limited to 'src/client/views/pdf/GPTPopup.scss') diff --git a/src/client/views/pdf/GPTPopup.scss b/src/client/views/pdf/GPTPopup.scss index 6f2e39b7e..9605cfd07 100644 --- a/src/client/views/pdf/GPTPopup.scss +++ b/src/client/views/pdf/GPTPopup.scss @@ -1,9 +1,52 @@ +$textgrey: #707070; +$bordergrey: #d3d3d3; + .summary-box { background-color: #ffffff; + box-shadow: 0 2px 5px #7474748d; + color: $textgrey; position: absolute; - top: 0; + bottom: 40px; width: 200px; height: 200px; + border-radius: 15px; padding: 20px; overflow: auto; + + .summary-heading { + display: flex; + align-items: center; + border-bottom: 1px solid $bordergrey; + margin-bottom: 10px; + padding-bottom: 5px; + + .summary-text { + font-size: 12px; + font-weight: 500; + letter-spacing: 1px; + margin: 0; + padding-right: 10px; + } + } +} + +// Typist CSS +.Typist .Cursor { + display: inline-block; +} +.Typist .Cursor--blinking { + opacity: 1; + animation: blink 1s linear infinite; +} + +@keyframes blink { + 0% { + opacity: 1; + } + 50% { + opacity: 0; + } + 100% { + opacity: 1; + } } -- cgit v1.2.3-70-g09d2