summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/helpers/_functions.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/helpers/_functions.scss')
-rw-r--r--src/assets/styles/bmc/helpers/_functions.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/helpers/_functions.scss b/src/assets/styles/bmc/helpers/_functions.scss
new file mode 100644
index 00000000..456caf36
--- /dev/null
+++ b/src/assets/styles/bmc/helpers/_functions.scss
@@ -0,0 +1,5 @@
+// This function is usually used to get a lighter
+// theme variant color to use as a background color
+@function theme-color-light($variant) {
+ @return theme-color-level($variant, -11.3);
+} \ No newline at end of file