aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/progress.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/uikit/theme/progress.scss')
-rw-r--r--scss/uikit/theme/progress.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/scss/uikit/theme/progress.scss b/scss/uikit/theme/progress.scss
new file mode 100644
index 00000000..9ca100a3
--- /dev/null
+++ b/scss/uikit/theme/progress.scss
@@ -0,0 +1,24 @@
+//
+// Component: Progress
+//
+// ========================================================================
+
+
+// Variables
+// ========================================================================
+
+$progress-border-radius: 500px !default;
+
+
+// Component
+// ========================================================================
+
+
+
+// @mixin hook-progress-bar(){}
+
+
+// Miscellaneous
+// ========================================================================
+
+// @mixin hook-progress-misc(){}