@festo-ui/web-essentials 7.3.0-dev.461 → 7.3.0-dev.464

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/README.md +83 -83
  2. package/dist/css/festo-web-essentials.css +81 -58
  3. package/dist/css/festo-web-essentials.css.map +1 -1
  4. package/dist/css/festo-web-essentials.min.css +34 -2
  5. package/dist/css/festo-web-essentials.min.css.map +1 -1
  6. package/dist/css/organisms/festo-web-essentials-organisms.css +5 -0
  7. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  8. package/dist/css/organisms/festo-web-essentials-organisms.min.css +5 -1
  9. package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
  10. package/dist/css/themes/flatpickr/festo.css +1 -1
  11. package/dist/css/themes/flatpickr/festo.css.map +1 -1
  12. package/dist/css/themes/flatpickr/festo.min.css +1 -1
  13. package/dist/scss/_accordion.scss +26 -24
  14. package/dist/scss/_badge.scss +11 -9
  15. package/dist/scss/_border.scss +9 -5
  16. package/dist/scss/_bottom-navigation.scss +8 -6
  17. package/dist/scss/_bottom-sheet.scss +19 -16
  18. package/dist/scss/_breadcrumb.scss +7 -5
  19. package/dist/scss/_button.scss +25 -22
  20. package/dist/scss/_cards.scss +13 -11
  21. package/dist/scss/_checkbox.scss +18 -16
  22. package/dist/scss/_chips.scss +25 -22
  23. package/dist/scss/_colors.scss +3 -1
  24. package/dist/scss/_display.scss +9 -5
  25. package/dist/scss/_flex.scss +10 -5
  26. package/dist/scss/_fonts.scss +13 -11
  27. package/dist/scss/_grid.scss +11 -7
  28. package/dist/scss/_icons.scss +9 -7
  29. package/dist/scss/_layout.scss +10 -7
  30. package/dist/scss/_list.scss +20 -18
  31. package/dist/scss/_loading-indicator.scss +6 -4
  32. package/dist/scss/_mixins.scss +4 -2
  33. package/dist/scss/_mobile-flyout.scss +17 -15
  34. package/dist/scss/_modal.scss +36 -33
  35. package/dist/scss/_navbar-menu.scss +118 -116
  36. package/dist/scss/_navbar.scss +30 -48
  37. package/dist/scss/_normalize.scss +16 -13
  38. package/dist/scss/_pagination.scss +23 -21
  39. package/dist/scss/_popover.scss +21 -19
  40. package/dist/scss/_progressbar.scss +14 -12
  41. package/dist/scss/_radio.scss +20 -18
  42. package/dist/scss/_rfs.scss +5 -4
  43. package/dist/scss/_root.scss +5 -3
  44. package/dist/scss/_scroll.scss +6 -3
  45. package/dist/scss/_search-input.scss +15 -13
  46. package/dist/scss/_segment.scss +30 -27
  47. package/dist/scss/_select.scss +20 -18
  48. package/dist/scss/_sidebar-overlay.scss +7 -5
  49. package/dist/scss/_slider.scss +26 -23
  50. package/dist/scss/_snackbar.scss +48 -45
  51. package/dist/scss/_spacing.scss +9 -5
  52. package/dist/scss/_stepper-horizontal.scss +22 -20
  53. package/dist/scss/_stepper-vertical.scss +18 -16
  54. package/dist/scss/_switch.scss +12 -10
  55. package/dist/scss/_table.scss +11 -9
  56. package/dist/scss/_text-input.scss +24 -22
  57. package/dist/scss/_text-link.scss +7 -5
  58. package/dist/scss/_timepicker.scss +10 -8
  59. package/dist/scss/_toolbar.scss +8 -6
  60. package/dist/scss/_tree.scss +67 -68
  61. package/dist/scss/_type.scss +10 -8
  62. package/dist/scss/_utils.scss +2 -1
  63. package/dist/scss/_variables.scss +3 -2
  64. package/dist/scss/festo-web-essentials.scss +53 -53
  65. package/dist/scss/organisms/_footer.scss +13 -11
  66. package/dist/scss/organisms/_header-modul.scss +14 -12
  67. package/dist/scss/organisms/_header-slider.scss +10 -8
  68. package/dist/scss/organisms/_image-gallery.scss +19 -17
  69. package/dist/scss/organisms/_login.scss +14 -12
  70. package/dist/scss/organisms/_side-menu.scss +8 -5
  71. package/dist/scss/organisms/_teaser.scss +7 -5
  72. package/dist/scss/organisms/festo-web-essentials-organisms.scss +9 -9
  73. package/dist/scss/themes/flatpickr/festo.scss +2 -2
  74. package/package.json +3 -3
  75. package/scss/_accordion.scss +26 -24
  76. package/scss/_badge.scss +11 -9
  77. package/scss/_border.scss +9 -5
  78. package/scss/_bottom-navigation.scss +8 -6
  79. package/scss/_bottom-sheet.scss +19 -16
  80. package/scss/_breadcrumb.scss +7 -5
  81. package/scss/_button.scss +25 -22
  82. package/scss/_cards.scss +13 -11
  83. package/scss/_checkbox.scss +18 -16
  84. package/scss/_chips.scss +25 -22
  85. package/scss/_colors.scss +3 -1
  86. package/scss/_display.scss +9 -5
  87. package/scss/_flex.scss +10 -5
  88. package/scss/_fonts.scss +13 -11
  89. package/scss/_grid.scss +11 -7
  90. package/scss/_icons.scss +9 -7
  91. package/scss/_layout.scss +10 -7
  92. package/scss/_list.scss +20 -18
  93. package/scss/_loading-indicator.scss +6 -4
  94. package/scss/_mixins.scss +4 -2
  95. package/scss/_mobile-flyout.scss +17 -15
  96. package/scss/_modal.scss +36 -33
  97. package/scss/_navbar-menu.scss +118 -116
  98. package/scss/_navbar.scss +30 -48
  99. package/scss/_normalize.scss +16 -13
  100. package/scss/_pagination.scss +23 -21
  101. package/scss/_popover.scss +21 -19
  102. package/scss/_progressbar.scss +14 -12
  103. package/scss/_radio.scss +20 -18
  104. package/scss/_rfs.scss +5 -4
  105. package/scss/_root.scss +5 -3
  106. package/scss/_scroll.scss +6 -3
  107. package/scss/_search-input.scss +15 -13
  108. package/scss/_segment.scss +30 -27
  109. package/scss/_select.scss +20 -18
  110. package/scss/_sidebar-overlay.scss +7 -5
  111. package/scss/_slider.scss +26 -23
  112. package/scss/_snackbar.scss +48 -45
  113. package/scss/_spacing.scss +9 -5
  114. package/scss/_stepper-horizontal.scss +22 -20
  115. package/scss/_stepper-vertical.scss +18 -16
  116. package/scss/_switch.scss +12 -10
  117. package/scss/_table.scss +11 -9
  118. package/scss/_text-input.scss +24 -22
  119. package/scss/_text-link.scss +7 -5
  120. package/scss/_timepicker.scss +10 -8
  121. package/scss/_toolbar.scss +8 -6
  122. package/scss/_tree.scss +67 -68
  123. package/scss/_type.scss +10 -8
  124. package/scss/_utils.scss +2 -1
  125. package/scss/_variables.scss +3 -2
  126. package/scss/festo-web-essentials.scss +52 -52
  127. package/scss/organisms/_footer.scss +13 -11
  128. package/scss/organisms/_header-modul.scss +14 -12
  129. package/scss/organisms/_header-slider.scss +10 -8
  130. package/scss/organisms/_image-gallery.scss +19 -17
  131. package/scss/organisms/_login.scss +14 -12
  132. package/scss/organisms/_side-menu.scss +8 -5
  133. package/scss/organisms/_teaser.scss +7 -5
  134. package/scss/organisms/festo-web-essentials-organisms.scss +9 -9
  135. package/scss/themes/flatpickr/festo.scss +1 -1
@@ -1,5 +1,7 @@
1
+ @use "variables";
2
+
1
3
  a {
2
- color: $hero;
4
+ color: variables.$hero;
3
5
  text-decoration: none;
4
6
 
5
7
  i.fwe-icon {
@@ -7,21 +9,21 @@ a {
7
9
  }
8
10
 
9
11
  &.fwe-dark {
10
- color: $text;
12
+ color: variables.$text;
11
13
  }
12
14
 
13
15
  &.fwe-active {
14
- color: $hero;
16
+ color: variables.$hero;
15
17
  }
16
18
 
17
19
  &.fwe-disabled {
18
20
  pointer-events: none;
19
- color: $text-light;
21
+ color: variables.$text-light;
20
22
  cursor: default;
21
23
  }
22
24
 
23
25
  &:hover:not(.fwe-disabled) {
24
- color: $hero-hover;
26
+ color: variables.$hero-hover;
25
27
  text-decoration: none;
26
28
  }
27
29
  }
@@ -1,12 +1,14 @@
1
+ @use "variables";
2
+
1
3
  .fwe-timepicker {
2
4
  display: flex;
3
5
  align-items: center;
4
6
  justify-content: center;
5
- background: $white;
6
- border-radius: $border-radius-s;
7
- box-shadow: $control-box-shadow;
7
+ background: variables.$white;
8
+ border-radius: variables.$border-radius-s;
9
+ box-shadow: variables.$control-box-shadow;
8
10
  max-width: 276px;
9
- padding: $spacer-m;
11
+ padding: variables.$spacer-m;
10
12
 
11
13
  &-spinners {
12
14
  display: flex;
@@ -26,12 +28,12 @@
26
28
  transform: translateY(-50%);
27
29
  left: 38px;
28
30
  padding-bottom: 4px;
29
- font-weight: $font-weight-bold;
31
+ font-weight: variables.$font-weight-bold;
30
32
  }
31
33
 
32
34
  input[type="number"] {
33
- font-weight: $font-weight-bold;
34
- color: $hero;
35
+ font-weight: variables.$font-weight-bold;
36
+ color: variables.$hero;
35
37
  outline: 0;
36
38
  border: none;
37
39
  text-align: center;
@@ -59,7 +61,7 @@
59
61
  }
60
62
 
61
63
  &.fwe-timepicker-am-pm {
62
- padding-left: $spacer-xl;
64
+ padding-left: variables.$spacer-xl;
63
65
 
64
66
  .fwe-timepicker-spinners {
65
67
  justify-content: flex-start;
@@ -1,8 +1,10 @@
1
+ @use "variables";
2
+
1
3
  .fwe-toolbar {
2
- width: $toolbar-width;
4
+ width: variables.$toolbar-width;
3
5
  padding: 0;
4
- background-color: $white;
5
- border-right: 1px solid $border;
6
+ background-color: variables.$white;
7
+ border-right: 1px solid variables.$border;
6
8
  display: flex;
7
9
  flex-direction: column;
8
10
  align-items: center;
@@ -37,13 +39,13 @@
37
39
  left: 0;
38
40
  height: 100%;
39
41
  width: 4px;
40
- background-color: $hero;
42
+ background-color: variables.$hero;
41
43
  transform: scaleX(0);
42
44
  transition: transform 0.3s;
43
45
  }
44
46
 
45
47
  &.fwe-active {
46
- color: $hero !important;
48
+ color: variables.$hero !important;
47
49
 
48
50
  &::after {
49
51
  transform: scaleX(1);
@@ -69,7 +71,7 @@
69
71
  }
70
72
 
71
73
  &.fwe-active {
72
- color: $hero !important;
74
+ color: variables.$hero !important;
73
75
 
74
76
  &::after {
75
77
  transform: scaleX(1);
@@ -1,27 +1,30 @@
1
+ @use "mixins";
2
+ @use "variables";
3
+
1
4
  .fwe-tree {
2
- @include custom-scrollbar;
3
5
  position: relative;
6
+ @include mixins.custom-scrollbar;
4
7
 
5
8
  &-node {
6
9
  position: relative;
7
10
  display: flex;
8
11
  flex-basis: 100%;
9
12
  min-width: 0;
10
- height: $spacer * 2.5;
13
+ height: variables.$spacer * 2.5;
11
14
 
12
15
  &-indicator {
13
16
  position: absolute;
14
17
  left: 0;
15
18
  width: 100%;
16
- height: $spacer * 2.5;
19
+ height: variables.$spacer * 2.5;
17
20
 
18
21
  &::before {
19
22
  position: absolute;
20
23
  content: "";
21
24
  width: 1px;
22
- height: $spacer * 2.5;
25
+ height: variables.$spacer * 2.5;
23
26
  left: 0;
24
- background-color: $caerul;
27
+ background-color: variables.$caerul;
25
28
  transform-origin: left top;
26
29
  transform: scaleX(0);
27
30
  transition: none;
@@ -36,7 +39,7 @@
36
39
 
37
40
  &--selected {
38
41
  > .fwe-tree-node-indicator {
39
- background-color: $background;
42
+ background-color: variables.$background;
40
43
 
41
44
  &::before {
42
45
  transform: scaleX(4);
@@ -48,20 +51,20 @@
48
51
  .fwe-btn--tree-node-toggle {
49
52
  .fwe-icon,
50
53
  .fwe-svg-icon {
51
- color: $caerul;
54
+ color: variables.$caerul;
52
55
  }
53
56
  }
54
57
 
55
58
  .fwe-btn--tree-node-select {
56
59
  .fwe-icon,
57
60
  .fwe-svg-icon {
58
- color: $caerul;
61
+ color: variables.$caerul;
59
62
  }
60
63
  }
61
64
 
62
65
  .fwe-tree-node-text {
63
- color: $caerul;
64
- font-weight: $font-weight-bold;
66
+ color: variables.$caerul;
67
+ font-weight: variables.$font-weight-bold;
65
68
  }
66
69
  }
67
70
  }
@@ -72,7 +75,7 @@
72
75
  .fwe-tree-node-alert {
73
76
  .fwe-icon,
74
77
  .fwe-svg-icon {
75
- color: $text-disabled !important;
78
+ color: variables.$text-disabled !important;
76
79
  }
77
80
  }
78
81
  }
@@ -81,7 +84,7 @@
81
84
  $levels: 10;
82
85
  @for $i from 1 through $levels {
83
86
  &[aria-level="#{$i}"] {
84
- padding-left: $spacer * ($i - 1);
87
+ padding-left: variables.$spacer * ($i - 1);
85
88
  }
86
89
  }
87
90
 
@@ -99,7 +102,7 @@
99
102
  &[aria-expanded="true"] {
100
103
  > .fwe-tree-node {
101
104
  .fwe-tree-node-text {
102
- font-weight: $font-weight-bold;
105
+ font-weight: variables.$font-weight-bold;
103
106
  }
104
107
 
105
108
  .fwe-icon-arrows-right-2 {
@@ -113,29 +116,69 @@
113
116
 
114
117
  &:not([aria-expanded]) {
115
118
  > .fwe-tree-node {
116
- margin-left: $spacer * 2.5;
119
+ margin-left: variables.$spacer * 2.5;
117
120
  }
118
121
  }
119
122
  }
120
123
 
121
124
  &-text {
122
- font-size: $font-size-md;
123
- height: $spacer-l;
124
- line-height: $spacer-l;
125
+ font-size: variables.$font-size-md;
126
+ height: variables.$spacer-l;
127
+ line-height: variables.$spacer-l;
125
128
  white-space: nowrap;
126
129
  overflow: hidden;
127
130
  text-overflow: ellipsis;
128
- margin: 0 $spacer-s 0 $spacer-xxs;
131
+ margin: 0 variables.$spacer-s 0 variables.$spacer-xxs;
129
132
  }
130
133
 
131
134
  &-alert {
132
- width: $spacer * 2.5;
133
- max-width: $spacer * 2.5;
135
+ width: variables.$spacer * 2.5;
136
+ max-width: variables.$spacer * 2.5;
134
137
  flex-shrink: 0;
135
138
  display: flex;
136
139
  align-items: center;
137
140
  justify-content: center;
138
141
  }
142
+
143
+ &:hover {
144
+ .fwe-tree-node-text {
145
+ color: variables.$hero-hover;
146
+ }
147
+
148
+ .fwe-btn--tree-node-select {
149
+ .fwe-icon,
150
+ .fwe-svg-icon {
151
+ color: variables.$hero-hover;
152
+ }
153
+ }
154
+
155
+ .fwe-btn--tree-node-toggle {
156
+ .fwe-icon,
157
+ .fwe-svg-icon {
158
+ color: variables.$hero-hover;
159
+ }
160
+ }
161
+ }
162
+
163
+ &:active {
164
+ .fwe-tree-node-text {
165
+ color: variables.$hero-active;
166
+ }
167
+
168
+ .fwe-btn--tree-node-select {
169
+ .fwe-icon,
170
+ .fwe-svg-icon {
171
+ color: variables.$hero-active;
172
+ }
173
+ }
174
+
175
+ .fwe-btn--tree-node-toggle {
176
+ .fwe-icon,
177
+ .fwe-svg-icon {
178
+ color: variables.$hero-active;
179
+ }
180
+ }
181
+ }
139
182
  }
140
183
 
141
184
  &--nested {
@@ -146,7 +189,7 @@
146
189
  width: inherit;
147
190
 
148
191
  .fwe-tree-node-container {
149
- margin-left: $spacer;
192
+ margin-left: variables.$spacer;
150
193
  }
151
194
  }
152
195
  }
@@ -154,13 +197,13 @@
154
197
 
155
198
  .fwe-btn.fwe-btn-link {
156
199
  &.fwe-btn--tree-node-toggle {
157
- color: $text;
158
- padding: 0 $spacer-xxs 0 $spacer-s;
200
+ color: variables.$text;
201
+ padding: 0 variables.$spacer-xxs 0 variables.$spacer-s;
159
202
  justify-content: flex-start;
160
203
  }
161
204
 
162
205
  &.fwe-btn--tree-node-select {
163
- color: $text;
206
+ color: variables.$text;
164
207
  justify-content: flex-start;
165
208
  min-width: 0;
166
209
  flex-basis: 100%;
@@ -172,47 +215,3 @@
172
215
  padding-right: 0;
173
216
  }
174
217
  }
175
-
176
- .fwe-tree-node {
177
- &:hover {
178
- .fwe-tree-node-text {
179
- color: $hero-hover;
180
- }
181
-
182
- .fwe-btn--tree-node-select {
183
- .fwe-icon,
184
- .fwe-svg-icon {
185
- color: $hero-hover;
186
- }
187
- }
188
-
189
- .fwe-btn--tree-node-toggle {
190
- .fwe-icon,
191
- .fwe-svg-icon {
192
- color: $hero-hover;
193
- }
194
- }
195
- }
196
- }
197
-
198
- .fwe-tree-node {
199
- &:active {
200
- .fwe-tree-node-text {
201
- color: $hero-active;
202
- }
203
-
204
- .fwe-btn--tree-node-select {
205
- .fwe-icon,
206
- .fwe-svg-icon {
207
- color: $hero-active;
208
- }
209
- }
210
-
211
- .fwe-btn--tree-node-toggle {
212
- .fwe-icon,
213
- .fwe-svg-icon {
214
- color: $hero-active;
215
- }
216
- }
217
- }
218
- }
@@ -1,48 +1,50 @@
1
+ @use "variables";
2
+
1
3
  h1,
2
4
  .fwe-h1 {
3
5
  font-size: 32px;
4
6
  line-height: 40px;
5
- font-weight: $font-weight-bold;
7
+ font-weight: variables.$font-weight-bold;
6
8
  }
7
9
 
8
10
  h2,
9
11
  .fwe-h2 {
10
12
  font-size: 24px;
11
13
  line-height: 32px;
12
- font-weight: $font-weight-bold;
14
+ font-weight: variables.$font-weight-bold;
13
15
  }
14
16
 
15
17
  h3,
16
18
  .fwe-h3 {
17
19
  font-size: 24px;
18
20
  line-height: 32px;
19
- font-weight: $font-weight-normal;
21
+ font-weight: variables.$font-weight-normal;
20
22
  }
21
23
 
22
24
  h4,
23
25
  .fwe-h4 {
24
26
  font-size: 16px;
25
27
  line-height: 24px;
26
- font-weight: $font-weight-bold;
28
+ font-weight: variables.$font-weight-bold;
27
29
  }
28
30
 
29
31
  h5,
30
32
  .fwe-h5 {
31
33
  font-size: 14px;
32
34
  line-height: 18px;
33
- font-weight: $font-weight-normal;
35
+ font-weight: variables.$font-weight-normal;
34
36
  }
35
37
 
36
38
  h6,
37
39
  .fwe-h6 {
38
40
  font-size: 12px;
39
41
  line-height: 14px;
40
- font-weight: $font-weight-normal;
42
+ font-weight: variables.$font-weight-normal;
41
43
  }
42
44
 
43
45
  .fwe-h-intro {
44
46
  font-size: 24px;
45
47
  line-height: 32px;
46
- font-weight: $font-weight-normal;
47
- color: $text-light;
48
+ font-weight: variables.$font-weight-normal;
49
+ color: variables.$text-light;
48
50
  }
@@ -1,5 +1,6 @@
1
+ @use "sass:map";
1
2
  @function breakpoint-min($name, $breakpoints) {
2
- $min: map-get($breakpoints, $name);
3
+ $min: map.get($breakpoints, $name);
3
4
  @return if($min != 0, $min, null);
4
5
  }
5
6
 
@@ -1,3 +1,4 @@
1
+ @use "sass:map";
1
2
  $black: var(--fwe-black) !default;
2
3
  $white: var(--fwe-white) !default;
3
4
  $white-dark: var(--fwe-white-dark) !default;
@@ -55,7 +56,7 @@ $red-bg: var(--fwe-red-bg) !default;
55
56
 
56
57
  // color map
57
58
  $colors: () !default;
58
- $colors: map-merge(
59
+ $colors: map.merge(
59
60
  (
60
61
  "black": $black,
61
62
  "white": $white,
@@ -101,7 +102,7 @@ $colors: map-merge(
101
102
  );
102
103
 
103
104
  $badge-colors: () !default;
104
- $badge-colors: map-merge(
105
+ $badge-colors: map.merge(
105
106
  (
106
107
  "caerul": $caerul,
107
108
  "green": $green,
@@ -1,61 +1,61 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.3.0-dev.461 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
6
6
 
7
- @import "rfs";
8
- @import "variables";
9
- @import "mixins";
10
- @import "fonts";
11
- @import "icons";
12
- @import "colors";
7
+ @use "rfs";
8
+ @use "variables";
9
+ @use "mixins";
10
+ @use "fonts";
11
+ @use "icons";
12
+ @use "colors";
13
13
 
14
- @import "type";
15
- @import "root";
16
- @import "normalize";
17
- @import "utils";
14
+ @use "type";
15
+ @use "root";
16
+ @use "normalize";
17
+ @use "utils";
18
18
 
19
- @import "misc";
20
- @import "display";
21
- @import "spacing";
22
- @import "border";
23
- @import "flex";
19
+ @use "misc";
20
+ @use "display";
21
+ @use "spacing";
22
+ @use "border";
23
+ @use "flex";
24
24
 
25
- @import "layout";
26
- @import "toolbar";
27
- @import "grid";
28
- @import "table";
29
- @import "list";
30
- @import "navbar";
31
- @import "mobile-flyout";
32
- @import "breadcrumb";
33
- @import "text-link";
34
- @import "text-input";
35
- @import "chips";
36
- @import "radio";
37
- @import "checkbox";
38
- @import "switch";
39
- @import "button";
40
- @import "slider";
41
- @import "loading-indicator";
42
- @import "select";
43
- @import "badge";
44
- @import "cards";
45
- @import "progressbar";
46
- @import "pagination";
47
- @import "snackbar";
48
- @import "modal";
49
- @import "segment";
50
- @import "popover";
51
- @import "timepicker";
52
- @import "navbar-menu";
53
- @import "scroll";
54
- @import "search-input";
55
- @import "stepper-horizontal";
56
- @import "stepper-vertical";
57
- @import "bottom-navigation";
58
- @import "accordion";
59
- @import "tree";
60
- @import "sidebar-overlay";
61
- @import "bottom-sheet";
25
+ @use "layout";
26
+ @use "toolbar";
27
+ @use "grid";
28
+ @use "table";
29
+ @use "list";
30
+ @use "navbar";
31
+ @use "mobile-flyout";
32
+ @use "breadcrumb";
33
+ @use "text-link";
34
+ @use "text-input";
35
+ @use "chips";
36
+ @use "radio";
37
+ @use "checkbox";
38
+ @use "switch";
39
+ @use "button";
40
+ @use "slider";
41
+ @use "loading-indicator";
42
+ @use "select";
43
+ @use "badge";
44
+ @use "cards";
45
+ @use "progressbar";
46
+ @use "pagination";
47
+ @use "snackbar";
48
+ @use "modal";
49
+ @use "segment";
50
+ @use "popover";
51
+ @use "timepicker";
52
+ @use "navbar-menu";
53
+ @use "scroll";
54
+ @use "search-input";
55
+ @use "stepper-horizontal";
56
+ @use "stepper-vertical";
57
+ @use "bottom-navigation";
58
+ @use "accordion";
59
+ @use "tree";
60
+ @use "sidebar-overlay";
61
+ @use "bottom-sheet";
@@ -1,17 +1,19 @@
1
+ @use "../variables";
2
+
1
3
  footer.fwe-footer {
2
4
  .fwe-social-media {
3
5
  display: flex;
4
6
  flex-direction: row;
5
7
  justify-content: center;
6
8
  padding: 24px 0px;
7
- border-bottom: 1px solid $control-border-active;
9
+ border-bottom: 1px solid variables.$control-border-active;
8
10
  margin-bottom: 24px;
9
11
 
10
12
  .fwe-social-media-link {
11
13
  display: block;
12
14
  width: 32px;
13
15
  height: 32px;
14
- border-radius: $border-radius-s;
16
+ border-radius: variables.$border-radius-s;
15
17
  margin-right: 24px;
16
18
  opacity: 0.3;
17
19
  transition: opacity 0.3s;
@@ -27,12 +29,12 @@ footer.fwe-footer {
27
29
  }
28
30
  .fwe-footer-details {
29
31
  padding-bottom: 24px;
30
- border-bottom: 1px solid $control-border-active;
32
+ border-bottom: 1px solid variables.$control-border-active;
31
33
 
32
34
  h4 {
33
35
  font-size: 16px;
34
36
  line-height: 24px;
35
- font-weight: $font-weight-bold;
37
+ font-weight: variables.$font-weight-bold;
36
38
  list-style-type: none;
37
39
  position: relative;
38
40
  margin-top: 0px;
@@ -55,7 +57,7 @@ footer.fwe-footer {
55
57
  }
56
58
  }
57
59
  .fwe-bottomline {
58
- font-size: $font-size-small;
60
+ font-size: variables.$font-size-small;
59
61
  padding-top: 24px;
60
62
  text-align: center;
61
63
 
@@ -66,7 +68,7 @@ footer.fwe-footer {
66
68
  padding-bottom: 8px;
67
69
 
68
70
  a {
69
- color: $control-border-active;
71
+ color: variables.$control-border-active;
70
72
  padding-right: 8px;
71
73
 
72
74
  &:last-child {
@@ -79,7 +81,7 @@ footer.fwe-footer {
79
81
  padding-bottom: 24px;
80
82
 
81
83
  a {
82
- color: $control-border-active;
84
+ color: variables.$control-border-active;
83
85
  padding-right: 8px;
84
86
 
85
87
  &:last-child {
@@ -93,12 +95,12 @@ footer.fwe-footer {
93
95
  order: 1;
94
96
  justify-content: center;
95
97
  padding-bottom: 24px;
96
- color: $control-border-active;
98
+ color: variables.$control-border-active;
97
99
  }
98
100
  }
99
101
  }
100
102
 
101
- @media only screen and (min-width: $grid-breakpoint-lg) {
103
+ @media only screen and (min-width: variables.$grid-breakpoint-lg) {
102
104
  footer.fwe-footer {
103
105
  .fwe-footer-details {
104
106
  border-bottom: none;
@@ -110,7 +112,7 @@ footer.fwe-footer {
110
112
  }
111
113
  }
112
114
  .fwe-bottomline {
113
- font-size: $font-size-small;
115
+ font-size: variables.$font-size-small;
114
116
  padding-top: 24px;
115
117
  text-align: left;
116
118
  display: flex;
@@ -126,7 +128,7 @@ footer.fwe-footer {
126
128
  }
127
129
  }
128
130
 
129
- @media only screen and (min-width: $grid-breakpoint-xl) {
131
+ @media only screen and (min-width: variables.$grid-breakpoint-xl) {
130
132
  footer.fwe-footer {
131
133
  .fwe-social-media {
132
134
  .fwe-social-media-link {