summaryrefslogtreecommitdiffstats
path: root/src/_flexible-button-group.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_flexible-button-group.scss')
-rw-r--r--src/_flexible-button-group.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/_flexible-button-group.scss b/src/_flexible-button-group.scss
new file mode 100644
index 0000000..daa9d45
--- /dev/null
+++ b/src/_flexible-button-group.scss
@@ -0,0 +1,15 @@
1@use 'iro-sass/src/props';
2
3@use 'core';
4
5@mixin styles {
6 .flexibleButtonGroup {
7 > li {
8 > a,
9 > label {
10 background-color: props.get(core.$theme, --base, --300);
11 color: props.get(core.$theme, --base, --300-text);
12 }
13 }
14 }
15}