@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,3 +1,5 @@
1
+ @use "variables";
2
+
1
3
  /*
2
4
  ** Basic navbar menu
3
5
  */
@@ -16,7 +18,7 @@
16
18
 
17
19
  position: relative;
18
20
  cursor: pointer;
19
- color: $text;
21
+ color: variables.$text;
20
22
  height: 32px;
21
23
  min-width: 32px;
22
24
  display: flex;
@@ -30,12 +32,12 @@
30
32
  right: 0px;
31
33
  left: 0px;
32
34
  bottom: -13px;
33
- background: $caerul;
35
+ background: variables.$caerul;
34
36
  transition: height 0.2s;
35
37
  }
36
38
 
37
39
  &.fwe-selected {
38
- color: $hero;
40
+ color: variables.$hero;
39
41
 
40
42
  &::before {
41
43
  height: 4px;
@@ -43,7 +45,7 @@
43
45
  }
44
46
 
45
47
  &:hover {
46
- color: $hero;
48
+ color: variables.$hero;
47
49
  }
48
50
  }
49
51
 
@@ -53,18 +55,18 @@
53
55
  top: 45px;
54
56
  right: 0px;
55
57
  width: 300px;
56
- background-color: $white;
58
+ background-color: variables.$white;
57
59
  flex-direction: column;
58
60
  box-shadow: 0px 1px 4px #00000029;
59
- max-height: calc(100vh - #{$navbar-height});
61
+ max-height: calc(100vh - #{variables.$navbar-height});
60
62
  overflow: visible;
61
63
 
62
- @media (max-width: $grid-breakpoint-sm - 2) {
64
+ @media (max-width: variables.$grid-breakpoint-sm - 2) {
63
65
  width: 100% !important;
64
66
  position: fixed;
65
- top: $navbar-height;
67
+ top: variables.$navbar-height;
66
68
  left: 0;
67
- height: calc(100vh - #{$navbar-height});
69
+ height: calc(100vh - #{variables.$navbar-height});
68
70
  }
69
71
  }
70
72
 
@@ -73,38 +75,38 @@
73
75
  */
74
76
  .fwe-profile-menu {
75
77
  .fwe-profile-menu-header {
76
- margin-bottom: $spacer-s;
78
+ margin-bottom: variables.$spacer-s;
77
79
  display: flex;
78
80
  flex-direction: row;
79
- padding: $spacer-l $spacer-m $spacer-m $spacer-m;
81
+ padding: variables.$spacer-l variables.$spacer-m variables.$spacer-m variables.$spacer-m;
80
82
 
81
83
  .fwe-profile-image-container {
82
- width: $spacer-xl;
83
- height: $spacer-xl;
84
+ width: variables.$spacer-xl;
85
+ height: variables.$spacer-xl;
84
86
  flex-shrink: 0;
85
87
  border-radius: 50%;
86
88
  overflow: hidden;
87
- background-color: $gray-400;
89
+ background-color: variables.$gray-400;
88
90
  display: flex;
89
91
  align-items: center;
90
92
  justify-content: center;
91
- margin-right: $spacer-s;
93
+ margin-right: variables.$spacer-s;
92
94
 
93
95
  .fwe-profile-image {
94
96
  width: 100%;
95
97
  }
96
98
 
97
99
  .fwe-placeholder-letter {
98
- width: $spacer-l;
99
- height: $spacer-l;
100
- background-color: $gray-100;
100
+ width: variables.$spacer-l;
101
+ height: variables.$spacer-l;
102
+ background-color: variables.$gray-100;
101
103
  border-radius: 50%;
102
104
  align-items: center;
103
105
  justify-content: center;
104
106
  text-align: center;
105
- border: solid 6px $white;
107
+ border: solid 6px variables.$white;
106
108
  box-sizing: content-box;
107
- font-size: $font-size-base;
109
+ font-size: variables.$font-size-base;
108
110
  line-height: 28px;
109
111
  }
110
112
  }
@@ -115,19 +117,19 @@
115
117
 
116
118
  .fwe-username {
117
119
  overflow-wrap: anywhere;
118
- font-weight: $font-weight-bold;
120
+ font-weight: variables.$font-weight-bold;
119
121
  }
120
122
 
121
123
  .fwe-email {
122
124
  overflow-wrap: anywhere;
123
- font-size: $font-size-small;
124
- margin-top: $spacer-xxxs;
125
+ font-size: variables.$font-size-small;
126
+ margin-top: variables.$spacer-xxxs;
125
127
  }
126
128
  }
127
129
  }
128
130
 
129
131
  .fwe-profile-menu-item {
130
- padding: $spacer-xs $spacer-m !important;
132
+ padding: variables.$spacer-xs variables.$spacer-m !important;
131
133
  min-height: auto;
132
134
  text-align: left;
133
135
  justify-content: unset;
@@ -141,46 +143,46 @@
141
143
  .fwe-btn-logout {
142
144
  border-radius: 0;
143
145
  justify-content: center;
144
- margin-top: $spacer-xxl - $spacer-m;
146
+ margin-top: variables.$spacer-xxl - variables.$spacer-m;
145
147
  }
146
148
 
147
- @media (max-width: $grid-breakpoint-sm - 2) {
149
+ @media (max-width: variables.$grid-breakpoint-sm - 2) {
148
150
  .fwe-profile-menu-header {
149
- margin-bottom: $spacer-s;
150
- background-color: $background;
151
- border-bottom: solid 1px $gray-200;
152
- padding: $spacer-m $spacer-s $spacer-m $spacer-s;
151
+ margin-bottom: variables.$spacer-s;
152
+ background-color: variables.$background;
153
+ border-bottom: solid 1px variables.$gray-200;
154
+ padding: variables.$spacer-m variables.$spacer-s variables.$spacer-m variables.$spacer-s;
153
155
 
154
156
  .fwe-profile-image-container {
155
- width: $spacer-xxl;
156
- height: $spacer-xxl;
157
- margin-right: $spacer-l;
157
+ width: variables.$spacer-xxl;
158
+ height: variables.$spacer-xxl;
159
+ margin-right: variables.$spacer-l;
158
160
 
159
161
  .fwe-placeholder-letter {
160
162
  width: 42px;
161
163
  height: 42px;
162
- border: solid 9px $white;
163
- font-size: $font-size-xl;
164
+ border: solid 9px variables.$white;
165
+ font-size: variables.$font-size-xl;
164
166
  line-height: 40px;
165
167
  }
166
168
  }
167
169
  }
168
170
 
169
171
  .fwe-profile-data-container .fwe-email {
170
- font-size: $font-size-base !important;
172
+ font-size: variables.$font-size-base !important;
171
173
  }
172
174
 
173
175
  .fwe-profile-menu-item {
174
- padding: 20px $spacer-s !important;
176
+ padding: 20px variables.$spacer-s !important;
175
177
 
176
178
  i {
177
- padding-right: $spacer-m !important;
179
+ padding-right: variables.$spacer-m !important;
178
180
  }
179
181
  }
180
182
 
181
183
  .fwe-btn-logout {
182
- margin: auto $spacer-s $spacer-l $spacer-s !important;
183
- border-radius: $control-border-radius;
184
+ margin: auto variables.$spacer-s variables.$spacer-l variables.$spacer-s !important;
185
+ border-radius: variables.$control-border-radius;
184
186
  }
185
187
  }
186
188
  }
@@ -194,171 +196,171 @@
194
196
  width: 32px;
195
197
 
196
198
  &.fwe-info {
197
- color: $hero;
198
- background: $white;
199
+ color: variables.$hero;
200
+ background: variables.$white;
199
201
 
200
202
  &:has(.fwe-notification-batch) {
201
- color: $text;
203
+ color: variables.$text;
202
204
  }
203
205
 
204
206
  &::before {
205
- background: $white;
207
+ background: variables.$white;
206
208
  }
207
209
 
208
210
  .fwe-notification-batch {
209
- background: $hero;
211
+ background: variables.$hero;
210
212
  }
211
213
 
212
214
  &.fwe-selected {
213
- color: $hero;
215
+ color: variables.$hero;
214
216
  &::before {
215
- background: $hero;
217
+ background: variables.$hero;
216
218
  }
217
219
  }
218
220
  }
219
221
 
220
222
  &.fwe-warning {
221
- color: $orange;
222
- background: $white;
223
+ color: variables.$orange;
224
+ background: variables.$white;
223
225
 
224
226
  &:has(.fwe-notification-batch) {
225
- color: $text;
227
+ color: variables.$text;
226
228
  }
227
229
 
228
230
  &::before {
229
- background: $white;
231
+ background: variables.$white;
230
232
  }
231
233
 
232
234
  .fwe-notification-batch {
233
- background: $orange;
235
+ background: variables.$orange;
234
236
  }
235
237
 
236
238
  &.fwe-selected {
237
- color: $orange;
239
+ color: variables.$orange;
238
240
  &::before {
239
- background: $orange;
241
+ background: variables.$orange;
240
242
  }
241
243
  }
242
244
  }
243
245
 
244
246
  &.fwe-error {
245
- color: $red;
246
- background: $white;
247
+ color: variables.$red;
248
+ background: variables.$white;
247
249
 
248
250
  &:has(.fwe-notification-batch) {
249
- color: $text;
251
+ color: variables.$text;
250
252
  }
251
253
 
252
254
  &::before {
253
- background: $white;
255
+ background: variables.$white;
254
256
  }
255
257
 
256
258
  .fwe-notification-batch {
257
- background: $red;
259
+ background: variables.$red;
258
260
  }
259
261
 
260
262
  &.fwe-selected {
261
- color: $red;
263
+ color: variables.$red;
262
264
  &::before {
263
- background: $red;
265
+ background: variables.$red;
264
266
  }
265
267
  }
266
268
  }
267
269
 
268
270
  &:hover {
269
271
  &.fwe-info {
270
- color: $hero-hover;
271
- background: $white;
272
+ color: variables.$hero-hover;
273
+ background: variables.$white;
272
274
 
273
275
  .fwe-notification-batch {
274
- background: $hero-hover;
276
+ background: variables.$hero-hover;
275
277
  }
276
278
  }
277
279
 
278
280
  &.fwe-warning {
279
- color: $orange-hover;
280
- background: $white;
281
+ color: variables.$orange-hover;
282
+ background: variables.$white;
281
283
 
282
284
  .fwe-notification-batch {
283
- background: $orange-hover;
285
+ background: variables.$orange-hover;
284
286
  }
285
287
  }
286
288
 
287
289
  &.fwe-error {
288
- color: $red-hover;
289
- background: $white;
290
+ color: variables.$red-hover;
291
+ background: variables.$white;
290
292
 
291
293
  .fwe-notification-batch {
292
- background: $red-hover;
294
+ background: variables.$red-hover;
293
295
  }
294
296
  }
295
297
  }
296
298
 
297
299
  &.fwe-notification-button--strong {
298
300
  &.fwe-info {
299
- color: $white;
300
- background: $hero;
301
+ color: variables.$white;
302
+ background: variables.$hero;
301
303
 
302
304
  &::before {
303
- background: $hero;
305
+ background: variables.$hero;
304
306
  }
305
307
 
306
308
  .fwe-notification-batch {
307
- background: $text;
309
+ background: variables.$text;
308
310
  }
309
311
  }
310
312
 
311
313
  &.fwe-warning {
312
- color: $white;
313
- background: $orange;
314
+ color: variables.$white;
315
+ background: variables.$orange;
314
316
 
315
317
  &::before {
316
- background: $orange;
318
+ background: variables.$orange;
317
319
  }
318
320
 
319
321
  .fwe-notification-batch {
320
- background: $text;
322
+ background: variables.$text;
321
323
  }
322
324
  }
323
325
 
324
326
  &.fwe-error {
325
- color: $white;
326
- background: $red;
327
+ color: variables.$white;
328
+ background: variables.$red;
327
329
 
328
330
  &::before {
329
- background: $red;
331
+ background: variables.$red;
330
332
  }
331
333
 
332
334
  .fwe-notification-batch {
333
- background: $text;
335
+ background: variables.$text;
334
336
  }
335
337
  }
336
338
 
337
339
  &:hover {
338
340
  &.fwe-info {
339
- color: $white;
340
- background: $hero-hover;
341
+ color: variables.$white;
342
+ background: variables.$hero-hover;
341
343
 
342
344
  &::before {
343
- background: $hero-hover;
345
+ background: variables.$hero-hover;
344
346
  }
345
347
  }
346
348
 
347
349
  &.fwe-warning {
348
- color: $white;
349
- background: $orange-hover;
350
+ color: variables.$white;
351
+ background: variables.$orange-hover;
350
352
 
351
353
  &::before {
352
- background: $orange-hover;
354
+ background: variables.$orange-hover;
353
355
  }
354
356
  }
355
357
 
356
358
  &.fwe-error {
357
- color: $white;
358
- background: $red-hover;
359
+ color: variables.$white;
360
+ background: variables.$red-hover;
359
361
 
360
362
  &::before {
361
- background: $red-hover;
363
+ background: variables.$red-hover;
362
364
  }
363
365
  }
364
366
  }
@@ -368,12 +370,12 @@
368
370
  position: absolute;
369
371
  border-radius: 50%;
370
372
  height: 22px;
371
- line-height: calc(#{$font-size-small} + 4px);
373
+ line-height: calc(#{variables.$font-size-small} + 4px);
372
374
  width: 22px;
373
- font-size: $font-size-small;
374
- color: $white !important;
375
- background: $caerul;
376
- border: 2px solid $white;
375
+ font-size: variables.$font-size-small;
376
+ color: variables.$white !important;
377
+ background: variables.$caerul;
378
+ border: 2px solid variables.$white;
377
379
  top: -10px;
378
380
  right: -10px;
379
381
  }
@@ -385,11 +387,11 @@
385
387
  .fwe-notification-title {
386
388
  display: flex;
387
389
  align-items: center;
388
- font-weight: $font-weight-bold;
390
+ font-weight: variables.$font-weight-bold;
389
391
  height: 48px;
390
- padding-left: $spacer-m;
391
- padding-right: $spacer-xxs;
392
- border-bottom: 1px solid $border;
392
+ padding-left: variables.$spacer-m;
393
+ padding-right: variables.$spacer-xxs;
394
+ border-bottom: 1px solid variables.$border;
393
395
  }
394
396
 
395
397
  .fwe-notification-footer {
@@ -397,9 +399,9 @@
397
399
  align-items: center;
398
400
  justify-content: center;
399
401
  height: 48px;
400
- margin-left: $spacer-m;
401
- margin-right: $spacer-m;
402
- border-top: 1px solid $border;
402
+ margin-left: variables.$spacer-m;
403
+ margin-right: variables.$spacer-m;
404
+ border-top: 1px solid variables.$border;
403
405
  }
404
406
 
405
407
  .fwe-notification-list {
@@ -414,21 +416,21 @@
414
416
  cursor: pointer;
415
417
 
416
418
  &:hover {
417
- background: $background;
419
+ background: variables.$background;
418
420
  }
419
421
 
420
422
  &.fwe-disabled {
421
- color: $text-disabled;
423
+ color: variables.$text-disabled;
422
424
 
423
425
  .fwe-notification-item-content {
424
426
  &::before {
425
- color: $text-disabled;
427
+ color: variables.$text-disabled;
426
428
  }
427
429
  }
428
430
  }
429
431
 
430
432
  .fwe-notification-item-content {
431
- border-top: 1px solid $border;
433
+ border-top: 1px solid variables.$border;
432
434
  }
433
435
 
434
436
  &:first-child {
@@ -440,23 +442,23 @@
440
442
 
441
443
  .fwe-notification-item-content {
442
444
  position: relative;
443
- margin-left: $spacer-l + $spacer-m;
444
- margin-right: $spacer-m;
445
- padding-top: $spacer-s;
446
- padding-bottom: $spacer-s;
445
+ margin-left: variables.$spacer-l + variables.$spacer-m;
446
+ margin-right: variables.$spacer-m;
447
+ padding-top: variables.$spacer-s;
448
+ padding-bottom: variables.$spacer-s;
447
449
 
448
450
  .fwe-item-header {
449
- font-weight: $font-weight-bold;
451
+ font-weight: variables.$font-weight-bold;
450
452
  margin-bottom: 4px;
451
453
  }
452
454
 
453
455
  .fwe-item-footer {
454
- font-size: $font-size-small;
455
- color: $text-disabled;
456
+ font-size: variables.$font-size-small;
457
+ color: variables.$text-disabled;
456
458
  margin-top: 11px;
457
459
  }
458
460
 
459
- font-family: $font-family-base;
461
+ font-family: variables.$font-family-base;
460
462
 
461
463
  &::before {
462
464
  content: "";
@@ -489,7 +491,7 @@
489
491
 
490
492
  &::before {
491
493
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGc+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+PC9nPjxnIGlkPSJlNmQ1NGM1MS1lMDNkLTRkNWMtYmQ5Yy0xNjk5Mzg1YzRiODQiIGRhdGEtbmFtZT0iY29udGVudCI+PHBhdGggZD0iTTE1LjIxNTcsMTMuNTI5NDIsOC44ODIzMiwxLjY1NDQyYTEsMSwwLDAsMC0xLjc2NDY0LDBMLjc4NDMsMTMuNTI5NDJBMSwxLDAsMCwwLDEuNjY2NzUsMTVIMTQuMzMzMzdhMSwxLDAsMCwwLC44ODIzMy0xLjQ3MDU4Wk05LDEzSDdWMTFIOVptMC0zSDdWNUg5WiIgZmlsbD0iI2Q1MDAwMCIvPjwvZz48L3N2Zz4=");
492
- color: $red;
494
+ color: variables.$red;
493
495
  }
494
496
  }
495
497
  }