]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_comments.scss
Added comment reply and delete confirmation.
[bookstack] / resources / assets / sass / _comments.scss
index 5fcd49d6ebf81f8d8c3e34dc42db200e9b611ab3..5fb7e338b1921c8696bb5863560e793d08fddc96 100644 (file)
@@ -8,24 +8,29 @@
     .content p {
         margin-bottom: 1em;
     }
+    .reply-row {
+        padding: $-xs $-s;
+    }
 }
 
 .comment-box .header {
     padding: $-xs $-s;
     background-color: #f8f8f8;
     border-bottom: 1px solid #DDD;
-    img, a, span {
-        display: inline-block;
-        vertical-align: top;
-    }
-    a, span {
-        padding: $-xxs 0 $-xxs 0;
-        line-height: 1.6;
-    }
-    a { color: #666; }
-    span {
-        color: #888;
-        padding-left: $-xxs;
+    .meta {
+        img, a, span {
+            display: inline-block;
+            vertical-align: top;
+        }
+        a, span {
+            padding: $-xxs 0 $-xxs 0;
+            line-height: 1.6;
+        }
+        a { color: #666; }
+        span {
+            color: #888;
+            padding-left: $-xxs;
+        }
     }
     .text-muted {
         color: #999;