@import "../../themes/ionic.globals.md";

// Material Design Spinner
// --------------------------------------------------

/// @prop - Color of the lines spinner
$spinner-md-lines-color:          $text-color-step-400 !default;

/// @prop - Color of the bubbles spinner
$spinner-md-bubbles-color:        $text-color !default;

/// @prop - Color of the circles spinner
$spinner-md-circles-color:        $text-color-step-400 !default;

/// @prop - Color of the crescent spinner
$spinner-md-crescent-color:       $text-color !default;

/// @prop - Color of the dots spinner
$spinner-md-dots-color:           $text-color-step-300 !default;
