]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_comments.scss
Added migration file.
[bookstack] / resources / assets / sass / _comments.scss
index 7d7cb486ae23686028b4455383194e282e818811..5da53a14de7e3638faf8066c03d739f09e25e58c 100644 (file)
@@ -4,12 +4,7 @@
     }
 
     .comment-box:last-child {
-        border-bottom: none;
-    }
-    .load-more-comments {
-        font-size: 0.8em;
-        margin-top: -1px;
-        margin-bottom: 6px;
+        border-bottom: 0px;
     }
 }
 .page-comment {
         }
     }
 
-    .comment-actions.has-border {
+    .comment-actions {
         border-bottom: 1px solid #DDD;
     }
 
-    .comment-actions.has-border:last-child {
+    .comment-actions:last-child {
         border-bottom: 0px;
     }
 
         margin-bottom: 1em;
     }
 
+    .comment-inactive {
+        font-style: italic;
+        font-size: 0.85em;
+        padding-top: 5px;
+    }
+
     .user-image {
         float: left;
         margin-right: 10px;