We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599494 commit 77d6f8fCopy full SHA for 77d6f8f
build/media/webcomponents/scss/_functions.scss
build/media/webcomponents/scss/_variables.scss
build/media/webcomponents/scss/field-switcher/field-switcher.scss
@@ -1,12 +1,27 @@
1
// Switcher
2
3
-@import "../functions";
4
-@import "../mixins";
5
-@import "../variables";
6
-
7
$switcher-width: 62px;
8
$switcher-height: 28px;
9
$border-width: 1px;
+$border-radius: 0;
+
+$white: #fff;
+$gray-600: #868e96;
10
11
+$blue: #1e87f0;
12
+$red: #f0506e;
13
+$yellow: #faa05a;
14
+$green: #2f7d32;
15
16
+$theme-colors: ();
17
+$theme-colors: map-merge((
18
+ primary: $blue,
19
+ secondary: $gray-600,
20
+ success: $green,
21
+ warning: $yellow,
22
+ danger: $red
23
+), $theme-colors);
24
25
26
joomla-field-switcher {
27
box-sizing: border-box;
build/media/webcomponents/scss/mixins.scss
0 commit comments