25 lines
517 B
SCSS
25 lines
517 B
SCSS
//
|
|
// Component: Progress
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
$progress-border-radius: 500px !default;
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
|
|
|
|
// @mixin hook-progress-bar(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-progress-misc(){}
|