]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Merge branch 'BookStackApp-master' of git://github.com/OsmosysSoftware/BookStack...
[bookstack] / resources / assets / sass / styles.scss
index 04aa0d968886b6e81ba048f9890673fd1d47c0a4..730cc8a65b989729573fbf5e65854434ef220083 100644 (file)
@@ -15,7 +15,6 @@
 @import "header";
 @import "lists";
 @import "pages";
-@import "comments";
 
 [v-cloak] {
   display: none; opacity: 0;
@@ -69,7 +68,6 @@ $loadingSize: 10px;
 .loading-container {
   position: relative;
   display: block;
-  height: $loadingSize;
   margin: $-xl auto;
   > div {
     width: $loadingSize;
@@ -77,7 +75,8 @@ $loadingSize: 10px;
     border-radius: $loadingSize;
     display: inline-block;
     vertical-align: top;
-    transform: translate3d(0, 0, 0);
+    transform: translate3d(-10px, 0, 0);
+    margin-top: $-xs;
     animation-name: loadingBob;
     animation-duration: 1.4s;
     animation-iteration-count: infinite;
@@ -91,11 +90,17 @@ $loadingSize: 10px;
       background-color: $color-book;
       animation-delay: 0s;
   }
-  > div:last-child {
+  > div:last-of-type {
     left: $loadingSize+$-xs;
     background-color: $color-chapter;
     animation-delay: 0.6s;
   }
+  > span {
+    margin-left: $-s;
+    font-style: italic;
+    color: #888;
+    vertical-align: top;
+  }
 }