aboutsummaryrefslogtreecommitdiff
path: root/client/css/posts.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/css/posts.styl')
-rw-r--r--client/css/posts.styl24
1 files changed, 24 insertions, 0 deletions
diff --git a/client/css/posts.styl b/client/css/posts.styl
index 3ea0f8b..38123ca 100644
--- a/client/css/posts.styl
+++ b/client/css/posts.styl
@@ -27,3 +27,27 @@
bottom: 0
width: 100%
height: 100%
+
+ .notes
+ stroke-width: 1px
+ polygon
+ fill: $note-overlay-background-color
+ stroke: $note-overlay-border-color
+
+.note-text
+ position: absolute
+ max-width: 22.5em
+ margin-top: -0.5em
+ display: none
+
+ &>.wrapper
+ background: $note-text-background-color
+ padding: 0.5em
+ border: 1px solid $note-text-border-color
+ color: $note-text-text-color
+ margin-top: 1em
+
+ p:last-of-type
+ margin-bottom: 0
+ p:first-of-type
+ margin-top: 0

© 2015 - 2026 Jakob L. Kreuze