aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-03 17:48:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-03 17:48:13 +0200
commita64c2a665af1abe0b91f1c5eb1f97df91ed8a4de (patch)
tree8c23401b5497680160bdf0efc93d0123647c55fd /static/style.scss
parentRepair debug buttons. (diff)
downloadcalp-a64c2a665af1abe0b91f1c5eb1f97df91ed8a4de.tar.gz
calp-a64c2a665af1abe0b91f1c5eb1f97df91ed8a4de.tar.xz
Further work, rework popup.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/static/style.scss b/static/style.scss
index a29bb24b..4b4f573b 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -744,6 +744,21 @@ along with their colors.
----------------------------------------
*/
+popup-element {
+ display: none;
+ position: absolute;
+ z-index: 1000;
+
+ /* ??? */
+ left: 10px;
+ top: -50px;
+
+ box-shadow: gray 10px 10px 10px;
+
+ &.visible {
+ display: block;
+ }
+}
.popup {
display: flex;
@@ -757,21 +772,6 @@ along with their colors.
min-width: 60ch;
min-height: 30ch;
- &-container {
- display: none;
- position: absolute;
- z-index: 1000;
-
- /* ??? */
- left: 10px;
- top: -50px;
-
- box-shadow: gray 10px 10px 10px;
-
- &.visible {
- display: block;
- }
- }
input {
white-space: initial;