office-ui-fabric-core-rails 5.0.1.0 → 5.1.0.0

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/lib/office-ui-fabric-core-rails/version.rb +2 -2
  3. data/package.json +2 -2
  4. data/vendor/assets/css/fabric.css +470 -428
  5. data/vendor/assets/css/fabric.min.css +2 -2
  6. data/vendor/assets/css/fabric.rtl.css +50 -8
  7. data/vendor/assets/css/fabric.rtl.min.css +2 -2
  8. data/vendor/assets/scss/Fabric.Animations.Output.scss +419 -419
  9. data/vendor/assets/scss/Fabric.Animations.RTL.Output.scss +80 -80
  10. data/vendor/assets/scss/Fabric.Base.Output.scss +14 -14
  11. data/vendor/assets/scss/Fabric.Brand.Icons.Output.scss +18 -18
  12. data/vendor/assets/scss/Fabric.Color.Mixins.Output.scss +443 -443
  13. data/vendor/assets/scss/Fabric.Grid.Output.scss +32 -32
  14. data/vendor/assets/scss/Fabric.Icons.Font.Output.scss +21 -20
  15. data/vendor/assets/scss/Fabric.Icons.Output.scss +751 -740
  16. data/vendor/assets/scss/Fabric.Icons.RTL.Output.scss +149 -149
  17. data/vendor/assets/scss/Fabric.RTL.scss +39 -39
  18. data/vendor/assets/scss/Fabric.Responsive.Utilities.Output.scss +1012 -1012
  19. data/vendor/assets/scss/Fabric.Typography.Fonts.Extended.Output.scss +67 -67
  20. data/vendor/assets/scss/Fabric.Typography.Fonts.Output.scss +12 -12
  21. data/vendor/assets/scss/Fabric.Typography.Language.Overrides.Output.scss +52 -52
  22. data/vendor/assets/scss/Fabric.Typography.Output.scss +389 -389
  23. data/vendor/assets/scss/Fabric.Utilities.Output.scss +45 -45
  24. data/vendor/assets/scss/Fabric.scss +43 -43
  25. data/vendor/assets/scss/_Fabric.Animations.RTL.scss +79 -79
  26. data/vendor/assets/scss/_Fabric.Animations.scss +237 -237
  27. data/vendor/assets/scss/_Fabric.Base.scss +13 -13
  28. data/vendor/assets/scss/_Fabric.Brand.Icons.scss +50 -50
  29. data/vendor/assets/scss/_Fabric.Color.Mixins.scss +418 -418
  30. data/vendor/assets/scss/_Fabric.Color.Variables.scss +93 -93
  31. data/vendor/assets/scss/_Fabric.Common.scss +16 -16
  32. data/vendor/assets/scss/_Fabric.Grid.scss +33 -33
  33. data/vendor/assets/scss/_Fabric.Icons.scss +779 -770
  34. data/vendor/assets/scss/_Fabric.Mixins.RTL.scss +324 -324
  35. data/vendor/assets/scss/_Fabric.Mixins.scss +281 -281
  36. data/vendor/assets/scss/_Fabric.Responsive.Utilities.Variables.scss +1423 -1423
  37. data/vendor/assets/scss/_Fabric.Responsive.Variables.scss +34 -34
  38. data/vendor/assets/scss/_Fabric.Typography.Fonts.scss +167 -167
  39. data/vendor/assets/scss/_Fabric.Typography.Language.Overrides.scss +49 -49
  40. data/vendor/assets/scss/_Fabric.Typography.Mixins.scss +11 -11
  41. data/vendor/assets/scss/_Fabric.Typography.Variables.scss +29 -29
  42. data/vendor/assets/scss/_Fabric.Typography.scss +345 -345
  43. data/vendor/assets/scss/_Fabric.Utilities.scss +75 -75
  44. data/vendor/assets/scss/_Fabric.ZIndex.Variables.scss +32 -32
  45. data/vendor/assets/scss/_Fabric.i18n.scss +315 -315
  46. metadata +2 -2
@@ -1,11 +1,11 @@
1
- // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
-
3
- //
4
- // Office UI Fabric
5
- // --------------------------------------------------
6
- // Fabric Core Typography mixins
7
-
8
- @mixin ms-baseFont {
9
- font-family: $ms-font-family-base;
10
- -webkit-font-smoothing: antialiased;
11
- }
1
+ // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
+
3
+ //
4
+ // Office UI Fabric
5
+ // --------------------------------------------------
6
+ // Fabric Core Typography mixins
7
+
8
+ @mixin ms-baseFont {
9
+ font-family: $ms-font-family-base;
10
+ -webkit-font-smoothing: antialiased;
11
+ }
@@ -1,29 +1,29 @@
1
- // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
-
3
- //
4
- // Office UI Fabric
5
- // --------------------------------------------------
6
- // Fabric Core Typography variables
7
-
8
- $ms-font-system-base: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
9
- $ms-font-family-base: 'Segoe UI WestEuropean', $ms-font-system-base !default;
10
-
11
- $ms-font-weight-light: 100 !default;
12
- $ms-font-weight-regular: 400 !default;
13
- $ms-font-weight-semilight: 300 !default;
14
- $ms-font-weight-semibold: 600 !default;
15
-
16
-
17
- //== Type sizes
18
- //
19
-
20
- $ms-font-size-su: 42px !default;
21
- $ms-font-size-xxl: 28px !default;
22
- $ms-font-size-xl: 21px !default;
23
- $ms-font-size-l: 17px !default;
24
- $ms-font-size-m-plus: 15px !default;
25
- $ms-font-size-m: 14px !default;
26
- $ms-font-size-s-plus: 13px !default;
27
- $ms-font-size-s: 12px !default;
28
- $ms-font-size-xs: 11px !default;
29
- $ms-font-size-mi: 10px !default;
1
+ // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
+
3
+ //
4
+ // Office UI Fabric
5
+ // --------------------------------------------------
6
+ // Fabric Core Typography variables
7
+
8
+ $ms-font-system-base: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
9
+ $ms-font-family-base: 'Segoe UI WestEuropean', $ms-font-system-base !default;
10
+
11
+ $ms-font-weight-light: 100 !default;
12
+ $ms-font-weight-regular: 400 !default;
13
+ $ms-font-weight-semilight: 300 !default;
14
+ $ms-font-weight-semibold: 600 !default;
15
+
16
+
17
+ //== Type sizes
18
+ //
19
+
20
+ $ms-font-size-su: 42px !default;
21
+ $ms-font-size-xxl: 28px !default;
22
+ $ms-font-size-xl: 21px !default;
23
+ $ms-font-size-l: 17px !default;
24
+ $ms-font-size-m-plus: 15px !default;
25
+ $ms-font-size-m: 14px !default;
26
+ $ms-font-size-s-plus: 13px !default;
27
+ $ms-font-size-s: 12px !default;
28
+ $ms-font-size-xs: 11px !default;
29
+ $ms-font-size-mi: 10px !default;
@@ -1,345 +1,345 @@
1
- // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
-
3
- //
4
- // Office UI Fabric
5
- // --------------------------------------------------
6
- // Typographic mixins arranged with appropriate size and family combinations.
7
- @import 'Fabric.Typography.Variables';
8
- @import 'Fabric.Typography.Mixins';
9
-
10
- // Super Styles (LIMITED USE)
11
- @mixin ms-font-su {
12
- @include ms-baseFont;
13
- font-size: $ms-font-size-su;
14
- font-weight: $ms-font-weight-light;
15
- }
16
-
17
- // Extra-Extra-Large
18
- @mixin ms-font-xxl {
19
- @include ms-baseFont;
20
- font-size: $ms-font-size-xxl;
21
- font-weight: $ms-font-weight-light;
22
- }
23
-
24
- // Extra-Large Styles
25
- @mixin ms-font-xl {
26
- @include ms-baseFont;
27
- font-size: $ms-font-size-xl;
28
- font-weight: $ms-font-weight-light;
29
- }
30
-
31
- // Large Styles
32
- @mixin ms-font-l {
33
- @include ms-baseFont;
34
- font-size: $ms-font-size-l;
35
- font-weight: $ms-font-weight-semilight;
36
- }
37
-
38
- // Medium Plus Styles
39
- @mixin ms-font-m-plus {
40
- @include ms-baseFont;
41
- font-size: $ms-font-size-m-plus;
42
- font-weight: $ms-font-weight-regular;
43
- }
44
-
45
- // Medium Styles
46
- @mixin ms-font-m {
47
- @include ms-baseFont;
48
- font-size: $ms-font-size-m;
49
- font-weight: $ms-font-weight-regular;
50
- }
51
-
52
- // Small Plus Styles
53
- @mixin ms-font-s-plus {
54
- @include ms-baseFont;
55
- font-size: $ms-font-size-s-plus;
56
- font-weight: $ms-font-weight-regular;
57
- }
58
-
59
- // Small Styles
60
- @mixin ms-font-s {
61
- @include ms-baseFont;
62
- font-size: $ms-font-size-s;
63
- font-weight: $ms-font-weight-regular;
64
- }
65
-
66
- // XS Styles
67
- @mixin ms-font-xs {
68
- @include ms-baseFont;
69
- font-size: $ms-font-size-xs;
70
- font-weight: $ms-font-weight-regular;
71
- }
72
-
73
- // Micro Styles (LIMITED USE)
74
- @mixin ms-font-mi {
75
- @include ms-baseFont;
76
- font-size: $ms-font-size-mi;
77
- font-weight: $ms-font-weight-semibold;
78
- }
79
-
80
- //== Helper classes & mixins
81
- //
82
- // Helper mixins to override default type values
83
-
84
- // Font weights
85
- @mixin ms-fontWeight-light {
86
- font-weight: $ms-font-weight-light;
87
- }
88
-
89
- @mixin ms-fontWeight-semilight {
90
- font-weight: $ms-font-weight-semilight;
91
- }
92
-
93
- @mixin ms-fontWeight-regular {
94
- font-weight: $ms-font-weight-regular;
95
- }
96
-
97
- @mixin ms-fontWeight-semibold {
98
- font-weight: $ms-font-weight-semibold;
99
- }
100
-
101
- // Font sizes
102
- @mixin ms-fontSize-su {
103
- font-size: $ms-font-size-su;
104
- }
105
-
106
- @mixin ms-fontSize-xxl {
107
- font-size: $ms-font-size-xxl;
108
- }
109
-
110
- @mixin ms-fontSize-xl {
111
- font-size: $ms-font-size-xl;
112
- }
113
-
114
- @mixin ms-fontSize-l {
115
- font-size: $ms-font-size-l;
116
- }
117
-
118
- @mixin ms-fontSize-mPlus {
119
- font-size: $ms-font-size-m-plus;
120
- }
121
-
122
- @mixin ms-fontSize-m {
123
- font-size: $ms-font-size-m;
124
- }
125
-
126
- @mixin ms-fontSize-sPlus {
127
- font-size: $ms-font-size-s-plus;
128
- }
129
-
130
- @mixin ms-fontSize-s {
131
- font-size: $ms-font-size-s;
132
- }
133
-
134
- @mixin ms-fontSize-xs {
135
- font-size: $ms-font-size-xs;
136
- }
137
-
138
- @mixin ms-fontSize-mi {
139
- font-size: $ms-font-size-mi;
140
- }
141
-
142
- // Theme colors
143
- @mixin ms-fontColor-themeDarker {
144
- color: $ms-color-themeDarker;
145
- }
146
-
147
- @mixin ms-fontColor-themeDark {
148
- color: $ms-color-themeDark;
149
- }
150
-
151
- @mixin ms-fontColor-themeDarkAlt {
152
- color: $ms-color-themeDarkAlt;
153
- }
154
-
155
- @mixin ms-fontColor-themePrimary {
156
- color: $ms-color-themePrimary;
157
- }
158
-
159
- @mixin ms-fontColor-themeSecondary {
160
- color: $ms-color-themeSecondary;
161
- }
162
-
163
- @mixin ms-fontColor-themeTertiary {
164
- color: $ms-color-themeTertiary;
165
- }
166
-
167
- @mixin ms-fontColor-themeLight {
168
- color: $ms-color-themeLight;
169
- }
170
-
171
- @mixin ms-fontColor-themeLighter {
172
- color: $ms-color-themeLighter;
173
- }
174
-
175
- @mixin ms-fontColor-themeLighterAlt {
176
- color: $ms-color-themeLighterAlt;
177
- }
178
-
179
-
180
- // Neutral colors
181
- @mixin ms-fontColor-black {
182
- color: $ms-color-black;
183
- }
184
-
185
- @mixin ms-fontColor-neutralDark {
186
- color: $ms-color-neutralDark;
187
- }
188
-
189
- @mixin ms-fontColor-neutralPrimary {
190
- color: $ms-color-neutralPrimary;
191
- }
192
-
193
- @mixin ms-fontColor-neutralPrimaryAlt {
194
- color: $ms-color-neutralPrimaryAlt;
195
- }
196
-
197
- @mixin ms-fontColor-neutralSecondary {
198
- color: $ms-color-neutralSecondary;
199
- }
200
-
201
- @mixin ms-fontColor-neutralSecondaryAlt {
202
- color: $ms-color-neutralSecondaryAlt;
203
- }
204
-
205
- @mixin ms-fontColor-neutralTertiary {
206
- color: $ms-color-neutralTertiary;
207
- }
208
-
209
- @mixin ms-fontColor-neutralTertiaryAlt {
210
- color: $ms-color-neutralTertiaryAlt;
211
- }
212
-
213
- @mixin ms-fontColor-neutralLight {
214
- color: $ms-color-neutralLight;
215
- }
216
-
217
- @mixin ms-fontColor-neutralLighter {
218
- color: $ms-color-neutralLighter;
219
- }
220
-
221
- @mixin ms-fontColor-neutralLighterAlt {
222
- color: $ms-color-neutralLighterAlt;
223
- }
224
-
225
- @mixin ms-fontColor-white {
226
- color: $ms-color-white;
227
- }
228
-
229
- // Brand and accent colors
230
- @mixin ms-fontColor-yellow {
231
- color: $ms-color-yellow;
232
- }
233
-
234
- @mixin ms-fontColor-yellowLight {
235
- color: $ms-color-yellowLight;
236
- }
237
-
238
- @mixin ms-fontColor-orange {
239
- color: $ms-color-orange;
240
- }
241
-
242
- @mixin ms-fontColor-orangeLight {
243
- color: $ms-color-orangeLight;
244
- }
245
-
246
- @mixin ms-fontColor-orangeLighter {
247
- color: $ms-color-orangeLighter;
248
- }
249
-
250
- @mixin ms-fontColor-redDark {
251
- color: $ms-color-redDark;
252
- }
253
-
254
- @mixin ms-fontColor-red {
255
- color: $ms-color-red;
256
- }
257
-
258
- @mixin ms-fontColor-magentaDark {
259
- color: $ms-color-magentaDark;
260
- }
261
-
262
- @mixin ms-fontColor-magenta {
263
- color: $ms-color-magenta;
264
- }
265
-
266
- @mixin ms-fontColor-magentaLight {
267
- color: $ms-color-magentaLight;
268
- }
269
-
270
- @mixin ms-fontColor-purpleDark {
271
- color: $ms-color-purpleDark;
272
- }
273
-
274
- @mixin ms-fontColor-purple {
275
- color: $ms-color-purple;
276
- }
277
-
278
- @mixin ms-fontColor-purpleLight {
279
- color: $ms-color-purpleLight;
280
- }
281
-
282
- @mixin ms-fontColor-blueDark {
283
- color: $ms-color-blueDark;
284
- }
285
-
286
- @mixin ms-fontColor-blueMid {
287
- color: $ms-color-blueMid;
288
- }
289
-
290
- @mixin ms-fontColor-blue {
291
- color: $ms-color-blue;
292
- }
293
-
294
- @mixin ms-fontColor-blueLight {
295
- color: $ms-color-blueLight;
296
- }
297
-
298
- @mixin ms-fontColor-tealDark {
299
- color: $ms-color-tealDark;
300
- }
301
-
302
- @mixin ms-fontColor-teal {
303
- color: $ms-color-teal;
304
- }
305
-
306
- @mixin ms-fontColor-tealLight {
307
- color: $ms-color-tealLight;
308
- }
309
-
310
- @mixin ms-fontColor-greenDark {
311
- color: $ms-color-greenDark;
312
- }
313
-
314
- @mixin ms-fontColor-green {
315
- color: $ms-color-green;
316
- }
317
-
318
- @mixin ms-fontColor-greenLight {
319
- color: $ms-color-greenLight;
320
- }
321
-
322
- // Message colors
323
- @mixin ms-fontColor-info {
324
- color: $ms-color-info;
325
- }
326
-
327
- @mixin ms-fontColor-success {
328
- color: $ms-color-success;
329
- }
330
-
331
- @mixin ms-fontColor-alert { // Deprecated: Use ms-fontColor-severeWarning
332
- color: $ms-color-alert;
333
- }
334
-
335
- @mixin ms-fontColor-warning {
336
- color: $ms-color-warning;
337
- }
338
-
339
- @mixin ms-fontColor-severeWarning {
340
- color: $ms-color-severeWarning;
341
- }
342
-
343
- @mixin ms-fontColor-error {
344
- color: $ms-color-error;
345
- }
1
+ // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
2
+
3
+ //
4
+ // Office UI Fabric
5
+ // --------------------------------------------------
6
+ // Typographic mixins arranged with appropriate size and family combinations.
7
+ @import 'Fabric.Typography.Variables';
8
+ @import 'Fabric.Typography.Mixins';
9
+
10
+ // Super Styles (LIMITED USE)
11
+ @mixin ms-font-su {
12
+ @include ms-baseFont;
13
+ font-size: $ms-font-size-su;
14
+ font-weight: $ms-font-weight-light;
15
+ }
16
+
17
+ // Extra-Extra-Large
18
+ @mixin ms-font-xxl {
19
+ @include ms-baseFont;
20
+ font-size: $ms-font-size-xxl;
21
+ font-weight: $ms-font-weight-light;
22
+ }
23
+
24
+ // Extra-Large Styles
25
+ @mixin ms-font-xl {
26
+ @include ms-baseFont;
27
+ font-size: $ms-font-size-xl;
28
+ font-weight: $ms-font-weight-light;
29
+ }
30
+
31
+ // Large Styles
32
+ @mixin ms-font-l {
33
+ @include ms-baseFont;
34
+ font-size: $ms-font-size-l;
35
+ font-weight: $ms-font-weight-semilight;
36
+ }
37
+
38
+ // Medium Plus Styles
39
+ @mixin ms-font-m-plus {
40
+ @include ms-baseFont;
41
+ font-size: $ms-font-size-m-plus;
42
+ font-weight: $ms-font-weight-regular;
43
+ }
44
+
45
+ // Medium Styles
46
+ @mixin ms-font-m {
47
+ @include ms-baseFont;
48
+ font-size: $ms-font-size-m;
49
+ font-weight: $ms-font-weight-regular;
50
+ }
51
+
52
+ // Small Plus Styles
53
+ @mixin ms-font-s-plus {
54
+ @include ms-baseFont;
55
+ font-size: $ms-font-size-s-plus;
56
+ font-weight: $ms-font-weight-regular;
57
+ }
58
+
59
+ // Small Styles
60
+ @mixin ms-font-s {
61
+ @include ms-baseFont;
62
+ font-size: $ms-font-size-s;
63
+ font-weight: $ms-font-weight-regular;
64
+ }
65
+
66
+ // XS Styles
67
+ @mixin ms-font-xs {
68
+ @include ms-baseFont;
69
+ font-size: $ms-font-size-xs;
70
+ font-weight: $ms-font-weight-regular;
71
+ }
72
+
73
+ // Micro Styles (LIMITED USE)
74
+ @mixin ms-font-mi {
75
+ @include ms-baseFont;
76
+ font-size: $ms-font-size-mi;
77
+ font-weight: $ms-font-weight-semibold;
78
+ }
79
+
80
+ //== Helper classes & mixins
81
+ //
82
+ // Helper mixins to override default type values
83
+
84
+ // Font weights
85
+ @mixin ms-fontWeight-light {
86
+ font-weight: $ms-font-weight-light;
87
+ }
88
+
89
+ @mixin ms-fontWeight-semilight {
90
+ font-weight: $ms-font-weight-semilight;
91
+ }
92
+
93
+ @mixin ms-fontWeight-regular {
94
+ font-weight: $ms-font-weight-regular;
95
+ }
96
+
97
+ @mixin ms-fontWeight-semibold {
98
+ font-weight: $ms-font-weight-semibold;
99
+ }
100
+
101
+ // Font sizes
102
+ @mixin ms-fontSize-su {
103
+ font-size: $ms-font-size-su;
104
+ }
105
+
106
+ @mixin ms-fontSize-xxl {
107
+ font-size: $ms-font-size-xxl;
108
+ }
109
+
110
+ @mixin ms-fontSize-xl {
111
+ font-size: $ms-font-size-xl;
112
+ }
113
+
114
+ @mixin ms-fontSize-l {
115
+ font-size: $ms-font-size-l;
116
+ }
117
+
118
+ @mixin ms-fontSize-mPlus {
119
+ font-size: $ms-font-size-m-plus;
120
+ }
121
+
122
+ @mixin ms-fontSize-m {
123
+ font-size: $ms-font-size-m;
124
+ }
125
+
126
+ @mixin ms-fontSize-sPlus {
127
+ font-size: $ms-font-size-s-plus;
128
+ }
129
+
130
+ @mixin ms-fontSize-s {
131
+ font-size: $ms-font-size-s;
132
+ }
133
+
134
+ @mixin ms-fontSize-xs {
135
+ font-size: $ms-font-size-xs;
136
+ }
137
+
138
+ @mixin ms-fontSize-mi {
139
+ font-size: $ms-font-size-mi;
140
+ }
141
+
142
+ // Theme colors
143
+ @mixin ms-fontColor-themeDarker {
144
+ color: $ms-color-themeDarker;
145
+ }
146
+
147
+ @mixin ms-fontColor-themeDark {
148
+ color: $ms-color-themeDark;
149
+ }
150
+
151
+ @mixin ms-fontColor-themeDarkAlt {
152
+ color: $ms-color-themeDarkAlt;
153
+ }
154
+
155
+ @mixin ms-fontColor-themePrimary {
156
+ color: $ms-color-themePrimary;
157
+ }
158
+
159
+ @mixin ms-fontColor-themeSecondary {
160
+ color: $ms-color-themeSecondary;
161
+ }
162
+
163
+ @mixin ms-fontColor-themeTertiary {
164
+ color: $ms-color-themeTertiary;
165
+ }
166
+
167
+ @mixin ms-fontColor-themeLight {
168
+ color: $ms-color-themeLight;
169
+ }
170
+
171
+ @mixin ms-fontColor-themeLighter {
172
+ color: $ms-color-themeLighter;
173
+ }
174
+
175
+ @mixin ms-fontColor-themeLighterAlt {
176
+ color: $ms-color-themeLighterAlt;
177
+ }
178
+
179
+
180
+ // Neutral colors
181
+ @mixin ms-fontColor-black {
182
+ color: $ms-color-black;
183
+ }
184
+
185
+ @mixin ms-fontColor-neutralDark {
186
+ color: $ms-color-neutralDark;
187
+ }
188
+
189
+ @mixin ms-fontColor-neutralPrimary {
190
+ color: $ms-color-neutralPrimary;
191
+ }
192
+
193
+ @mixin ms-fontColor-neutralPrimaryAlt {
194
+ color: $ms-color-neutralPrimaryAlt;
195
+ }
196
+
197
+ @mixin ms-fontColor-neutralSecondary {
198
+ color: $ms-color-neutralSecondary;
199
+ }
200
+
201
+ @mixin ms-fontColor-neutralSecondaryAlt {
202
+ color: $ms-color-neutralSecondaryAlt;
203
+ }
204
+
205
+ @mixin ms-fontColor-neutralTertiary {
206
+ color: $ms-color-neutralTertiary;
207
+ }
208
+
209
+ @mixin ms-fontColor-neutralTertiaryAlt {
210
+ color: $ms-color-neutralTertiaryAlt;
211
+ }
212
+
213
+ @mixin ms-fontColor-neutralLight {
214
+ color: $ms-color-neutralLight;
215
+ }
216
+
217
+ @mixin ms-fontColor-neutralLighter {
218
+ color: $ms-color-neutralLighter;
219
+ }
220
+
221
+ @mixin ms-fontColor-neutralLighterAlt {
222
+ color: $ms-color-neutralLighterAlt;
223
+ }
224
+
225
+ @mixin ms-fontColor-white {
226
+ color: $ms-color-white;
227
+ }
228
+
229
+ // Brand and accent colors
230
+ @mixin ms-fontColor-yellow {
231
+ color: $ms-color-yellow;
232
+ }
233
+
234
+ @mixin ms-fontColor-yellowLight {
235
+ color: $ms-color-yellowLight;
236
+ }
237
+
238
+ @mixin ms-fontColor-orange {
239
+ color: $ms-color-orange;
240
+ }
241
+
242
+ @mixin ms-fontColor-orangeLight {
243
+ color: $ms-color-orangeLight;
244
+ }
245
+
246
+ @mixin ms-fontColor-orangeLighter {
247
+ color: $ms-color-orangeLighter;
248
+ }
249
+
250
+ @mixin ms-fontColor-redDark {
251
+ color: $ms-color-redDark;
252
+ }
253
+
254
+ @mixin ms-fontColor-red {
255
+ color: $ms-color-red;
256
+ }
257
+
258
+ @mixin ms-fontColor-magentaDark {
259
+ color: $ms-color-magentaDark;
260
+ }
261
+
262
+ @mixin ms-fontColor-magenta {
263
+ color: $ms-color-magenta;
264
+ }
265
+
266
+ @mixin ms-fontColor-magentaLight {
267
+ color: $ms-color-magentaLight;
268
+ }
269
+
270
+ @mixin ms-fontColor-purpleDark {
271
+ color: $ms-color-purpleDark;
272
+ }
273
+
274
+ @mixin ms-fontColor-purple {
275
+ color: $ms-color-purple;
276
+ }
277
+
278
+ @mixin ms-fontColor-purpleLight {
279
+ color: $ms-color-purpleLight;
280
+ }
281
+
282
+ @mixin ms-fontColor-blueDark {
283
+ color: $ms-color-blueDark;
284
+ }
285
+
286
+ @mixin ms-fontColor-blueMid {
287
+ color: $ms-color-blueMid;
288
+ }
289
+
290
+ @mixin ms-fontColor-blue {
291
+ color: $ms-color-blue;
292
+ }
293
+
294
+ @mixin ms-fontColor-blueLight {
295
+ color: $ms-color-blueLight;
296
+ }
297
+
298
+ @mixin ms-fontColor-tealDark {
299
+ color: $ms-color-tealDark;
300
+ }
301
+
302
+ @mixin ms-fontColor-teal {
303
+ color: $ms-color-teal;
304
+ }
305
+
306
+ @mixin ms-fontColor-tealLight {
307
+ color: $ms-color-tealLight;
308
+ }
309
+
310
+ @mixin ms-fontColor-greenDark {
311
+ color: $ms-color-greenDark;
312
+ }
313
+
314
+ @mixin ms-fontColor-green {
315
+ color: $ms-color-green;
316
+ }
317
+
318
+ @mixin ms-fontColor-greenLight {
319
+ color: $ms-color-greenLight;
320
+ }
321
+
322
+ // Message colors
323
+ @mixin ms-fontColor-info {
324
+ color: $ms-color-info;
325
+ }
326
+
327
+ @mixin ms-fontColor-success {
328
+ color: $ms-color-success;
329
+ }
330
+
331
+ @mixin ms-fontColor-alert { // Deprecated: Use ms-fontColor-severeWarning
332
+ color: $ms-color-alert;
333
+ }
334
+
335
+ @mixin ms-fontColor-warning {
336
+ color: $ms-color-warning;
337
+ }
338
+
339
+ @mixin ms-fontColor-severeWarning {
340
+ color: $ms-color-severeWarning;
341
+ }
342
+
343
+ @mixin ms-fontColor-error {
344
+ color: $ms-color-error;
345
+ }