aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/classic/modules/progress.variables
diff options
context:
space:
mode:
Diffstat (limited to 'semantic/src/themes/classic/modules/progress.variables')
-rw-r--r--semantic/src/themes/classic/modules/progress.variables9
1 files changed, 9 insertions, 0 deletions
diff --git a/semantic/src/themes/classic/modules/progress.variables b/semantic/src/themes/classic/modules/progress.variables
new file mode 100644
index 0000000..95f752a
--- /dev/null
+++ b/semantic/src/themes/classic/modules/progress.variables
@@ -0,0 +1,9 @@
+/*******************************
+ Progress
+*******************************/
+
+@background: rgba(0, 0, 0, 0.05);
+@boxShadow: 0px 0px 4px rgba(0, 0, 0, 0.1) inset;
+@barBackground: @subtleGradient #888888;
+@border: 1px solid @borderColor;
+@padding: @relative3px; \ No newline at end of file