/* Throbber
   ========================================================================== */
@keyframes throbber {
  0% {
    background: lighten(theme-color(primary), 40%);
  }
  10% {
    background: darken(theme-color(primary), 10%);
  }
  40% {
    background: lighten(theme-color(primary), 40%);
  }
}
