Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / starterkits / less / less / component / toolbar.less
index c25b26d263c5dc5a5e351c5a1361a221fc36315b..cdbf5aedff5dac78df9a3ea56690529314091fd7 100644 (file)
@@ -42,3 +42,13 @@ body.toolbar-fixed {
   }
 
 }
+
+// Remove flicking.
+body.toolbar-loading {
+
+  margin-top: 0;
+
+  &.toolbar {
+    margin-bottom: (@grid-gutter-width / 2);
+  }
+}