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