aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-07 10:13:20 -0500
committerbobzel <zzzman@gmail.com>2023-12-07 10:13:20 -0500
commit0d4c4ba17f90cf80403e6c65d2402125537cbd6b (patch)
tree0096af1c8ce92837028723ebf29d42796e22dad6 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
parentdd1db35513257abc6f36da5f8608afdde1bc4dd8 (diff)
parent3d3878f721c0c86d59e2d1201990d9336b6283ed (diff)
merged infoUI
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
index 250760bd5..1b596ab65 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
@@ -255,3 +255,25 @@
background-color: rgba($color: #000000, $alpha: 0.4);
position: absolute;
}
+
+.infoUI {
+ position: absolute;
+ display: flex;
+ top: 0;
+ // height: 100%;
+ // width: 100%;
+ // width:fit-content;
+ // width:-webkit-fit-content;
+ // width:-moz-fit-content;
+ // bottom: 46px;
+
+ overflow: auto;
+
+ color: white;
+ background-color: #5075ef;
+ border-radius: 5px;
+ box-shadow: 2px 2px 5px black;
+
+ margin: 15px;
+ padding: 10px;
+}