aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-09-13 13:01:21 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-09-13 13:01:21 -0400
commitf110a6cf1cac724a85e1001491e1bddedb8d1ebc (patch)
tree5b81393fbd6c9c94d11c5312809ed5de2fa2913f /src/client/views/nodes/ImageBox.scss
parentce85076e3cc4b14d7e9ff75a4562d479a0374d2f (diff)
indication that all images in a collection have been tagged
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 98cf7f92f..71d718b39 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -49,6 +49,19 @@
cursor: pointer;
}
+#google-tags {
+ transition: all 0.5s ease 0s;
+ width: 30px;
+ height: 30px;
+ position: absolute;
+ bottom: 15px;
+ right: 15px;
+ border: 2px solid black;
+ border-radius: 50%;
+ padding: 3px;
+ background: white;
+}
+
.imageBox-button {
padding: 0vw;
border: none;