@ptsecurity/mosaic 17.1.0 → 17.2.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 (181) hide show
  1. package/autocomplete/_autocomplete-theme.scss +2 -1
  2. package/autocomplete/autocomplete.scss +7 -11
  3. package/button/_button-base.scss +10 -10
  4. package/button/_button-theme.scss +32 -32
  5. package/button/button.scss +9 -15
  6. package/button-toggle/_button-toggle-theme.scss +32 -24
  7. package/button-toggle/button-toggle.scss +18 -57
  8. package/card/_card-theme.scss +23 -20
  9. package/card/card.component.scss +2 -1
  10. package/checkbox/_checkbox-theme.scss +33 -29
  11. package/checkbox/checkbox.scss +7 -6
  12. package/code-block/_code-block-theme.scss +201 -113
  13. package/code-block/actionbar.component.scss +5 -7
  14. package/code-block/code-block.scss +5 -6
  15. package/core/forms/_forms-theme.scss +17 -46
  16. package/core/option/_optgroup-theme.scss +5 -5
  17. package/core/option/_option-action-theme.scss +1 -4
  18. package/core/option/_option-theme.scss +8 -10
  19. package/core/option/option.scss +5 -4
  20. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  21. package/core/styles/_mosaic-theme.scss +3 -3
  22. package/core/styles/common/_popup.scss +4 -3
  23. package/core/styles/common/_tokens.scss +39 -0
  24. package/core/styles/theming/_alerts.scss +16 -24
  25. package/core/styles/theming/_badges.scss +7 -8
  26. package/datepicker/_datepicker-theme.scss +18 -19
  27. package/datepicker/calendar-body.scss +6 -9
  28. package/datepicker/calendar-header.scss +9 -26
  29. package/datepicker/calendar.scss +5 -16
  30. package/datepicker/datepicker-content.scss +2 -4
  31. package/datepicker/datepicker-input.scss +2 -1
  32. package/datepicker/datepicker-toggle.scss +3 -2
  33. package/divider/_divider-theme.scss +4 -2
  34. package/divider/divider.scss +5 -4
  35. package/dl/_dl-theme.scss +12 -36
  36. package/dl/dl.scss +13 -46
  37. package/dropdown/_dropdown-theme.scss +19 -17
  38. package/dropdown/dropdown-item.scss +7 -6
  39. package/dropdown/dropdown.scss +11 -26
  40. package/ellipsis-center/ellipsis-center.directive.d.ts +3 -2
  41. package/esm2022/button/button.component.mjs +2 -2
  42. package/esm2022/code-block/actionbar.component.mjs +2 -2
  43. package/esm2022/code-block/code-block.component.mjs +2 -2
  44. package/esm2022/core/pop-up/pop-up-trigger.mjs +19 -11
  45. package/esm2022/core/version.mjs +2 -2
  46. package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
  47. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  48. package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -5
  49. package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
  50. package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
  51. package/esm2022/form-field/form-field.mjs +2 -2
  52. package/esm2022/input/input-password.mjs +2 -3
  53. package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
  54. package/esm2022/markdown/markdown.component.mjs +2 -2
  55. package/esm2022/modal/modal.component.mjs +6 -6
  56. package/esm2022/navbar/navbar-item.component.mjs +9 -9
  57. package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
  58. package/esm2022/radio/radio.component.mjs +2 -2
  59. package/esm2022/select/select-option.directive.mjs +7 -5
  60. package/esm2022/select/select.component.mjs +3 -3
  61. package/esm2022/timezone/timezone-option.directive.mjs +7 -5
  62. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  63. package/esm2022/title/title.directive.mjs +2 -3
  64. package/esm2022/tooltip/tooltip.component.mjs +27 -12
  65. package/esm2022/tree-select/tree-select.component.mjs +3 -3
  66. package/fesm2022/ptsecurity-mosaic-button.mjs +2 -2
  67. package/fesm2022/ptsecurity-mosaic-button.mjs.map +1 -1
  68. package/fesm2022/ptsecurity-mosaic-code-block.mjs +4 -4
  69. package/fesm2022/ptsecurity-mosaic-code-block.mjs.map +1 -1
  70. package/fesm2022/ptsecurity-mosaic-core.mjs +19 -11
  71. package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
  72. package/fesm2022/ptsecurity-mosaic-dropdown.mjs +4 -4
  73. package/fesm2022/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  74. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs +5 -4
  75. package/fesm2022/ptsecurity-mosaic-ellipsis-center.mjs.map +1 -1
  76. package/fesm2022/ptsecurity-mosaic-file-upload.mjs +4 -4
  77. package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
  78. package/fesm2022/ptsecurity-mosaic-form-field.mjs +2 -2
  79. package/fesm2022/ptsecurity-mosaic-form-field.mjs.map +1 -1
  80. package/fesm2022/ptsecurity-mosaic-input.mjs +1 -2
  81. package/fesm2022/ptsecurity-mosaic-input.mjs.map +1 -1
  82. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs +2 -2
  83. package/fesm2022/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  84. package/fesm2022/ptsecurity-mosaic-markdown.mjs +2 -2
  85. package/fesm2022/ptsecurity-mosaic-markdown.mjs.map +1 -1
  86. package/fesm2022/ptsecurity-mosaic-modal.mjs +5 -5
  87. package/fesm2022/ptsecurity-mosaic-modal.mjs.map +1 -1
  88. package/fesm2022/ptsecurity-mosaic-navbar.mjs +8 -8
  89. package/fesm2022/ptsecurity-mosaic-navbar.mjs.map +1 -1
  90. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs +1 -1
  91. package/fesm2022/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  92. package/fesm2022/ptsecurity-mosaic-radio.mjs +2 -2
  93. package/fesm2022/ptsecurity-mosaic-radio.mjs.map +1 -1
  94. package/fesm2022/ptsecurity-mosaic-select.mjs +12 -11
  95. package/fesm2022/ptsecurity-mosaic-select.mjs.map +1 -1
  96. package/fesm2022/ptsecurity-mosaic-timezone.mjs +7 -6
  97. package/fesm2022/ptsecurity-mosaic-timezone.mjs.map +1 -1
  98. package/fesm2022/ptsecurity-mosaic-title.mjs +1 -2
  99. package/fesm2022/ptsecurity-mosaic-title.mjs.map +1 -1
  100. package/fesm2022/ptsecurity-mosaic-tooltip.mjs +25 -11
  101. package/fesm2022/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  102. package/fesm2022/ptsecurity-mosaic-tree-select.mjs +2 -2
  103. package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  104. package/file-upload/_file-upload-theme.scss +87 -54
  105. package/file-upload/file-upload.scss +0 -7
  106. package/file-upload/multiple-file-upload.component.scss +14 -42
  107. package/file-upload/single-file-upload.component.scss +9 -24
  108. package/form-field/_form-field-theme.scss +43 -34
  109. package/form-field/form-field.scss +12 -13
  110. package/icon/_icon-theme.scss +26 -25
  111. package/input/_input-base.scss +3 -2
  112. package/input/_input-theme.scss +14 -14
  113. package/input/input-password.d.ts +0 -1
  114. package/input/input.scss +3 -4
  115. package/link/_link-theme.scss +34 -31
  116. package/list/_list-base.scss +4 -3
  117. package/list/_list-theme.scss +8 -8
  118. package/list/list.scss +2 -1
  119. package/loader-overlay/_loader-overlay-theme.scss +8 -8
  120. package/loader-overlay/loader-overlay.scss +7 -12
  121. package/markdown/_markdown-theme.scss +61 -43
  122. package/markdown/markdown.scss +39 -80
  123. package/modal/_modal-confirm.scss +3 -2
  124. package/modal/_modal-theme.scss +20 -21
  125. package/modal/modal.scss +18 -15
  126. package/navbar/_navbar-theme.scss +19 -18
  127. package/navbar/navbar-brand.scss +7 -9
  128. package/navbar/navbar-item.component.d.ts +4 -4
  129. package/navbar/navbar-item.scss +8 -7
  130. package/navbar/vertical-navbar.scss +4 -12
  131. package/package.json +7 -7
  132. package/popover/_popover-theme.scss +35 -35
  133. package/popover/popover.scss +15 -14
  134. package/prebuilt-themes/dark-theme.css +1 -1
  135. package/prebuilt-themes/default-theme.css +1 -1
  136. package/progress-bar/_progress-bar-theme.scss +6 -5
  137. package/progress-bar/progress-bar.scss +2 -1
  138. package/progress-spinner/_progress-spinner-theme.scss +4 -3
  139. package/progress-spinner/progress-spinner.scss +7 -12
  140. package/radio/_radio-theme.scss +32 -24
  141. package/radio/radio.scss +8 -11
  142. package/select/_select-theme.scss +13 -13
  143. package/select/select-option.directive.d.ts +3 -2
  144. package/select/select.scss +19 -42
  145. package/sidepanel/_sidepanel-theme.scss +9 -9
  146. package/sidepanel/sidepanel.scss +11 -10
  147. package/splitter/_splitter-theme.scss +5 -3
  148. package/table/_table-theme.scss +9 -9
  149. package/table/table.scss +11 -14
  150. package/tabs/_tabs-common.scss +15 -14
  151. package/tabs/_tabs-theme.scss +63 -56
  152. package/tabs/tab-group.scss +2 -1
  153. package/tabs/tab-header.scss +5 -4
  154. package/tabs/tab-nav-bar/tab-nav-bar.scss +4 -3
  155. package/tags/_tag-theme.scss +30 -27
  156. package/tags/tag-list.scss +4 -3
  157. package/tags/tag.scss +9 -8
  158. package/textarea/_textarea-base.scss +2 -4
  159. package/textarea/_textarea-theme.scss +8 -8
  160. package/textarea/textarea.scss +2 -4
  161. package/timepicker/timepicker.scss +2 -7
  162. package/timezone/_timezone-option-theme.scss +7 -7
  163. package/timezone/timezone-option.component.scss +5 -4
  164. package/timezone/timezone-option.directive.d.ts +3 -2
  165. package/title/title.directive.d.ts +0 -1
  166. package/toast/_toast-theme.scss +13 -16
  167. package/toast/toast-container.component.scss +2 -5
  168. package/toast/toast.component.scss +15 -17
  169. package/toggle/_toggle-theme.scss +22 -21
  170. package/toggle/toggle.scss +19 -21
  171. package/tooltip/_tooltip-theme.scss +26 -31
  172. package/tooltip/tooltip.component.d.ts +12 -8
  173. package/tooltip/tooltip.scss +13 -17
  174. package/tree/_tree-theme.scss +8 -8
  175. package/tree/toggle.scss +3 -5
  176. package/tree/tree-option.scss +5 -4
  177. package/tree-select/_tree-select-theme.scss +9 -9
  178. package/tree-select/tree-select.scss +17 -35
  179. package/_theming.scss +0 -10923
  180. package/_visual.scss +0 -3604
  181. package/prebuilt-visual/default-visual.css +0 -1
package/_visual.scss DELETED
@@ -1,3604 +0,0 @@
1
- // @deprecated Use `...`.
2
- // Will be deleted in 16.0.x.
3
-
4
- // This file is needed to create a bundle in a package
5
-
6
- @mixin size($width, $height) {
7
- width: $width;
8
- height: $height;
9
- }
10
-
11
- @mixin square($size) {
12
- @include size($size, $size);
13
- }
14
-
15
-
16
-
17
- @mixin body-html() {
18
-
19
- // HTML & Body reset
20
- html,
21
- body {
22
- @include square(100%);
23
- }
24
-
25
- html {
26
- // Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
27
- -webkit-text-size-adjust: 100%;
28
- -ms-text-size-adjust: 100%;
29
-
30
- // Setting @viewport causes scrollbars to overlap content in Edge, so
31
- // we force a non-overlapping, non-auto-hiding scrollbar to counteract.
32
- -ms-overflow-style: scrollbar;
33
-
34
- -moz-osx-font-smoothing: grayscale;
35
-
36
- // Helps fonts on OSX looks more consistent with other systems
37
- // Isn't currently in button styles due to performance concerns
38
- -webkit-font-smoothing: antialiased;
39
- // Change the default tap highlight to be completely transparent in iOS.
40
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); // 4
41
- -webkit-touch-callout: none;
42
- }
43
-
44
- body {
45
- // remove the margin in all browsers.
46
- margin: 0;
47
- }
48
- }
49
-
50
- // mixin definition ; sets LTR and RTL within the same style call
51
- // @see https://css-tricks.com/almanac/properties/d/direction/
52
-
53
- @mixin rtl($prop, $ltr-value, $rtl-value) {
54
- #{$prop}: $ltr-value;
55
-
56
- [dir=rtl] & {
57
- #{$prop}: $rtl-value;
58
- }
59
- }
60
-
61
- @mixin rtl-prop($ltr-prop, $rtl-prop, $value, $reset-value) {
62
- #{$ltr-prop}: $value;
63
-
64
- [dir=rtl] & {
65
- #{$ltr-prop}: $reset-value;
66
- #{$rtl-prop}: $value;
67
- }
68
- }
69
-
70
- // To reverse padding (top left bottom right) -> (top right bottom left)
71
- @function rtl-value($list) {
72
- @if length($list) == 4 {
73
- @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2)
74
- }
75
-
76
- @if length($list) == 5 {
77
- @return nth($list, 1) nth($list, 4) nth($list, 3) nth($list, 2) nth($list, 5)
78
- }
79
-
80
- @return $list;
81
- }
82
-
83
-
84
- // Do not edit directly
85
-
86
- $light-color-scheme-primary-default: #0374eb;
87
- $light-color-scheme-secondary-default: #6d7a86;
88
- $light-color-scheme-error-default: #db3c55;
89
- $light-color-scheme-info-default: #0374eb;
90
- $light-color-scheme-success-default: #028b49;
91
- $light-color-scheme-warning-default: #a26e0c;
92
- $light-color-scheme-foreground-text: #19252f;
93
- $light-color-scheme-foreground-text-less-contrast: #6d7a86;
94
- $light-color-scheme-foreground-text-disabled: #8c99a5;
95
- $light-color-scheme-foreground-text-error: #db3c55;
96
- $light-color-scheme-foreground-text-warning: #a26e0c;
97
- $light-color-scheme-foreground-text-success: #016b37;
98
- $light-color-scheme-foreground-divider: #d7dee4;
99
- $light-color-scheme-foreground-border: #bdc7d1;
100
- $light-color-scheme-foreground-icon: #8c99a5;
101
- $light-color-scheme-background-background: white;
102
- $light-color-scheme-background-background-disabled: #f2f5f9;
103
- $light-color-scheme-background-background-less-contrast: #f2f5f9;
104
- $light-color-scheme-background-background-under: #f2f5f9;
105
- $light-color-scheme-background-overlay-hover: rgba(black, 0.05);
106
- $light-color-scheme-background-overlay-active: rgba(black, 0.1);
107
- $light-color-scheme-background-overlay-disabled: rgba(white, 0.3);
108
- $light-color-scheme-states-focused-color: #0374eb;
109
- $light-color-scheme-states-focused-color-error: #db3c55;
110
- $light-color-scheme-states-selected-color: #e7f1ff;
111
- $light-color-scheme-states-pressed-shadow: inset 0 1px 2px 0 rgba(black, 0.2);
112
- $light-color-scheme-states-disabled-opacity: 0.3;
113
- $dark-color-scheme-primary-default: #0374eb;
114
- $dark-color-scheme-secondary-default: #515e69;
115
- $dark-color-scheme-error-default: #b9023a;
116
- $dark-color-scheme-info-default: #0c6579;
117
- $dark-color-scheme-success-default: #016b37;
118
- $dark-color-scheme-warning-default: #7e5406;
119
- $dark-color-scheme-foreground-text: #d7dee4;
120
- $dark-color-scheme-foreground-text-less-contrast: #8c99a5;
121
- $dark-color-scheme-foreground-text-disabled: #6d7a86;
122
- $dark-color-scheme-foreground-text-error: #ee6f79;
123
- $dark-color-scheme-foreground-text-warning: #e19f12;
124
- $dark-color-scheme-foreground-text-success: #4ba96c;
125
- $dark-color-scheme-foreground-divider: mix(#515e69, transparent, 50%);
126
- $dark-color-scheme-foreground-border: #515e69;
127
- $dark-color-scheme-foreground-icon: #8c99a5;
128
- $dark-color-scheme-background-background: #19252f;
129
- $dark-color-scheme-background-background-disabled: #333f4a;
130
- $dark-color-scheme-background-background-less-contrast: #27333e;
131
- $dark-color-scheme-background-background-under: #151e25;
132
- $dark-color-scheme-background-overlay-hover: rgba(white, 0.05);
133
- $dark-color-scheme-background-overlay-active: rgba(white, 0.1);
134
- $dark-color-scheme-background-overlay-disabled: rgba(black, 0.2);
135
- $dark-color-scheme-states-focused-color: #4187ff;
136
- $dark-color-scheme-states-focused-color-error: #b9023a;
137
- $dark-color-scheme-states-selected-color: rgba(3, 116, 235, 0.3);
138
- $dark-color-scheme-states-pressed-shadow: inset 1px 2px 2px 0 rgba(black, 0.2);
139
- $dark-color-scheme-states-disabled-opacity: 0.45;
140
- $font-family-accent: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
141
- $font-family-base: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
142
- $font-family-monospace: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
143
- $size-3xs: 2px;
144
- $size-xxs: 4px;
145
- $size-xs: 6px;
146
- $size-s: 8px;
147
- $size-m: 12px;
148
- $size-l: 16px;
149
- $size-xl: 20px;
150
- $size-xxl: 24px;
151
- $size-3xl: 32px;
152
- $size-4xl: 40px;
153
- $size-5xl: 48px;
154
- $size-6xl: 56px;
155
- $size-7xl: 64px;
156
- $size-border-width: 1px;
157
- $size-border-radius: 4px;
158
- $size-option-height: 32px;
159
- $size-panel-height: 48px;
160
- $size-control-s-height: 16px;
161
- $size-control-m-height: 32px;
162
- $size-button-min-width: 64px;
163
- $size-badge-tag-height: 24px;
164
- $size-header-height: 56px;
165
- $size-footer-height: 64px;
166
- $padding-control-horizontal: 16px;
167
- $padding-option-horizontal: 16px;
168
- $padding-badge-tag-horizontal: 8px;
169
- $padding-header-right: 8px;
170
- $padding-header-footer-horizontal: 16px;
171
- $margin-control-group-s-vertical: 8px;
172
- $margin-icon-text-m-horizontal: 8px;
173
- $margin-icon-text-s-horizontal: 4px;
174
- $palette-blue-40: #eff6ff;
175
- $palette-blue-60: #e7f1ff;
176
- $palette-blue-100: #c8dfff;
177
- $palette-blue-200: #a2c7fe;
178
- $palette-blue-300: #7fb1ff;
179
- $palette-blue-400: #4187ff;
180
- $palette-blue-500: #0374eb;
181
- $palette-blue-560: #0059b8;
182
- $palette-blue-600: #014b9d;
183
- $palette-blue-700: #023c7f;
184
- $palette-blue-800: #193060;
185
- $palette-blue-900: #00224f;
186
- $palette-blue-1000: #001a40;
187
- $palette-blue-a100: rgba(3, 116, 235, 0.15);
188
- $palette-blue-a200: rgba(3, 116, 235, 0.3);
189
- $palette-blue-contrast-40: #4D4D4D;
190
- $palette-blue-contrast-60: #4D4D4D;
191
- $palette-blue-contrast-100: #4D4D4D;
192
- $palette-blue-contrast-200: #4D4D4D;
193
- $palette-blue-contrast-300: #4D4D4D;
194
- $palette-blue-contrast-400: white;
195
- $palette-blue-contrast-500: white;
196
- $palette-blue-contrast-560: white;
197
- $palette-blue-contrast-600: white;
198
- $palette-blue-contrast-700: white;
199
- $palette-blue-contrast-800: white;
200
- $palette-blue-contrast-a100: #4D4D4D;
201
- $palette-blue-contrast-a200: white;
202
- $palette-green-40: #ecf9ef;
203
- $palette-green-60: #d2f7db;
204
- $palette-green-100: #b6ebc3;
205
- $palette-green-200: #8ed5a1;
206
- $palette-green-300: #4ba96c;
207
- $palette-green-400: #319d5c;
208
- $palette-green-500: #028b49;
209
- $palette-green-560: #016b37;
210
- $palette-green-600: #015a2d;
211
- $palette-green-700: #004823;
212
- $palette-green-800: #103920;
213
- $palette-green-900: #002a12;
214
- $palette-green-1000: #00210c;
215
- $palette-green-a100: rgba(2, 139, 73, 0.15);
216
- $palette-green-contrast-40: #4D4D4D;
217
- $palette-green-contrast-60: #4D4D4D;
218
- $palette-green-contrast-100: #4D4D4D;
219
- $palette-green-contrast-200: #4D4D4D;
220
- $palette-green-contrast-300: #4D4D4D;
221
- $palette-green-contrast-400: white;
222
- $palette-green-contrast-500: white;
223
- $palette-green-contrast-560: white;
224
- $palette-green-contrast-600: white;
225
- $palette-green-contrast-700: white;
226
- $palette-green-contrast-800: white;
227
- $palette-green-contrast-a100: #4D4D4D;
228
- $palette-red-40: #fff3f3;
229
- $palette-red-60: #ffeaea;
230
- $palette-red-100: #fbd6d6;
231
- $palette-red-200: #fcb2b4;
232
- $palette-red-300: #ee6f79;
233
- $palette-red-400: #ea5868;
234
- $palette-red-500: #db3c55;
235
- $palette-red-560: #b9023a;
236
- $palette-red-600: #9e0130;
237
- $palette-red-700: #800025;
238
- $palette-red-800: #621420;
239
- $palette-red-900: #500013;
240
- $palette-red-1000: #41000b;
241
- $palette-red-a100: rgba(219, 60, 85, 0.15);
242
- $palette-red-contrast-40: #4D4D4D;
243
- $palette-red-contrast-60: #4D4D4D;
244
- $palette-red-contrast-100: #4D4D4D;
245
- $palette-red-contrast-200: #4D4D4D;
246
- $palette-red-contrast-300: #4D4D4D;
247
- $palette-red-contrast-400: white;
248
- $palette-red-contrast-500: white;
249
- $palette-red-contrast-560: white;
250
- $palette-red-contrast-600: white;
251
- $palette-red-contrast-700: white;
252
- $palette-red-contrast-800: white;
253
- $palette-red-contrast-a100: #4D4D4D;
254
- $palette-orange-40: #fef2ef;
255
- $palette-orange-60: #ffebe6;
256
- $palette-orange-100: #fbd7ce;
257
- $palette-orange-200: #fbb5a3;
258
- $palette-orange-300: #ed7456;
259
- $palette-orange-400: #e95e3c;
260
- $palette-orange-500: #d84721;
261
- $palette-orange-560: #aa3617;
262
- $palette-orange-600: #8a2a11;
263
- $palette-orange-700: #75220d;
264
- $palette-orange-800: #601b09;
265
- $palette-orange-900: #481205;
266
- $palette-orange-1000: #3a0d03;
267
- $palette-orange-a100: rgba(215, 74, 0, 0.15);
268
- $palette-orange-contrast-40: #4D4D4D;
269
- $palette-orange-contrast-60: #4D4D4D;
270
- $palette-orange-contrast-100: #4D4D4D;
271
- $palette-orange-contrast-200: #4D4D4D;
272
- $palette-orange-contrast-300: #4D4D4D;
273
- $palette-orange-contrast-400: white;
274
- $palette-orange-contrast-500: white;
275
- $palette-orange-contrast-560: white;
276
- $palette-orange-contrast-600: white;
277
- $palette-orange-contrast-700: white;
278
- $palette-orange-contrast-800: white;
279
- $palette-orange-contrast-a100: #4D4D4D;
280
- $palette-grey-40: #f2f5f9;
281
- $palette-grey-60: #ebeef2;
282
- $palette-grey-100: #d7dee4;
283
- $palette-grey-200: #bdc7d1;
284
- $palette-grey-300: #8c99a5;
285
- $palette-grey-400: #7f8c98;
286
- $palette-grey-500: #6d7a86;
287
- $palette-grey-560: #515e69;
288
- $palette-grey-600: #434f5a;
289
- $palette-grey-700: #333f4a;
290
- $palette-grey-800: #27333e;
291
- $palette-grey-900: #19252f;
292
- $palette-grey-1000: #151e25;
293
- $palette-grey-a40: rgba(25, 37, 47, 0.04);
294
- $palette-grey-a60: rgba(25, 37, 47, 0.06);
295
- $palette-grey-a100: rgba(25, 37, 47, 0.1);
296
- $palette-grey-a200: rgba(25, 37, 47, 0.2);
297
- $palette-grey-a300: rgba(25, 37, 47, 0.3);
298
- $palette-grey-a500: rgba(25, 37, 47, 0.5);
299
- $palette-grey-contrast-40: #4D4D4D;
300
- $palette-grey-contrast-60: #4D4D4D;
301
- $palette-grey-contrast-100: #4D4D4D;
302
- $palette-grey-contrast-200: #4D4D4D;
303
- $palette-grey-contrast-300: #4D4D4D;
304
- $palette-grey-contrast-400: white;
305
- $palette-grey-contrast-500: white;
306
- $palette-grey-contrast-560: white;
307
- $palette-grey-contrast-600: white;
308
- $palette-grey-contrast-700: white;
309
- $palette-grey-contrast-800: white;
310
- $palette-yellow-40: #fff4dd;
311
- $palette-yellow-60: #ffecce;
312
- $palette-yellow-100: #fcdda6;
313
- $palette-yellow-200: #f5c23c;
314
- $palette-yellow-300: #e19f12;
315
- $palette-yellow-400: #c78816;
316
- $palette-yellow-500: #a26e0c;
317
- $palette-yellow-560: #7e5406;
318
- $palette-yellow-600: #6b4804;
319
- $palette-yellow-700: #543803;
320
- $palette-yellow-800: #3e3015;
321
- $palette-yellow-900: #312001;
322
- $palette-yellow-1000: #1f1500;
323
- $palette-yellow-a100: rgba(255, 159, 18, 0.15);
324
- $palette-yellow-contrast-40: #4D4D4D;
325
- $palette-yellow-contrast-60: #4D4D4D;
326
- $palette-yellow-contrast-100: #4D4D4D;
327
- $palette-yellow-contrast-200: #4D4D4D;
328
- $palette-yellow-contrast-300: #4D4D4D;
329
- $palette-yellow-contrast-400: white;
330
- $palette-yellow-contrast-500: white;
331
- $palette-yellow-contrast-560: white;
332
- $palette-yellow-contrast-600: white;
333
- $palette-yellow-contrast-700: white;
334
- $palette-yellow-contrast-800: white;
335
- $palette-yellow-contrast-a100: #4D4D4D;
336
- $palette-teal-40: #ebf8fd;
337
- $palette-teal-60: #d9f3fd;
338
- $palette-teal-100: #afe6f9;
339
- $palette-teal-200: #6ed3f2;
340
- $palette-teal-300: #18a5c5;
341
- $palette-teal-400: #2099b7;
342
- $palette-teal-500: #218ca8;
343
- $palette-teal-560: #0c6579;
344
- $palette-teal-600: #0c5567;
345
- $palette-teal-700: #084453;
346
- $palette-teal-800: #143641;
347
- $palette-teal-900: #022731;
348
- $palette-teal-1000: #001f28;
349
- $palette-teal-contrast-40: #4D4D4D;
350
- $palette-teal-contrast-60: #4D4D4D;
351
- $palette-teal-contrast-100: #4D4D4D;
352
- $palette-teal-contrast-200: #4D4D4D;
353
- $palette-teal-contrast-300: #4D4D4D;
354
- $palette-teal-contrast-400: white;
355
- $palette-teal-contrast-500: white;
356
- $palette-teal-contrast-560: white;
357
- $palette-teal-contrast-600: white;
358
- $palette-teal-contrast-700: white;
359
- $palette-teal-contrast-800: white;
360
- $palette-teal-contrast-a100: #4D4D4D;
361
- $palette-teal-contrast-a200: white;
362
- $palette-purple-40: #fff3fb;
363
- $palette-purple-60: #ffe9f8;
364
- $palette-purple-100: #f2d4e8;
365
- $palette-purple-200: #e4bbd7;
366
- $palette-purple-300: #c692b5;
367
- $palette-purple-400: #bb78a7;
368
- $palette-purple-500: #a65d92;
369
- $palette-purple-560: #864775;
370
- $palette-purple-600: #753865;
371
- $palette-purple-700: #612853;
372
- $palette-purple-800: #48273f;
373
- $palette-purple-900: #36172e;
374
- $palette-purple-1000: #23001b;
375
- $palette-purple-contrast-40: #4D4D4D;
376
- $palette-purple-contrast-60: #4D4D4D;
377
- $palette-purple-contrast-100: #4D4D4D;
378
- $palette-purple-contrast-200: #4D4D4D;
379
- $palette-purple-contrast-300: #4D4D4D;
380
- $palette-purple-contrast-400: white;
381
- $palette-purple-contrast-500: white;
382
- $palette-purple-contrast-560: white;
383
- $palette-purple-contrast-600: white;
384
- $palette-purple-contrast-700: white;
385
- $palette-purple-contrast-800: white;
386
- $palette-purple-contrast-a100: #4D4D4D;
387
- $palette-purple-contrast-a200: white;
388
- $alert-light-color-scheme-error-background: #fff3f3;
389
- $alert-light-color-scheme-error-border: #fbd6d6;
390
- $alert-light-color-scheme-error-icon: #ee6f79;
391
- $alert-light-color-scheme-warning-background: #fff4dd;
392
- $alert-light-color-scheme-warning-border: #fcdda6;
393
- $alert-light-color-scheme-warning-icon: #e19f12;
394
- $alert-light-color-scheme-success-background: #ecf9ef;
395
- $alert-light-color-scheme-success-border: #b6ebc3;
396
- $alert-light-color-scheme-success-icon: #4ba96c;
397
- $alert-light-color-scheme-info-background: #ebf8fd;
398
- $alert-light-color-scheme-info-border: #afe6f9;
399
- $alert-light-color-scheme-info-icon: #18a5c5;
400
- $alert-light-color-scheme-default-background: #f2f5f9;
401
- $alert-light-color-scheme-default-border: #d7dee4;
402
- $alert-light-color-scheme-default-icon: #8c99a5;
403
- $alert-dark-color-scheme-error-background: #500013;
404
- $alert-dark-color-scheme-error-border: #800025;
405
- $alert-dark-color-scheme-error-icon: #ee6f79;
406
- $alert-dark-color-scheme-warning-background: #3e3015;
407
- $alert-dark-color-scheme-warning-border: #543803;
408
- $alert-dark-color-scheme-warning-icon: #e19f12;
409
- $alert-dark-color-scheme-success-background: #103920;
410
- $alert-dark-color-scheme-success-border: #004823;
411
- $alert-dark-color-scheme-success-icon: #4ba96c;
412
- $alert-dark-color-scheme-info-background: #143641;
413
- $alert-dark-color-scheme-info-border: #084453;
414
- $alert-dark-color-scheme-info-icon: #18a5c5;
415
- $alert-dark-color-scheme-default-background: #27333e;
416
- $alert-dark-color-scheme-default-border: #333f4a;
417
- $alert-dark-color-scheme-default-icon: #8c99a5;
418
- $alert-size-border-width: 1px;
419
- $alert-size-border-radius: 4px;
420
- $alert-size-horizontal-padding: 16px;
421
- $alert-size-vertical-padding: 12px;
422
- $alert-size-icon-margin: 8px;
423
- $alert-size-close-button-width: 16px;
424
- $alert-size-small-vertical-padding: 12px;
425
- $alert-font-default-header: subheading;
426
- $alert-font-default-body: body;
427
- $alert-font-small-header: caption;
428
- $alert-font-small-body: caption;
429
- $autocomplete-size-panel-padding: 4px 0;
430
- $autocomplete-size-panel-max-height: 256px;
431
- $autocomplete-size-panel-border-radius: 4px;
432
- $badge-light-color-scheme-solid-primary-background: #4187ff;
433
- $badge-light-color-scheme-solid-primary-border: #4187ff;
434
- $badge-light-color-scheme-solid-primary-color: white;
435
- $badge-light-color-scheme-solid-info-background: #2099b7;
436
- $badge-light-color-scheme-solid-info-border: #2099b7;
437
- $badge-light-color-scheme-solid-info-color: white;
438
- $badge-light-color-scheme-solid-success-background: #319d5c;
439
- $badge-light-color-scheme-solid-success-border: #319d5c;
440
- $badge-light-color-scheme-solid-success-color: white;
441
- $badge-light-color-scheme-solid-warning-background: #c78816;
442
- $badge-light-color-scheme-solid-warning-border: #c78816;
443
- $badge-light-color-scheme-solid-warning-color: white;
444
- $badge-light-color-scheme-solid-error-background: #ea5868;
445
- $badge-light-color-scheme-solid-error-border: #ea5868;
446
- $badge-light-color-scheme-solid-error-color: white;
447
- $badge-light-color-scheme-solid-transparent-background: transparent;
448
- $badge-light-color-scheme-solid-transparent-border: #bdc7d1;
449
- $badge-light-color-scheme-solid-transparent-color: #19252f;
450
- $badge-light-color-scheme-solid-light-background: #d7dee4;
451
- $badge-light-color-scheme-solid-light-border: #d7dee4;
452
- $badge-light-color-scheme-solid-light-color: #19252f;
453
- $badge-light-color-scheme-solid-secondary-background: #7f8c98;
454
- $badge-light-color-scheme-solid-secondary-border: #7f8c98;
455
- $badge-light-color-scheme-solid-secondary-color: white;
456
- $badge-light-color-scheme-pastel-primary-background: #eff6ff;
457
- $badge-light-color-scheme-pastel-primary-border: #a2c7fe;
458
- $badge-light-color-scheme-pastel-primary-color: #4187ff;
459
- $badge-light-color-scheme-pastel-info-background: #ebf8fd;
460
- $badge-light-color-scheme-pastel-info-border: #6ed3f2;
461
- $badge-light-color-scheme-pastel-info-color: #2099b7;
462
- $badge-light-color-scheme-pastel-success-background: #ecf9ef;
463
- $badge-light-color-scheme-pastel-success-border: #8ed5a1;
464
- $badge-light-color-scheme-pastel-success-color: #028b49;
465
- $badge-light-color-scheme-pastel-warning-background: #fff4dd;
466
- $badge-light-color-scheme-pastel-warning-border: #f5c23c;
467
- $badge-light-color-scheme-pastel-warning-color: #a26e0c;
468
- $badge-light-color-scheme-pastel-error-background: #fff3f3;
469
- $badge-light-color-scheme-pastel-error-border: #fcb2b4;
470
- $badge-light-color-scheme-pastel-error-color: #db3c55;
471
- $badge-dark-color-scheme-pastel-primary-background: #193060;
472
- $badge-dark-color-scheme-pastel-primary-border: #014b9d;
473
- $badge-dark-color-scheme-pastel-primary-color: #a2c7fe;
474
- $badge-dark-color-scheme-pastel-info-background: #143641;
475
- $badge-dark-color-scheme-pastel-info-border: #0c5567;
476
- $badge-dark-color-scheme-pastel-info-color: #6ed3f2;
477
- $badge-dark-color-scheme-pastel-success-background: #103920;
478
- $badge-dark-color-scheme-pastel-success-border: #015a2d;
479
- $badge-dark-color-scheme-pastel-success-color: #8ed5a1;
480
- $badge-dark-color-scheme-pastel-warning-background: #3e3015;
481
- $badge-dark-color-scheme-pastel-warning-border: #6b4804;
482
- $badge-dark-color-scheme-pastel-warning-color: #f5c23c;
483
- $badge-dark-color-scheme-pastel-error-background: #621420;
484
- $badge-dark-color-scheme-pastel-error-border: #9e0130;
485
- $badge-dark-color-scheme-pastel-error-color: #fcb2b4;
486
- $badge-dark-color-scheme-solid-primary-background: #0059b8;
487
- $badge-dark-color-scheme-solid-primary-border: #0059b8;
488
- $badge-dark-color-scheme-solid-primary-color: white;
489
- $badge-dark-color-scheme-solid-info-background: #0c6579;
490
- $badge-dark-color-scheme-solid-info-border: #0c6579;
491
- $badge-dark-color-scheme-solid-info-color: white;
492
- $badge-dark-color-scheme-solid-success-background: #016b37;
493
- $badge-dark-color-scheme-solid-success-border: #016b37;
494
- $badge-dark-color-scheme-solid-success-color: white;
495
- $badge-dark-color-scheme-solid-warning-background: #7e5406;
496
- $badge-dark-color-scheme-solid-warning-border: #7e5406;
497
- $badge-dark-color-scheme-solid-warning-color: white;
498
- $badge-dark-color-scheme-solid-error-background: #b9023a;
499
- $badge-dark-color-scheme-solid-error-border: #b9023a;
500
- $badge-dark-color-scheme-solid-error-color: white;
501
- $badge-dark-color-scheme-solid-transparent-background: transparent;
502
- $badge-dark-color-scheme-solid-transparent-border: #515e69;
503
- $badge-dark-color-scheme-solid-transparent-color: #d7dee4;
504
- $badge-dark-color-scheme-solid-light-background: #7f8c98;
505
- $badge-dark-color-scheme-solid-light-border: #7f8c98;
506
- $badge-dark-color-scheme-solid-light-color: #d7dee4;
507
- $badge-dark-color-scheme-solid-secondary-background: #515e69;
508
- $badge-dark-color-scheme-solid-secondary-border: #515e69;
509
- $badge-dark-color-scheme-solid-secondary-color: #d7dee4;
510
- $badge-size-default-height: 24px;
511
- $badge-size-default-min-width: 10px;
512
- $badge-size-default-padding: 0 8px;
513
- $badge-size-default-border-width: 1px;
514
- $badge-size-default-border-radius: 4px;
515
- $badge-size-mini-height: 16px;
516
- $badge-size-mini-min-width: 10px;
517
- $badge-size-mini-border-width: 1px;
518
- $badge-size-mini-border-radius: 2px;
519
- $badge-size-mini-padding: 0 4px;
520
- $badge-font-default-default: caption;
521
- $badge-font-default-caps: caption-caps;
522
- $badge-font-default-mono: caption-mono;
523
- $badge-font-mini-default: extra-small-text;
524
- $badge-font-mini-caps: extra-small-text-caps;
525
- $badge-font-mini-mono: extra-small-text-mono;
526
- $button-toggle-group-light-color-scheme-background: #d7dee4;
527
- $button-toggle-group-light-color-scheme-border: #d7dee4;
528
- $button-toggle-group-light-color-scheme-states-disabled-opacity: 0.3;
529
- $button-toggle-group-dark-color-scheme-background: #515e69;
530
- $button-toggle-group-dark-color-scheme-border: #515e69;
531
- $button-toggle-group-dark-color-scheme-states-disabled-opacity: 0.45;
532
- $button-toggle-group-size-height: 32px;
533
- $button-toggle-group-size-border-width: 1px;
534
- $button-toggle-group-size-border-radius: 4px;
535
- $button-toggle-group-size-padding: 1px;
536
- $button-toggle-light-color-scheme-color: #19252f;
537
- $button-toggle-light-color-scheme-icon: #8c99a5;
538
- $button-toggle-light-color-scheme-states-disabled-opacity: 0.3;
539
- $button-toggle-light-color-scheme-states-hover-background: rgba(black, 0.05);
540
- $button-toggle-light-color-scheme-states-hover-icon: #6d7a86;
541
- $button-toggle-light-color-scheme-states-active-background: rgba(black, 0.1);
542
- $button-toggle-light-color-scheme-states-active-icon: #434f5a;
543
- $button-toggle-light-color-scheme-states-pressed-background: white;
544
- $button-toggle-light-color-scheme-states-pressed-icon: #434f5a;
545
- $button-toggle-dark-color-scheme-color: #f2f5f9;
546
- $button-toggle-dark-color-scheme-icon: #8c99a5;
547
- $button-toggle-dark-color-scheme-states-disabled-opacity: 0.45;
548
- $button-toggle-dark-color-scheme-states-hover-background: rgba(white, 0.05);
549
- $button-toggle-dark-color-scheme-states-hover-icon: #6d7a86;
550
- $button-toggle-dark-color-scheme-states-active-background: rgba(white, 0.1);
551
- $button-toggle-dark-color-scheme-states-active-icon: #bdc7d1;
552
- $button-toggle-dark-color-scheme-states-pressed-background: #19252f;
553
- $button-toggle-dark-color-scheme-states-pressed-icon: #bdc7d1;
554
- $button-toggle-size-border-width: 1px;
555
- $button-toggle-size-border-radius: 2px;
556
- $button-toggle-size-horizontal-padding: 12px;
557
- $button-toggle-size-min-width: 40px;
558
- $button-toggle-size-left-icon-padding: 6px;
559
- $button-toggle-font-default: body;
560
- $icon-button-toggle-size-width: 64px;
561
- $button-light-color-scheme-active-shadow: inset 0 1px 2px 0 rgba(black, 0.2);
562
- $button-light-color-scheme-primary-color: white;
563
- $button-light-color-scheme-primary-border: #0374eb;
564
- $button-light-color-scheme-primary-background: #0374eb;
565
- $button-light-color-scheme-primary-icon: white;
566
- $button-light-color-scheme-primary-states-active-border: #0059b8;
567
- $button-light-color-scheme-primary-states-active-background: #0059b8;
568
- $button-light-color-scheme-primary-transparent-color: #0374eb;
569
- $button-light-color-scheme-primary-transparent-icon: #4187ff;
570
- $button-light-color-scheme-primary-transparent-states-hover-color: #0059b8;
571
- $button-light-color-scheme-primary-transparent-states-hover-icon: #0374eb;
572
- $button-light-color-scheme-primary-transparent-states-active-color: #014b9d;
573
- $button-light-color-scheme-primary-transparent-states-active-icon: #014b9d;
574
- $button-light-color-scheme-secondary-border: #d7dee4;
575
- $button-light-color-scheme-secondary-background: #d7dee4;
576
- $button-light-color-scheme-secondary-color: #19252f;
577
- $button-light-color-scheme-secondary-icon: #8c99a5;
578
- $button-light-color-scheme-secondary-states-active-border: #bdc7d1;
579
- $button-light-color-scheme-secondary-states-active-background: #bdc7d1;
580
- $button-light-color-scheme-error-border: #d7dee4;
581
- $button-light-color-scheme-error-background: #d7dee4;
582
- $button-light-color-scheme-error-color: #ea5868;
583
- $button-light-color-scheme-error-icon: #ea5868;
584
- $button-light-color-scheme-error-states-active-border: #bdc7d1;
585
- $button-light-color-scheme-error-states-active-background: #bdc7d1;
586
- $button-dark-color-scheme-active-shadow: inset 1px 2px 2px 0 rgba(black, 0.2);
587
- $button-dark-color-scheme-primary-color: white;
588
- $button-dark-color-scheme-primary-border: #0059b8;
589
- $button-dark-color-scheme-primary-background: #0374eb;
590
- $button-dark-color-scheme-primary-icon: white;
591
- $button-dark-color-scheme-primary-states-active-border: darken(#014b9d, 5);
592
- $button-dark-color-scheme-primary-states-active-background: darken(#014b9d, 5);
593
- $button-dark-color-scheme-primary-transparent-color: #7fb1ff;
594
- $button-dark-color-scheme-primary-transparent-icon: #7fb1ff;
595
- $button-dark-color-scheme-primary-transparent-states-hover-color: #014b9d;
596
- $button-dark-color-scheme-primary-transparent-states-hover-icon: #0374eb;
597
- $button-dark-color-scheme-primary-transparent-states-active-color: #023c7f;
598
- $button-dark-color-scheme-primary-transparent-states-active-icon: #a2c7fe;
599
- $button-dark-color-scheme-secondary-border: #515e69;
600
- $button-dark-color-scheme-secondary-background: #515e69;
601
- $button-dark-color-scheme-secondary-color: #f2f5f9;
602
- $button-dark-color-scheme-secondary-icon: #8c99a5;
603
- $button-dark-color-scheme-secondary-states-active-border: #333f4a;
604
- $button-dark-color-scheme-secondary-states-active-background: #333f4a;
605
- $button-dark-color-scheme-error-border: #515e69;
606
- $button-dark-color-scheme-error-background: #515e69;
607
- $button-dark-color-scheme-error-color: #ea5868;
608
- $button-dark-color-scheme-error-icon: #ea5868;
609
- $button-dark-color-scheme-error-states-active-border: #333f4a;
610
- $button-dark-color-scheme-error-states-active-background: #333f4a;
611
- $button-size-height: 32px;
612
- $button-size-border-width: 1px;
613
- $button-size-border-radius: 4px;
614
- $button-size-horizontal-padding: 12px;
615
- $button-font-default: body;
616
- $button-font-primary: body-strong;
617
- $button-font-primary-transparent: body;
618
- $icon-button-size-horizontal-padding: 8px;
619
- $icon-button-size-left-icon-padding: 6px;
620
- $card-light-color-scheme-error-vertical-line: #fbd6d6;
621
- $card-light-color-scheme-error-background: #fff3f3;
622
- $card-light-color-scheme-error-shadow: #fbd6d6;
623
- $card-light-color-scheme-warning-vertical-line: #fcdda6;
624
- $card-light-color-scheme-warning-background: #fff4dd;
625
- $card-light-color-scheme-warning-shadow: #fcdda6;
626
- $card-light-color-scheme-success-vertical-line: #b6ebc3;
627
- $card-light-color-scheme-success-background: #ecf9ef;
628
- $card-light-color-scheme-success-shadow: #b6ebc3;
629
- $card-light-color-scheme-info-vertical-line: #afe6f9;
630
- $card-light-color-scheme-info-background: #ebf8fd;
631
- $card-light-color-scheme-info-shadow: #afe6f9;
632
- $card-dark-color-scheme-error-vertical-line: #800025;
633
- $card-dark-color-scheme-error-background: #500013;
634
- $card-dark-color-scheme-error-shadow: #800025;
635
- $card-dark-color-scheme-warning-vertical-line: #543803;
636
- $card-dark-color-scheme-warning-background: #3e3015;
637
- $card-dark-color-scheme-warning-shadow: #543803;
638
- $card-dark-color-scheme-success-vertical-line: #004823;
639
- $card-dark-color-scheme-success-background: #103920;
640
- $card-dark-color-scheme-success-shadow: #004823;
641
- $card-dark-color-scheme-info-vertical-line: #084453;
642
- $card-dark-color-scheme-info-background: #143641;
643
- $card-dark-color-scheme-info-shadow: #084453;
644
- $card-size-vertical-line: 4px;
645
- $checkbox-light-color-scheme-default-border: #bdc7d1;
646
- $checkbox-light-color-scheme-default-color: white;
647
- $checkbox-light-color-scheme-default-background: white;
648
- $checkbox-light-color-scheme-default-states-checked-border: #0374eb;
649
- $checkbox-light-color-scheme-default-states-checked-background: #0374eb;
650
- $checkbox-light-color-scheme-default-states-focused-border: #0374eb;
651
- $checkbox-light-color-scheme-default-states-focused-shadow: 0 0 0 1px #0374eb;
652
- $checkbox-light-color-scheme-default-states-checked-focused-border: #0374eb;
653
- $checkbox-light-color-scheme-default-states-checked-focused-background: #0374eb;
654
- $checkbox-light-color-scheme-default-states-checked-focused-shadow: 0 0 0 1px #0374eb;
655
- $checkbox-light-color-scheme-default-states-checked-focused-outline: 1px solid white;
656
- $checkbox-light-color-scheme-error-border: #db3c55;
657
- $checkbox-light-color-scheme-error-color: white;
658
- $checkbox-light-color-scheme-error-background: white;
659
- $checkbox-light-color-scheme-error-states-checked-border: #db3c55;
660
- $checkbox-light-color-scheme-error-states-checked-background: #db3c55;
661
- $checkbox-light-color-scheme-error-states-focused-border: #db3c55;
662
- $checkbox-light-color-scheme-error-states-focused-shadow: 0 0 0 1px #db3c55;
663
- $checkbox-light-color-scheme-error-states-checked-focused-border: #db3c55;
664
- $checkbox-light-color-scheme-error-states-checked-focused-background: #db3c55;
665
- $checkbox-light-color-scheme-error-states-checked-focused-shadow: 0 0 0 1px #db3c55;
666
- $checkbox-light-color-scheme-error-states-checked-focused-outline: 1px solid white;
667
- $checkbox-dark-color-scheme-default-border: #515e69;
668
- $checkbox-dark-color-scheme-default-color: white;
669
- $checkbox-dark-color-scheme-default-background: #19252f;
670
- $checkbox-dark-color-scheme-default-states-checked-border: #0374eb;
671
- $checkbox-dark-color-scheme-default-states-checked-background: #0374eb;
672
- $checkbox-dark-color-scheme-default-states-focused-border: #4187ff;
673
- $checkbox-dark-color-scheme-default-states-focused-shadow: 0 0 0 1px #4187ff;
674
- $checkbox-dark-color-scheme-default-states-checked-focused-border: #4187ff;
675
- $checkbox-dark-color-scheme-default-states-checked-focused-background: #0374eb;
676
- $checkbox-dark-color-scheme-default-states-checked-focused-shadow: 0 0 0 1px #4187ff;
677
- $checkbox-dark-color-scheme-default-states-checked-focused-outline: 1px solid #19252f;
678
- $checkbox-dark-color-scheme-error-border: #b9023a;
679
- $checkbox-dark-color-scheme-error-color: white;
680
- $checkbox-dark-color-scheme-error-background: #19252f;
681
- $checkbox-dark-color-scheme-error-states-checked-border: #b9023a;
682
- $checkbox-dark-color-scheme-error-states-checked-background: #b9023a;
683
- $checkbox-dark-color-scheme-error-states-focused-border: #b9023a;
684
- $checkbox-dark-color-scheme-error-states-focused-shadow: 0 0 0 1px #b9023a;
685
- $checkbox-dark-color-scheme-error-states-checked-focused-border: #b9023a;
686
- $checkbox-dark-color-scheme-error-states-checked-focused-background: #b9023a;
687
- $checkbox-dark-color-scheme-error-states-checked-focused-shadow: 0 0 0 1px #b9023a;
688
- $checkbox-dark-color-scheme-error-states-checked-focused-outline: 1px solid #19252f;
689
- $checkbox-size-width: 16px;
690
- $checkbox-size-label-margin: 8px;
691
- $checkbox-size-border-width: 1px;
692
- $checkbox-size-border-radius: 4px;
693
- $checkbox-size-toggle-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.2);
694
- $checkbox-font-default: body;
695
- $code-block-light-color-scheme-background: white;
696
- $code-block-light-color-scheme-border: #d7dee4;
697
- $code-block-light-color-scheme-color: #19252f;
698
- $code-block-light-color-scheme-actionbar-background: rgba(white, 0.9);
699
- $code-block-light-color-scheme-actionbar-border: null;
700
- $code-block-light-color-scheme-line-numbers-background: null;
701
- $code-block-light-color-scheme-line-numbers-border: null;
702
- $code-block-light-color-scheme-line-numbers-color: #8c99a5;
703
- $code-block-light-color-scheme-decoration-less-contrast-background: #f2f5f9;
704
- $code-block-light-color-scheme-decoration-less-contrast-border: #d7dee4;
705
- $code-block-light-color-scheme-decoration-less-contrast-actionbar-background: rgba(#f2f5f9, 0.9);
706
- $code-block-light-color-scheme-decoration-less-contrast-actionbar-border: null;
707
- $code-block-light-color-scheme-hljs-addition-background: #d2f7db;
708
- $code-block-light-color-scheme-hljs-addition-color: #103920;
709
- $code-block-light-color-scheme-hljs-attr-background: null;
710
- $code-block-light-color-scheme-hljs-attr-color: null;
711
- $code-block-light-color-scheme-hljs-attribute-background: null;
712
- $code-block-light-color-scheme-hljs-attribute-color: null;
713
- $code-block-light-color-scheme-hljs-built-in-background: null;
714
- $code-block-light-color-scheme-hljs-built-in-color: null;
715
- $code-block-light-color-scheme-hljs-bullet-background: null;
716
- $code-block-light-color-scheme-hljs-bullet-color: null;
717
- $code-block-light-color-scheme-hljs-char-escape-background: null;
718
- $code-block-light-color-scheme-hljs-char-escape-color: null;
719
- $code-block-light-color-scheme-hljs-class-background: null;
720
- $code-block-light-color-scheme-hljs-class-color: null;
721
- $code-block-light-color-scheme-hljs-code-background: null;
722
- $code-block-light-color-scheme-hljs-code-color: null;
723
- $code-block-light-color-scheme-hljs-comment-background: null;
724
- $code-block-light-color-scheme-hljs-comment-color: #6d7a86;
725
- $code-block-light-color-scheme-hljs-deletion-background: #ffeaea;
726
- $code-block-light-color-scheme-hljs-deletion-color: #621420;
727
- $code-block-light-color-scheme-hljs-doctag-background: null;
728
- $code-block-light-color-scheme-hljs-doctag-color: null;
729
- $code-block-light-color-scheme-hljs-emphasis-background: null;
730
- $code-block-light-color-scheme-hljs-emphasis-color: null;
731
- $code-block-light-color-scheme-hljs-formula-background: null;
732
- $code-block-light-color-scheme-hljs-formula-color: null;
733
- $code-block-light-color-scheme-hljs-function-background: null;
734
- $code-block-light-color-scheme-hljs-function-color: null;
735
- $code-block-light-color-scheme-hljs-keyword-background: null;
736
- $code-block-light-color-scheme-hljs-keyword-color: null;
737
- $code-block-light-color-scheme-hljs-link-background: null;
738
- $code-block-light-color-scheme-hljs-link-color: null;
739
- $code-block-light-color-scheme-hljs-literal-background: null;
740
- $code-block-light-color-scheme-hljs-literal-color: #864775;
741
- $code-block-light-color-scheme-hljs-meta-background: null;
742
- $code-block-light-color-scheme-hljs-meta-color: #0059b8;
743
- $code-block-light-color-scheme-hljs-meta-keyword-background: null;
744
- $code-block-light-color-scheme-hljs-meta-keyword-color: null;
745
- $code-block-light-color-scheme-hljs-meta-string-background: null;
746
- $code-block-light-color-scheme-hljs-meta-string-color: #0374eb;
747
- $code-block-light-color-scheme-hljs-meta-prompt-background: null;
748
- $code-block-light-color-scheme-hljs-meta-prompt-color: null;
749
- $code-block-light-color-scheme-hljs-name-background: null;
750
- $code-block-light-color-scheme-hljs-name-color: #0059b8;
751
- $code-block-light-color-scheme-hljs-number-background: null;
752
- $code-block-light-color-scheme-hljs-number-color: #864775;
753
- $code-block-light-color-scheme-hljs-operator-background: null;
754
- $code-block-light-color-scheme-hljs-operator-color: null;
755
- $code-block-light-color-scheme-hljs-params-background: null;
756
- $code-block-light-color-scheme-hljs-params-color: null;
757
- $code-block-light-color-scheme-hljs-property-background: null;
758
- $code-block-light-color-scheme-hljs-property-color: null;
759
- $code-block-light-color-scheme-hljs-punctuation-background: null;
760
- $code-block-light-color-scheme-hljs-punctuation-color: null;
761
- $code-block-light-color-scheme-hljs-quote-background: null;
762
- $code-block-light-color-scheme-hljs-quote-color: null;
763
- $code-block-light-color-scheme-hljs-regexp-background: null;
764
- $code-block-light-color-scheme-hljs-regexp-color: #028b49;
765
- $code-block-light-color-scheme-hljs-section-background: null;
766
- $code-block-light-color-scheme-hljs-section-color: null;
767
- $code-block-light-color-scheme-hljs-selector-attr-background: null;
768
- $code-block-light-color-scheme-hljs-selector-attr-color: null;
769
- $code-block-light-color-scheme-hljs-selector-class-background: null;
770
- $code-block-light-color-scheme-hljs-selector-class-color: null;
771
- $code-block-light-color-scheme-hljs-selector-id-background: null;
772
- $code-block-light-color-scheme-hljs-selector-id-color: null;
773
- $code-block-light-color-scheme-hljs-selector-pseudo-background: null;
774
- $code-block-light-color-scheme-hljs-selector-pseudo-color: null;
775
- $code-block-light-color-scheme-hljs-selector-tag-background: null;
776
- $code-block-light-color-scheme-hljs-selector-tag-color: #0059b8;
777
- $code-block-light-color-scheme-hljs-string-background: null;
778
- $code-block-light-color-scheme-hljs-string-color: #028b49;
779
- $code-block-light-color-scheme-hljs-strong-background: null;
780
- $code-block-light-color-scheme-hljs-strong-color: null;
781
- $code-block-light-color-scheme-hljs-subst-background: null;
782
- $code-block-light-color-scheme-hljs-subst-color: null;
783
- $code-block-light-color-scheme-hljs-symbol-background: null;
784
- $code-block-light-color-scheme-hljs-symbol-color: #0059b8;
785
- $code-block-light-color-scheme-hljs-tag-background: null;
786
- $code-block-light-color-scheme-hljs-tag-color: null;
787
- $code-block-light-color-scheme-hljs-template-tag-background: null;
788
- $code-block-light-color-scheme-hljs-template-tag-color: null;
789
- $code-block-light-color-scheme-hljs-template-variable-background: null;
790
- $code-block-light-color-scheme-hljs-template-variable-color: null;
791
- $code-block-light-color-scheme-hljs-title-background: null;
792
- $code-block-light-color-scheme-hljs-title-color: #0059b8;
793
- $code-block-light-color-scheme-hljs-title-class-background: null;
794
- $code-block-light-color-scheme-hljs-title-class-color: null;
795
- $code-block-light-color-scheme-hljs-title-class-inherited-background: null;
796
- $code-block-light-color-scheme-hljs-title-class-inherited-color: null;
797
- $code-block-light-color-scheme-hljs-title-function-background: null;
798
- $code-block-light-color-scheme-hljs-title-function-color: null;
799
- $code-block-light-color-scheme-hljs-title-function-invoke-background: null;
800
- $code-block-light-color-scheme-hljs-title-function-invoke-color: null;
801
- $code-block-light-color-scheme-hljs-type-background: null;
802
- $code-block-light-color-scheme-hljs-type-color: null;
803
- $code-block-light-color-scheme-hljs-variable-background: null;
804
- $code-block-light-color-scheme-hljs-variable-color: null;
805
- $code-block-light-color-scheme-hljs-variable-constant-background: null;
806
- $code-block-light-color-scheme-hljs-variable-constant-color: null;
807
- $code-block-light-color-scheme-hljs-variable-language-background: null;
808
- $code-block-light-color-scheme-hljs-variable-language-color: null;
809
- $code-block-dark-color-scheme-background: #19252f;
810
- $code-block-dark-color-scheme-border: mix(#515e69, transparent, 50%);
811
- $code-block-dark-color-scheme-color: #d7dee4;
812
- $code-block-dark-color-scheme-actionbar-background: rgba(#19252f, 0.9);
813
- $code-block-dark-color-scheme-actionbar-border: null;
814
- $code-block-dark-color-scheme-line-numbers-background: null;
815
- $code-block-dark-color-scheme-line-numbers-border: null;
816
- $code-block-dark-color-scheme-line-numbers-color: #6d7a86;
817
- $code-block-dark-color-scheme-decoration-less-contrast-background: #27333e;
818
- $code-block-dark-color-scheme-decoration-less-contrast-border: mix(#515e69, transparent, 50%);
819
- $code-block-dark-color-scheme-decoration-less-contrast-actionbar-background: rgba(#27333e, 0.9);
820
- $code-block-dark-color-scheme-decoration-less-contrast-actionbar-border: null;
821
- $code-block-dark-color-scheme-hljs-addition-background: #103920;
822
- $code-block-dark-color-scheme-hljs-addition-color: #8ed5a1;
823
- $code-block-dark-color-scheme-hljs-attr-background: null;
824
- $code-block-dark-color-scheme-hljs-attr-color: null;
825
- $code-block-dark-color-scheme-hljs-attribute-background: null;
826
- $code-block-dark-color-scheme-hljs-attribute-color: null;
827
- $code-block-dark-color-scheme-hljs-built-in-background: null;
828
- $code-block-dark-color-scheme-hljs-built-in-color: null;
829
- $code-block-dark-color-scheme-hljs-bullet-background: null;
830
- $code-block-dark-color-scheme-hljs-bullet-color: null;
831
- $code-block-dark-color-scheme-hljs-char-escape-background: null;
832
- $code-block-dark-color-scheme-hljs-char-escape-color: null;
833
- $code-block-dark-color-scheme-hljs-class-background: null;
834
- $code-block-dark-color-scheme-hljs-class-color: null;
835
- $code-block-dark-color-scheme-hljs-code-background: null;
836
- $code-block-dark-color-scheme-hljs-code-color: null;
837
- $code-block-dark-color-scheme-hljs-comment-background: null;
838
- $code-block-dark-color-scheme-hljs-comment-color: #6d7a86;
839
- $code-block-dark-color-scheme-hljs-deletion-background: #621420;
840
- $code-block-dark-color-scheme-hljs-deletion-color: #fcb2b4;
841
- $code-block-dark-color-scheme-hljs-doctag-background: null;
842
- $code-block-dark-color-scheme-hljs-doctag-color: null;
843
- $code-block-dark-color-scheme-hljs-emphasis-background: null;
844
- $code-block-dark-color-scheme-hljs-emphasis-color: null;
845
- $code-block-dark-color-scheme-hljs-formula-background: null;
846
- $code-block-dark-color-scheme-hljs-formula-color: null;
847
- $code-block-dark-color-scheme-hljs-function-background: null;
848
- $code-block-dark-color-scheme-hljs-function-color: null;
849
- $code-block-dark-color-scheme-hljs-keyword-background: null;
850
- $code-block-dark-color-scheme-hljs-keyword-color: null;
851
- $code-block-dark-color-scheme-hljs-link-background: null;
852
- $code-block-dark-color-scheme-hljs-link-color: null;
853
- $code-block-dark-color-scheme-hljs-literal-background: null;
854
- $code-block-dark-color-scheme-hljs-literal-color: #c692b5;
855
- $code-block-dark-color-scheme-hljs-meta-background: null;
856
- $code-block-dark-color-scheme-hljs-meta-color: #7fb1ff;
857
- $code-block-dark-color-scheme-hljs-meta-keyword-background: null;
858
- $code-block-dark-color-scheme-hljs-meta-keyword-color: null;
859
- $code-block-dark-color-scheme-hljs-meta-string-background: null;
860
- $code-block-dark-color-scheme-hljs-meta-string-color: #4ba96c;
861
- $code-block-dark-color-scheme-hljs-meta-prompt-background: null;
862
- $code-block-dark-color-scheme-hljs-meta-prompt-color: null;
863
- $code-block-dark-color-scheme-hljs-name-background: null;
864
- $code-block-dark-color-scheme-hljs-name-color: #7fb1ff;
865
- $code-block-dark-color-scheme-hljs-number-background: null;
866
- $code-block-dark-color-scheme-hljs-number-color: #c692b5;
867
- $code-block-dark-color-scheme-hljs-operator-background: null;
868
- $code-block-dark-color-scheme-hljs-operator-color: null;
869
- $code-block-dark-color-scheme-hljs-params-background: null;
870
- $code-block-dark-color-scheme-hljs-params-color: null;
871
- $code-block-dark-color-scheme-hljs-property-background: null;
872
- $code-block-dark-color-scheme-hljs-property-color: null;
873
- $code-block-dark-color-scheme-hljs-punctuation-background: null;
874
- $code-block-dark-color-scheme-hljs-punctuation-color: null;
875
- $code-block-dark-color-scheme-hljs-quote-background: null;
876
- $code-block-dark-color-scheme-hljs-quote-color: null;
877
- $code-block-dark-color-scheme-hljs-regexp-background: null;
878
- $code-block-dark-color-scheme-hljs-regexp-color: #4ba96c;
879
- $code-block-dark-color-scheme-hljs-section-background: null;
880
- $code-block-dark-color-scheme-hljs-section-color: null;
881
- $code-block-dark-color-scheme-hljs-selector-attr-background: null;
882
- $code-block-dark-color-scheme-hljs-selector-attr-color: null;
883
- $code-block-dark-color-scheme-hljs-selector-class-background: null;
884
- $code-block-dark-color-scheme-hljs-selector-class-color: null;
885
- $code-block-dark-color-scheme-hljs-selector-id-background: null;
886
- $code-block-dark-color-scheme-hljs-selector-id-color: null;
887
- $code-block-dark-color-scheme-hljs-selector-pseudo-background: null;
888
- $code-block-dark-color-scheme-hljs-selector-pseudo-color: null;
889
- $code-block-dark-color-scheme-hljs-selector-tag-background: null;
890
- $code-block-dark-color-scheme-hljs-selector-tag-color: #7fb1ff;
891
- $code-block-dark-color-scheme-hljs-string-background: null;
892
- $code-block-dark-color-scheme-hljs-string-color: #4ba96c;
893
- $code-block-dark-color-scheme-hljs-strong-background: null;
894
- $code-block-dark-color-scheme-hljs-strong-color: null;
895
- $code-block-dark-color-scheme-hljs-subst-background: null;
896
- $code-block-dark-color-scheme-hljs-subst-color: null;
897
- $code-block-dark-color-scheme-hljs-symbol-background: null;
898
- $code-block-dark-color-scheme-hljs-symbol-color: #7fb1ff;
899
- $code-block-dark-color-scheme-hljs-tag-background: null;
900
- $code-block-dark-color-scheme-hljs-tag-color: null;
901
- $code-block-dark-color-scheme-hljs-template-tag-background: null;
902
- $code-block-dark-color-scheme-hljs-template-tag-color: null;
903
- $code-block-dark-color-scheme-hljs-template-variable-background: null;
904
- $code-block-dark-color-scheme-hljs-template-variable-color: null;
905
- $code-block-dark-color-scheme-hljs-title-background: null;
906
- $code-block-dark-color-scheme-hljs-title-color: #7fb1ff;
907
- $code-block-dark-color-scheme-hljs-title-class-background: null;
908
- $code-block-dark-color-scheme-hljs-title-class-color: null;
909
- $code-block-dark-color-scheme-hljs-title-class-inherited-background: null;
910
- $code-block-dark-color-scheme-hljs-title-class-inherited-color: null;
911
- $code-block-dark-color-scheme-hljs-title-function-background: null;
912
- $code-block-dark-color-scheme-hljs-title-function-color: null;
913
- $code-block-dark-color-scheme-hljs-title-function-invoke-background: null;
914
- $code-block-dark-color-scheme-hljs-title-function-invoke-color: null;
915
- $code-block-dark-color-scheme-hljs-type-background: null;
916
- $code-block-dark-color-scheme-hljs-type-color: null;
917
- $code-block-dark-color-scheme-hljs-variable-background: null;
918
- $code-block-dark-color-scheme-hljs-variable-color: null;
919
- $code-block-dark-color-scheme-hljs-variable-constant-background: null;
920
- $code-block-dark-color-scheme-hljs-variable-constant-color: null;
921
- $code-block-dark-color-scheme-hljs-variable-language-background: null;
922
- $code-block-dark-color-scheme-hljs-variable-language-color: null;
923
- $code-block-size-border-radius: 4px;
924
- $code-block-size-padding: 12px;
925
- $code-block-size-actionbar-border-radius: 4px;
926
- $code-block-size-actionbar-gap: 0;
927
- $code-block-size-actionbar-header-gap: 8px;
928
- $code-block-size-actionbar-margin-top: 6px;
929
- $code-block-size-actionbar-margin-right: 6px;
930
- $code-block-size-actionbar-padding: 8px;
931
- $code-block-size-line-numbers-padding: 2px 12px 0 0 ;
932
- $code-block-size-line-numbers-border-width: 0;
933
- $code-block-font-default: body-mono;
934
- $code-block-font-hljs-addition-font-style: null;
935
- $code-block-font-hljs-addition-font-weight: null;
936
- $code-block-font-hljs-attr-font-style: null;
937
- $code-block-font-hljs-attr-font-weight: null;
938
- $code-block-font-hljs-attribute-font-style: null;
939
- $code-block-font-hljs-attribute-font-weight: null;
940
- $code-block-font-hljs-built-in-font-style: null;
941
- $code-block-font-hljs-built-in-font-weight: null;
942
- $code-block-font-hljs-bullet-font-style: null;
943
- $code-block-font-hljs-bullet-font-weight: null;
944
- $code-block-font-hljs-char-escape-font-style: null;
945
- $code-block-font-hljs-char-escape-font-weight: null;
946
- $code-block-font-hljs-class-font-style: null;
947
- $code-block-font-hljs-class-font-weight: null;
948
- $code-block-font-hljs-code-font-style: null;
949
- $code-block-font-hljs-code-font-weight: null;
950
- $code-block-font-hljs-comment-font-style: null;
951
- $code-block-font-hljs-comment-font-weight: null;
952
- $code-block-font-hljs-deletion-font-style: null;
953
- $code-block-font-hljs-deletion-font-weight: null;
954
- $code-block-font-hljs-doctag-font-style: null;
955
- $code-block-font-hljs-doctag-font-weight: null;
956
- $code-block-font-hljs-emphasis-font-style: null;
957
- $code-block-font-hljs-emphasis-font-weight: null;
958
- $code-block-font-hljs-formula-font-style: null;
959
- $code-block-font-hljs-formula-font-weight: null;
960
- $code-block-font-hljs-function-font-style: null;
961
- $code-block-font-hljs-function-font-weight: null;
962
- $code-block-font-hljs-keyword-font-style: null;
963
- $code-block-font-hljs-keyword-font-weight: null;
964
- $code-block-font-hljs-link-font-style: null;
965
- $code-block-font-hljs-link-font-weight: null;
966
- $code-block-font-hljs-literal-font-style: null;
967
- $code-block-font-hljs-literal-font-weight: null;
968
- $code-block-font-hljs-meta-font-style: null;
969
- $code-block-font-hljs-meta-font-weight: null;
970
- $code-block-font-hljs-meta-keyword-font-style: null;
971
- $code-block-font-hljs-meta-keyword-font-weight: null;
972
- $code-block-font-hljs-meta-string-font-style: null;
973
- $code-block-font-hljs-meta-string-font-weight: null;
974
- $code-block-font-hljs-meta-prompt-font-style: null;
975
- $code-block-font-hljs-meta-prompt-font-weight: null;
976
- $code-block-font-hljs-name-font-style: null;
977
- $code-block-font-hljs-name-font-weight: null;
978
- $code-block-font-hljs-number-font-style: null;
979
- $code-block-font-hljs-number-font-weight: null;
980
- $code-block-font-hljs-operator-font-style: null;
981
- $code-block-font-hljs-operator-font-weight: null;
982
- $code-block-font-hljs-params-font-style: null;
983
- $code-block-font-hljs-params-font-weight: null;
984
- $code-block-font-hljs-property-font-style: null;
985
- $code-block-font-hljs-property-font-weight: null;
986
- $code-block-font-hljs-punctuation-font-style: null;
987
- $code-block-font-hljs-punctuation-font-weight: null;
988
- $code-block-font-hljs-quote-font-style: null;
989
- $code-block-font-hljs-quote-font-weight: null;
990
- $code-block-font-hljs-regexp-font-style: null;
991
- $code-block-font-hljs-regexp-font-weight: null;
992
- $code-block-font-hljs-section-font-style: null;
993
- $code-block-font-hljs-section-font-weight: null;
994
- $code-block-font-hljs-selector-attr-font-style: null;
995
- $code-block-font-hljs-selector-attr-font-weight: null;
996
- $code-block-font-hljs-selector-class-font-style: null;
997
- $code-block-font-hljs-selector-class-font-weight: null;
998
- $code-block-font-hljs-selector-id-font-style: null;
999
- $code-block-font-hljs-selector-id-font-weight: null;
1000
- $code-block-font-hljs-selector-pseudo-font-style: null;
1001
- $code-block-font-hljs-selector-pseudo-font-weight: null;
1002
- $code-block-font-hljs-selector-tag-font-style: null;
1003
- $code-block-font-hljs-selector-tag-font-weight: null;
1004
- $code-block-font-hljs-string-font-style: null;
1005
- $code-block-font-hljs-string-font-weight: null;
1006
- $code-block-font-hljs-strong-font-style: null;
1007
- $code-block-font-hljs-strong-font-weight: null;
1008
- $code-block-font-hljs-subst-font-style: null;
1009
- $code-block-font-hljs-subst-font-weight: null;
1010
- $code-block-font-hljs-symbol-font-style: null;
1011
- $code-block-font-hljs-symbol-font-weight: null;
1012
- $code-block-font-hljs-tag-font-style: null;
1013
- $code-block-font-hljs-tag-font-weight: null;
1014
- $code-block-font-hljs-template-tag-font-style: null;
1015
- $code-block-font-hljs-template-tag-font-weight: null;
1016
- $code-block-font-hljs-template-variable-font-style: null;
1017
- $code-block-font-hljs-template-variable-font-weight: null;
1018
- $code-block-font-hljs-title-font-style: null;
1019
- $code-block-font-hljs-title-font-weight: null;
1020
- $code-block-font-hljs-title-class-font-style: normal;
1021
- $code-block-font-hljs-title-class-font-weight: 500;
1022
- $code-block-font-hljs-title-class-inherited-font-style: null;
1023
- $code-block-font-hljs-title-class-inherited-font-weight: null;
1024
- $code-block-font-hljs-title-function-font-style: null;
1025
- $code-block-font-hljs-title-function-font-weight: null;
1026
- $code-block-font-hljs-title-function-invoke-font-style: null;
1027
- $code-block-font-hljs-title-function-invoke-font-weight: null;
1028
- $code-block-font-hljs-type-font-style: null;
1029
- $code-block-font-hljs-type-font-weight: null;
1030
- $code-block-font-hljs-variable-font-style: null;
1031
- $code-block-font-hljs-variable-font-weight: null;
1032
- $code-block-font-hljs-variable-constant-font-style: null;
1033
- $code-block-font-hljs-variable-constant-font-weight: null;
1034
- $code-block-font-hljs-variable-language-font-style: null;
1035
- $code-block-font-hljs-variable-language-font-weight: null;
1036
- $datepicker-toggle-size-width: 30px;
1037
- $datepicker-toggle-size-height: 30px;
1038
- $datepicker-body-light-color-scheme-states-today-color: #0374eb;
1039
- $datepicker-body-light-color-scheme-states-today-background: white;
1040
- $datepicker-body-light-color-scheme-states-selected-color: #19252f;
1041
- $datepicker-body-light-color-scheme-states-selected-background: #e7f1ff;
1042
- $datepicker-body-dark-color-scheme-states-today-color: #4187ff;
1043
- $datepicker-body-dark-color-scheme-states-today-background: #19252f;
1044
- $datepicker-body-dark-color-scheme-states-selected-color: #d7dee4;
1045
- $datepicker-body-dark-color-scheme-states-selected-background: rgba(3, 116, 235, 0.3);
1046
- $datepicker-body-size-label-paddings: 8px 28px 12px 12px;
1047
- $datepicker-body-size-cell-min-size: 32px;
1048
- $datepicker-body-size-cell-margin: 5%;
1049
- $datepicker-body-size-cell-padding: 8px;
1050
- $datepicker-body-size-cell-border-width: 1px;
1051
- $datepicker-body-size-cell-border-radius: 0;
1052
- $datepicker-body-font-label: body-strong;
1053
- $datepicker-body-font-today: body-strong;
1054
- $datepicker-calendar-size-padding-top: 16px;
1055
- $datepicker-calendar-size-padding-horizontal: 8px;
1056
- $datepicker-calendar-size-padding-bottom: 8px;
1057
- $datepicker-calendar-size-padding-blocks: 12px;
1058
- $datepicker-calendar-size-border-radius: 0;
1059
- $datepicker-calendar-size-divider-width: 1px;
1060
- $datepicker-calendar-size-icon-border-width: 2px;
1061
- $datepicker-calendar-size-icon-prev-icon-transform: translateX(2px) rotate(-45deg);
1062
- $datepicker-calendar-size-icon-nex-icon-transform: translateX(-2px) rotate(45deg);
1063
- $datepicker-calendar-font-default: body;
1064
- $datepicker-calendar-font-header: caption;
1065
- $datepicker-input-size-width: 130px;
1066
- $divider-light-color-scheme-color: #d7dee4;
1067
- $divider-dark-color-scheme-color: mix(#515e69, transparent, 50%);
1068
- $divider-size-width: 1px;
1069
- $divider-size-inset-margin: 80px;
1070
- $description-list-light-color-scheme-dt: #6d7a86;
1071
- $description-list-light-color-scheme-dd: #19252f;
1072
- $description-list-dark-color-scheme-dt: #8c99a5;
1073
- $description-list-dark-color-scheme-dd: #d7dee4;
1074
- $description-list-size-grid-template-columns: repeat(4, 1fr);
1075
- $description-list-size-dt-grid-column: 1;
1076
- $description-list-size-dd-grid-column: 2 / span 3;
1077
- $description-list-size-default-horizontal-column-gap: 16px;
1078
- $description-list-size-default-horizontal-row-gap: 12px;
1079
- $description-list-size-default-vertical-column-gap: 0;
1080
- $description-list-size-default-vertical-row-gap: 2px;
1081
- $description-list-size-default-vertical-dd-margin-bottom: 16px;
1082
- $description-list-size-small-horizontal-column-gap: 8px;
1083
- $description-list-size-small-horizontal-row-gap: 8px;
1084
- $description-list-size-small-vertical-column-gap: 0;
1085
- $description-list-size-small-vertical-row-gap: 0;
1086
- $description-list-size-small-vertical-dd-margin-bottom: 12px;
1087
- $description-list-font-default-horizontal-dt: body;
1088
- $description-list-font-default-horizontal-dd: body;
1089
- $description-list-font-default-vertical-dt: caption;
1090
- $description-list-font-default-vertical-dd: body;
1091
- $description-list-font-small-horizontal-dt: caption;
1092
- $description-list-font-small-horizontal-dd: caption;
1093
- $description-list-font-small-vertical-dt: caption;
1094
- $description-list-font-small-vertical-dd: caption;
1095
- $dropdown-item-size-padding: 5px 15px;
1096
- $dropdown-item-size-icon-padding: 0 8px 2px 0;
1097
- $dropdown-item-font-default: body;
1098
- $dropdown-item-font-caption: caption;
1099
- $dropdown-group-header-size-default-padding: 6px 15px;
1100
- $dropdown-group-header-size-small-padding: 8px 15px;
1101
- $dropdown-group-header-font-default: body-strong;
1102
- $dropdown-group-header-font-small: caption-caps;
1103
- $dropdown-divider-size-height: 1px;
1104
- $dropdown-divider-size-margin: 4px 0;
1105
- $dropdown-trigger-size-button-right-padding: 6px;
1106
- $dropdown-trigger-size-right-icon-padding: 2px;
1107
- $dropdown-panel-size-max-width: 640px;
1108
- $dropdown-panel-size-padding: 4px 0;
1109
- $dropdown-panel-size-border-width: 1px;
1110
- $dropdown-panel-size-border-radius: 4px;
1111
- $file-upload-light-color-scheme-single-default-background: white;
1112
- $file-upload-light-color-scheme-single-default-border: #bdc7d1;
1113
- $file-upload-light-color-scheme-single-states-error-background: #fff3f3;
1114
- $file-upload-light-color-scheme-single-states-error-border: #db3c55;
1115
- $file-upload-light-color-scheme-single-states-progress-background: #f2f5f9;
1116
- $file-upload-light-color-scheme-single-states-progress-border: #d7dee4;
1117
- $file-upload-light-color-scheme-single-states-drag-n-drop-background: #e7f1ff;
1118
- $file-upload-light-color-scheme-single-states-drag-n-drop-border: #0374eb;
1119
- $file-upload-light-color-scheme-single-states-disable-background: #f2f5f9;
1120
- $file-upload-light-color-scheme-single-states-disable-border: #bdc7d1;
1121
- $file-upload-light-color-scheme-single-states-disable-text: #8c99a5;
1122
- $file-upload-light-color-scheme-multiple-default-background: white;
1123
- $file-upload-light-color-scheme-multiple-default-border: #bdc7d1;
1124
- $file-upload-light-color-scheme-multiple-states-error-background: white;
1125
- $file-upload-light-color-scheme-multiple-states-error-border: #bdc7d1;
1126
- $file-upload-light-color-scheme-multiple-states-progress-background: white;
1127
- $file-upload-light-color-scheme-multiple-states-progress-border: #bdc7d1;
1128
- $file-upload-light-color-scheme-multiple-states-drag-n-drop-background: #e7f1ff;
1129
- $file-upload-light-color-scheme-multiple-states-drag-n-drop-border: #0374eb;
1130
- $file-upload-light-color-scheme-multiple-states-disable-background: #f2f5f9;
1131
- $file-upload-light-color-scheme-multiple-states-disable-border: #bdc7d1;
1132
- $file-upload-light-color-scheme-multiple-states-disable-text: #8c99a5;
1133
- $file-upload-dark-color-scheme-single-default-background: #19252f;
1134
- $file-upload-dark-color-scheme-single-default-border: #515e69;
1135
- $file-upload-dark-color-scheme-single-states-error-background: #500013;
1136
- $file-upload-dark-color-scheme-single-states-error-border: #b9023a;
1137
- $file-upload-dark-color-scheme-single-states-progress-background: #333f4a;
1138
- $file-upload-dark-color-scheme-single-states-progress-border: mix(#515e69, transparent, 50%);
1139
- $file-upload-dark-color-scheme-single-states-drag-n-drop-background: rgba(3, 116, 235, 0.3);
1140
- $file-upload-dark-color-scheme-single-states-drag-n-drop-border: #4187ff;
1141
- $file-upload-dark-color-scheme-single-states-disable-background: #333f4a;
1142
- $file-upload-dark-color-scheme-single-states-disable-border: #515e69;
1143
- $file-upload-dark-color-scheme-single-states-disable-text: #6d7a86;
1144
- $file-upload-dark-color-scheme-multiple-default-background: #19252f;
1145
- $file-upload-dark-color-scheme-multiple-default-border: #515e69;
1146
- $file-upload-dark-color-scheme-multiple-states-error-background: #19252f;
1147
- $file-upload-dark-color-scheme-multiple-states-error-border: #515e69;
1148
- $file-upload-dark-color-scheme-multiple-states-progress-background: #19252f;
1149
- $file-upload-dark-color-scheme-multiple-states-progress-border: #515e69;
1150
- $file-upload-dark-color-scheme-multiple-states-drag-n-drop-background: rgba(3, 116, 235, 0.3);
1151
- $file-upload-dark-color-scheme-multiple-states-drag-n-drop-border: #4187ff;
1152
- $file-upload-dark-color-scheme-multiple-states-disable-background: #333f4a;
1153
- $file-upload-dark-color-scheme-multiple-states-disable-border: #515e69;
1154
- $file-upload-dark-color-scheme-multiple-states-disable-text: #6d7a86;
1155
- $file-upload-size-single-height: 48px;
1156
- $file-upload-size-single-vertical-padding: 12px;
1157
- $file-upload-size-single-border-width: 1px;
1158
- $file-upload-size-single-border-radius: 4px;
1159
- $file-upload-size-single-border-style: dashed;
1160
- $file-upload-size-multiple-border-width: 1px;
1161
- $file-upload-size-multiple-border-radius: 4px;
1162
- $file-upload-size-multiple-border-style: dashed;
1163
- $file-upload-size-multiple-uploaded-item-horizontal-padding: 8px;
1164
- $file-upload-size-multiple-uploaded-item-vertical-padding: 8px;
1165
- $file-upload-font-single: body;
1166
- $file-upload-font-multiple-header: headline;
1167
- $file-upload-font-multiple-caption: body;
1168
- $file-upload-font-multiple-uploaded-header: caption;
1169
- $file-upload-font-multiple-uploaded-item: body;
1170
- $form-field-light-color-scheme-border: #bdc7d1;
1171
- $form-field-light-color-scheme-background: white;
1172
- $form-field-light-color-scheme-states-autofill-background: #ebf8fd;
1173
- $form-field-light-color-scheme-states-hover-border: #8c99a5;
1174
- $form-field-light-color-scheme-states-invalid-border: #db3c55;
1175
- $form-field-light-color-scheme-states-invalid-background: #fff3f3;
1176
- $form-field-dark-color-scheme-border: #515e69;
1177
- $form-field-dark-color-scheme-background: transparent;
1178
- $form-field-dark-color-scheme-states-autofill-background: #143641;
1179
- $form-field-dark-color-scheme-states-hover-border: #6d7a86;
1180
- $form-field-dark-color-scheme-states-invalid-border: #b9023a;
1181
- $form-field-dark-color-scheme-states-invalid-background: rgba(#41000b, 0.3);
1182
- $form-field-size-height: 32px;
1183
- $form-field-size-border-width: 1px;
1184
- $form-field-size-border-radius: 4px;
1185
- $form-field-size-button-width: 32px;
1186
- $form-field-font-default: body;
1187
- $form-field-hint-light-color-scheme-text-color: #6d7a86;
1188
- $form-field-hint-dark-color-scheme-text-color: #8c99a5;
1189
- $form-field-hint-size-margin-top: 4px;
1190
- $form-field-hint-font-default: caption;
1191
- $form-field-password-hint-light-color-scheme-text-color: #19252f;
1192
- $form-field-password-hint-light-color-scheme-icon-color: #8c99a5;
1193
- $form-field-password-hint-light-color-scheme-states-invalid-icon-color: #ee6f79;
1194
- $form-field-password-hint-light-color-scheme-states-invalid-text-color: #19252f;
1195
- $form-field-password-hint-light-color-scheme-states-valid-text-color: #016b37;
1196
- $form-field-password-hint-light-color-scheme-states-valid-icon-color: #4ba96c;
1197
- $form-field-password-hint-dark-color-scheme-text-color: #d7dee4;
1198
- $form-field-password-hint-dark-color-scheme-icon-color: #8c99a5;
1199
- $form-field-password-hint-dark-color-scheme-states-invalid-icon-color: #ee6f79;
1200
- $form-field-password-hint-dark-color-scheme-states-invalid-text-color: #d7dee4;
1201
- $form-field-password-hint-dark-color-scheme-states-valid-text-color: #4ba96c;
1202
- $form-field-password-hint-dark-color-scheme-states-valid-icon-color: #4ba96c;
1203
- $form-field-password-hint-size-margin-top: 8px;
1204
- $form-field-password-hint-size-icon-margin: 4px;
1205
- $form-field-password-hint-font-default: caption;
1206
- $forms-light-color-scheme-label: #6d7a86;
1207
- $forms-light-color-scheme-legend: #19252f;
1208
- $forms-dark-color-scheme-label: #8c99a5;
1209
- $forms-dark-color-scheme-legend: #d7dee4;
1210
- $forms-size-horizontal-row-margin-bottom: 20px;
1211
- $forms-size-horizontal-control-padding-left: 16px;
1212
- $forms-size-horizontal-legend-margin-top: 32px;
1213
- $forms-size-horizontal-legend-margin-bottom: 16px;
1214
- $forms-size-vertical-row-margin-bottom: 16px;
1215
- $forms-size-vertical-label-padding-top: 0;
1216
- $forms-size-vertical-label-padding-bottom: 4px;
1217
- $forms-size-vertical-control-padding-left: 24px;
1218
- $forms-size-vertical-legend-margin-top: 32px;
1219
- $forms-size-vertical-legend-margin-bottom: 12px;
1220
- $forms-font-default-label: body;
1221
- $forms-font-default-legend: subheading;
1222
- $icon-light-color-scheme-secondary-default: #8c99a5;
1223
- $icon-light-color-scheme-secondary-states-hover: #6d7a86;
1224
- $icon-light-color-scheme-secondary-states-active: #434f5a;
1225
- $icon-light-color-scheme-secondary-states-disabled: mix(#8c99a5, transparent, 30%);
1226
- $icon-light-color-scheme-primary-default: #4187ff;
1227
- $icon-light-color-scheme-primary-states-hover: #0374eb;
1228
- $icon-light-color-scheme-primary-states-active: #014b9d;
1229
- $icon-light-color-scheme-primary-states-disabled: mix(#4187ff, transparent, 30%);
1230
- $icon-light-color-scheme-info-default: #18a5c5;
1231
- $icon-light-color-scheme-info-states-hover: #218ca8;
1232
- $icon-light-color-scheme-info-states-active: #0c5567;
1233
- $icon-light-color-scheme-info-states-disabled: mix(#18a5c5, transparent, 30%);
1234
- $icon-light-color-scheme-success-default: #4ba96c;
1235
- $icon-light-color-scheme-success-states-hover: #028b49;
1236
- $icon-light-color-scheme-success-states-active: #015a2d;
1237
- $icon-light-color-scheme-success-states-disabled: mix(#4ba96c, transparent, 30%);
1238
- $icon-light-color-scheme-warning-default: #e19f12;
1239
- $icon-light-color-scheme-warning-states-hover: #a26e0c;
1240
- $icon-light-color-scheme-warning-states-active: #6b4804;
1241
- $icon-light-color-scheme-warning-states-disabled: mix(#e19f12, transparent, 30%);
1242
- $icon-light-color-scheme-error-default: #ee6f79;
1243
- $icon-light-color-scheme-error-states-hover: #db3c55;
1244
- $icon-light-color-scheme-error-states-active: #9e0130;
1245
- $icon-light-color-scheme-error-states-disabled: mix(#ee6f79, transparent, 30%);
1246
- $icon-dark-color-scheme-secondary-default: #8c99a5;
1247
- $icon-dark-color-scheme-secondary-states-hover: #6d7a86;
1248
- $icon-dark-color-scheme-secondary-states-active: #bdc7d1;
1249
- $icon-dark-color-scheme-secondary-states-disabled: mix(#8c99a5, transparent, 30%);
1250
- $icon-dark-color-scheme-primary-default: #7fb1ff;
1251
- $icon-dark-color-scheme-primary-states-hover: #0374eb;
1252
- $icon-dark-color-scheme-primary-states-active: #a2c7fe;
1253
- $icon-dark-color-scheme-primary-states-disabled: mix(#7fb1ff, transparent, 30%);
1254
- $icon-dark-color-scheme-info-default: #18a5c5;
1255
- $icon-dark-color-scheme-info-states-hover: #218ca8;
1256
- $icon-dark-color-scheme-info-states-active: #6ed3f2;
1257
- $icon-dark-color-scheme-info-states-disabled: mix(#18a5c5, transparent, 30%);
1258
- $icon-dark-color-scheme-success-default: #4ba96c;
1259
- $icon-dark-color-scheme-success-states-hover: #028b49;
1260
- $icon-dark-color-scheme-success-states-active: #8ed5a1;
1261
- $icon-dark-color-scheme-success-states-disabled: mix(#4ba96c, transparent, 30%);
1262
- $icon-dark-color-scheme-warning-default: #e19f12;
1263
- $icon-dark-color-scheme-warning-states-hover: #a26e0c;
1264
- $icon-dark-color-scheme-warning-states-active: #f5c23c;
1265
- $icon-dark-color-scheme-warning-states-disabled: mix(#e19f12, transparent, 30%);
1266
- $icon-dark-color-scheme-error-default: #ee6f79;
1267
- $icon-dark-color-scheme-error-states-hover: #db3c55;
1268
- $icon-dark-color-scheme-error-states-active: #fcb2b4;
1269
- $icon-dark-color-scheme-error-states-disabled: mix(#ee6f79, transparent, 30%);
1270
- $input-size-padding: 0 12px;
1271
- $input-size-width: 100%;
1272
- $input-font-default: body;
1273
- $input-font-monospace: body-mono;
1274
- $link-light-color-scheme-text: #0374eb;
1275
- $link-light-color-scheme-border-bottom: rgba(#0374eb, 0.32);
1276
- $link-light-color-scheme-state-visited-text: #864775;
1277
- $link-light-color-scheme-state-visited-border-bottom: rgba(#864775, 0.32);
1278
- $link-light-color-scheme-state-hover-text: #0059b8;
1279
- $link-light-color-scheme-state-hover-border-bottom: rgba(#0059b8, 0.32);
1280
- $link-light-color-scheme-state-active: #014b9d;
1281
- $link-light-color-scheme-state-focused-outline: #0374eb;
1282
- $link-dark-color-scheme-text: #7fb1ff;
1283
- $link-dark-color-scheme-border-bottom: rgba(#7fb1ff, 0.32);;
1284
- $link-dark-color-scheme-state-visited-text: #bb78a7;
1285
- $link-dark-color-scheme-state-visited-border-bottom: rgba(#bb78a7, 0.32);
1286
- $link-dark-color-scheme-state-hover-text: #4187ff;
1287
- $link-dark-color-scheme-state-hover-border-bottom: rgba(#4187ff, 0.32);
1288
- $link-dark-color-scheme-state-active: #0374eb;
1289
- $link-dark-color-scheme-state-focused-outline: #4187ff;
1290
- $link-size-state-focused-outline-offset: 2px;
1291
- $link-size-state-focused-outline-width: 2px;
1292
- $link-size-default-icon-margin: 4px;
1293
- $link-size-caption-icon-margin: 2px;
1294
- $link-font-default: body;
1295
- $link-font-caption: caption;
1296
- $list-light-color-scheme-footer-background: white;
1297
- $list-light-color-scheme-footer-divider: #d7dee4;
1298
- $list-dark-color-scheme-footer-background: #19252f;
1299
- $list-dark-color-scheme-footer-divider: mix(#515e69, transparent, 50%);
1300
- $list-size-horizontal-padding: 10px;
1301
- $list-size-icon-right-margin: 8px;
1302
- $list-size-item-height: 32px;
1303
- $list-size-footer-min-height: 48px;
1304
- $list-font-item: body;
1305
- $loader-overlay-light-color-scheme-background: mix(white, transparent, 90%);
1306
- $loader-overlay-light-color-scheme-text: #19252f;
1307
- $loader-overlay-light-color-scheme-caption: #6d7a86;
1308
- $loader-overlay-dark-color-scheme-background: mix(#19252f, transparent, 90%);
1309
- $loader-overlay-dark-color-scheme-text: #d7dee4;
1310
- $loader-overlay-dark-color-scheme-caption: #8c99a5;
1311
- $loader-overlay-size-text-max-width: 480px;
1312
- $loader-overlay-size-fixed-top-padding: 72px;
1313
- $loader-overlay-size-center-optical-compensation: -40%;
1314
- $loader-overlay-font-text: body;
1315
- $loader-overlay-font-caption: caption;
1316
- $markdown-h1-light-color-scheme-color: #19252f;
1317
- $markdown-h1-dark-color-scheme-color: #d7dee4;
1318
- $markdown-h1-size-max-width: 650px;
1319
- $markdown-h1-size-margin-top: 0;
1320
- $markdown-h1-size-margin-bottom: 16px;
1321
- $markdown-h1-font-default: md-h1;
1322
- $markdown-h2-light-color-scheme-color: #19252f;
1323
- $markdown-h2-dark-color-scheme-color: #d7dee4;
1324
- $markdown-h2-size-max-width: 650px;
1325
- $markdown-h2-size-margin-top: 24px;
1326
- $markdown-h2-size-margin-bottom: 12px;
1327
- $markdown-h2-font-default: md-h2;
1328
- $markdown-h3-light-color-scheme-color: #19252f;
1329
- $markdown-h3-dark-color-scheme-color: #d7dee4;
1330
- $markdown-h3-size-max-width: 650px;
1331
- $markdown-h3-size-margin-top: 24px;
1332
- $markdown-h3-size-margin-bottom: 12px;
1333
- $markdown-h3-font-default: md-h3;
1334
- $markdown-h4-light-color-scheme-color: #19252f;
1335
- $markdown-h4-dark-color-scheme-color: #d7dee4;
1336
- $markdown-h4-size-max-width: 650px;
1337
- $markdown-h4-size-margin-top: 24px;
1338
- $markdown-h4-size-margin-bottom: 12px;
1339
- $markdown-h4-font-default: md-h4;
1340
- $markdown-h5-light-color-scheme-color: #19252f;
1341
- $markdown-h5-dark-color-scheme-color: #d7dee4;
1342
- $markdown-h5-size-max-width: 650px;
1343
- $markdown-h5-size-margin-top: 24px;
1344
- $markdown-h5-size-margin-bottom: 8px;
1345
- $markdown-h5-font-default: md-h5;
1346
- $markdown-h6-light-color-scheme-color: #19252f;
1347
- $markdown-h6-dark-color-scheme-color: #d7dee4;
1348
- $markdown-h6-size-max-width: 650px;
1349
- $markdown-h6-size-margin-top: 24px;
1350
- $markdown-h6-size-margin-bottom: 8px;
1351
- $markdown-h6-font-default: md-h6;
1352
- $markdown-p-light-color-scheme-color: #19252f;
1353
- $markdown-p-dark-color-scheme-color: #d7dee4;
1354
- $markdown-p-size-max-width: 650px;
1355
- $markdown-p-size-margin-top: 12px;
1356
- $markdown-p-size-margin-bottom: 12px;
1357
- $markdown-p-font-default: md-body;
1358
- $markdown-list-light-color-scheme-color: #19252f;
1359
- $markdown-list-dark-color-scheme-color: #d7dee4;
1360
- $markdown-list-size-max-width: 650px;
1361
- $markdown-list-size-margin-top: 12px;
1362
- $markdown-list-size-margin-bottom: 12px;
1363
- $markdown-list-size-margin-top-after-paragraph: -8px;
1364
- $markdown-list-size-ol-number-padding-right: 4px;
1365
- $markdown-list-size-ul-padding: 0 0 0 24px;
1366
- $markdown-list-size-item-margin-bottom: 4px;
1367
- $markdown-list-font-default: md-body;
1368
- $markdown-blockquote-light-color-scheme-text: #19252f;
1369
- $markdown-blockquote-light-color-scheme-line: #bdc7d1;
1370
- $markdown-blockquote-light-color-scheme-background: transparent;
1371
- $markdown-blockquote-light-color-scheme-border: transparent;
1372
- $markdown-blockquote-dark-color-scheme-text: #d7dee4;
1373
- $markdown-blockquote-dark-color-scheme-line: #515e69;
1374
- $markdown-blockquote-dark-color-scheme-background: transparent;
1375
- $markdown-blockquote-dark-color-scheme-border: transparent;
1376
- $markdown-blockquote-size-max-width: 650px;
1377
- $markdown-blockquote-size-margin-top: 12px;
1378
- $markdown-blockquote-size-margin-bottom: 12px;
1379
- $markdown-blockquote-size-padding: 2px 12px;
1380
- $markdown-blockquote-size-line-width: 4px;
1381
- $markdown-blockquote-size-border-radius: 0;
1382
- $markdown-blockquote-size-border-width: 0;
1383
- $markdown-blockquote-font-default: md-body;
1384
- $markdown-code-light-color-scheme-text: #19252f;
1385
- $markdown-code-light-color-scheme-background: #f2f5f9;
1386
- $markdown-code-light-color-scheme-border: #d7dee4;
1387
- $markdown-code-dark-color-scheme-text: #d7dee4;
1388
- $markdown-code-dark-color-scheme-background: #27333e;
1389
- $markdown-code-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1390
- $markdown-code-size-max-width: 650px;
1391
- $markdown-code-size-multiline-margin-top: 12px;
1392
- $markdown-code-size-multiline-margin-bottom: 24px;
1393
- $markdown-code-size-inline-padding: 0 4px;
1394
- $markdown-code-size-multiline-padding: 12px 16px;
1395
- $markdown-code-size-border-radius: 4px;
1396
- $markdown-code-size-border-width: 1px;
1397
- $markdown-code-font-default: md-body-mono;
1398
- $markdown-link-light-color-scheme-text: #0374eb;
1399
- $markdown-link-light-color-scheme-border-bottom: rgba(#0374eb, 0.32);
1400
- $markdown-link-light-color-scheme-state-visited-text: #864775;
1401
- $markdown-link-light-color-scheme-state-visited-border-bottom: rgba(#864775, 0.32);
1402
- $markdown-link-light-color-scheme-state-hover-text: #0059b8;
1403
- $markdown-link-light-color-scheme-state-hover-border-bottom: rgba(#0059b8, 0.32);
1404
- $markdown-link-light-color-scheme-state-active: #014b9d;
1405
- $markdown-link-light-color-scheme-state-focused-outline: #0374eb;
1406
- $markdown-link-dark-color-scheme-text: #7fb1ff;
1407
- $markdown-link-dark-color-scheme-border-bottom: rgba(#7fb1ff, 0.32);;
1408
- $markdown-link-dark-color-scheme-state-visited-text: #bb78a7;
1409
- $markdown-link-dark-color-scheme-state-visited-border-bottom: rgba(#bb78a7, 0.32);
1410
- $markdown-link-dark-color-scheme-state-hover-text: #4187ff;
1411
- $markdown-link-dark-color-scheme-state-hover-border-bottom: rgba(#4187ff, 0.32);
1412
- $markdown-link-dark-color-scheme-state-active: #0374eb;
1413
- $markdown-link-dark-color-scheme-state-focused-outline: #4187ff;
1414
- $markdown-link-size-icon-margin: 4px;
1415
- $markdown-link-size-state-focused-outline-offset: 2px;
1416
- $markdown-link-size-state-focused-outline-width: 2px;
1417
- $markdown-link-font-default: md-body;
1418
- $markdown-image-light-color-scheme-caption-text: #6d7a86;
1419
- $markdown-image-dark-color-scheme-caption-text: #8c99a5;
1420
- $markdown-image-size-max-width: 650px;
1421
- $markdown-image-size-margin-top: 12px;
1422
- $markdown-image-size-margin-bottom: 12px;
1423
- $markdown-image-size-caption-margin-top: -8px;
1424
- $markdown-image-size-caption-margin-bottom: 24px;
1425
- $markdown-image-font-caption: md-caption;
1426
- $markdown-hr-light-color-scheme-color: #d7dee4;
1427
- $markdown-hr-dark-color-scheme-color: mix(#515e69, transparent, 50%);
1428
- $markdown-hr-size-width: 1px;
1429
- $markdown-hr-size-margin-vertical: 24px;
1430
- $markdown-table-light-color-scheme-header: #6d7a86;
1431
- $markdown-table-light-color-scheme-body: #19252f;
1432
- $markdown-table-light-color-scheme-border: #d7dee4;
1433
- $markdown-table-dark-color-scheme-header: #8c99a5;
1434
- $markdown-table-dark-color-scheme-body: #d7dee4;
1435
- $markdown-table-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1436
- $markdown-table-size-border-width: 1px;
1437
- $markdown-table-size-padding: 8px;
1438
- $markdown-table-size-margin-bottom: 12px;
1439
- $markdown-table-font-header: md-table-header;
1440
- $markdown-table-font-body: md-table-cell;
1441
- $markdown-size-max-width: 650px;
1442
- $markdown-font-default: md-body;
1443
- $modal-light-color-scheme-shadow: (0 0 0 1px #d7dee4, 0 6px 12px 0 rgba(39, 51, 62, 0.5));
1444
- $modal-light-color-scheme-body-top-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.16);
1445
- $modal-light-color-scheme-body-bottom-shadow: 0 -2px 4px 0 rgba(39, 51, 62, 0.16);
1446
- $modal-light-color-scheme-background-mask: rgba(39, 51, 62, 0.5);
1447
- $modal-dark-color-scheme-shadow: (0 0 0 1px #19252f, 0 6px 12px 0 rgba(0, 0, 0, 0.5));
1448
- $modal-dark-color-scheme-body-top-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
1449
- $modal-dark-color-scheme-body-bottom-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.16);
1450
- $modal-dark-color-scheme-background-mask: rgba(0, 0, 0, 0.5);
1451
- $modal-size-small: 400px;
1452
- $modal-size-medium: 640px;
1453
- $modal-size-large: 960px;
1454
- $modal-size-top: 48px;
1455
- $modal-size-close-width: 56px;
1456
- $modal-size-border-radius: 4px;
1457
- $modal-size-border-width: 1px;
1458
- $modal-header-light-color-scheme-border: #d7dee4;
1459
- $modal-header-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1460
- $modal-header-size-border-radius: 4px 4px 0 0;
1461
- $modal-header-size-height: 56px;
1462
- $modal-header-size-padding: 0 16px;
1463
- $modal-header-font-default: title;
1464
- $modal-body-size-max-height: calc(100vh - 260px);
1465
- $modal-body-size-padding: 16px 24px 24px;
1466
- $modal-body-font-default: body;
1467
- $modal-footer-light-color-scheme-border: #f2f5f9;
1468
- $modal-footer-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1469
- $modal-footer-size-border-radius: 0 0 4px 4px;
1470
- $modal-footer-size-height: 64px;
1471
- $modal-footer-size-padding: 0 16px;
1472
- $modal-confirm-size-padding: 24px;
1473
- $navbar-light-color-scheme-background: #19252f;
1474
- $navbar-light-color-scheme-divider-background: #515e69;
1475
- $navbar-dark-color-scheme-background: #333f4a;
1476
- $navbar-dark-color-scheme-divider-background: #515e69;
1477
- $navbar-size-icon-margin: 6px;
1478
- $navbar-size-right-icon-margin: 2px;
1479
- $navbar-font-title: body;
1480
- $vertical-navbar-size-states-expanded-width: 240px;
1481
- $vertical-navbar-size-states-collapsed-width: 56px;
1482
- $vertical-navbar-size-icon-margin: 16px;
1483
- $navbar-item-light-color-scheme-text: #f2f5f9;
1484
- $navbar-item-light-color-scheme-icon: #bdc7d1;
1485
- $navbar-item-light-color-scheme-states-active: rgba(0, 0, 0, 0.1);
1486
- $navbar-item-light-color-scheme-states-selected: #333f4a;
1487
- $navbar-item-light-color-scheme-states-hover: rgba(255, 255, 255, 0.1);
1488
- $navbar-item-light-color-scheme-states-progress: #333f4a;
1489
- $navbar-item-light-color-scheme-states-disabled-opacity: 0.3;
1490
- $navbar-item-dark-color-scheme-text: #f2f5f9;
1491
- $navbar-item-dark-color-scheme-icon: #bdc7d1;
1492
- $navbar-item-dark-color-scheme-states-active: rgba(0, 0, 0, 0.1);
1493
- $navbar-item-dark-color-scheme-states-selected: #434f5a;
1494
- $navbar-item-dark-color-scheme-states-hover: rgba(255, 255, 255, 0.1);
1495
- $navbar-item-dark-color-scheme-states-progress: #333f4a;
1496
- $navbar-item-dark-color-scheme-states-disabled-opacity: 0.3;
1497
- $navbar-item-size-padding: 16px;
1498
- $navbar-item-size-height: 48px;
1499
- $navbar-item-size-height-vertical: 56px;
1500
- $navbar-brand-size-padding: 12px;
1501
- $navbar-brand-size-margin-right: 24px;
1502
- $navbar-brand-font-title: title;
1503
- $optgroup-size-padding-left: 12px;
1504
- $optgroup-font-default: subheading;
1505
- $option-size-horizontal-padding: 10px;
1506
- $option-size-height: 32px;
1507
- $option-size-border-width: 2px;
1508
- $option-font-default: body;
1509
- $popover-light-color-scheme-background: white;
1510
- $popover-light-color-scheme-text: #19252f;
1511
- $popover-light-color-scheme-shadow: 0 3px 8px 0 rgba(39, 51, 62, 0.2);
1512
- $popover-light-color-scheme-border: #d7dee4;
1513
- $popover-dark-color-scheme-background: #333f4a;
1514
- $popover-dark-color-scheme-text: #d7dee4;
1515
- $popover-dark-color-scheme-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
1516
- $popover-dark-color-scheme-border: #333f4a;
1517
- $popover-size-max-height: 480px;
1518
- $popover-size-padding: 16px;
1519
- $popover-size-border-radius: 4px;
1520
- $popover-size-border-width: 1px;
1521
- $popover-size-arrow-size: 12px;
1522
- $popover-size-trigger-margin: 9px;
1523
- $popover-size-small-width: 200px;
1524
- $popover-size-medium-width: 400px;
1525
- $popover-size-large-width: 640px;
1526
- $popover-font-default: body;
1527
- $popover-header-light-color-scheme-border: #d7dee4;
1528
- $popover-header-light-color-scheme-text: #19252f;
1529
- $popover-header-light-color-scheme-background: white;
1530
- $popover-header-dark-color-scheme-border: #434f5a;
1531
- $popover-header-dark-color-scheme-text: #d7dee4;
1532
- $popover-header-dark-color-scheme-background: #333f4a;
1533
- $popover-header-size-height: 40px;
1534
- $popover-header-size-padding: 0 16px;
1535
- $popover-header-font-default: subheading;
1536
- $popover-footer-light-color-scheme-border: #f2f5f9;
1537
- $popover-footer-light-color-scheme-background: #f2f5f9;
1538
- $popover-footer-dark-color-scheme-border: #434f5a;
1539
- $popover-footer-dark-color-scheme-background: #333f4a;
1540
- $popover-footer-size-margin-top: 8px;
1541
- $popover-footer-size-padding: 12px 16px;
1542
- $popover-footer-size-height: 56px;
1543
- $popover-footer-font-default: body;
1544
- $popup-light-color-scheme-shadow: 0 3px 8px 0 rgba(39, 51, 62, 0.2);
1545
- $popup-light-color-scheme-border: #d7dee4;
1546
- $popup-light-color-scheme-background: white;
1547
- $popup-light-color-scheme-footer-background: #f2f5f9;
1548
- $popup-dark-color-scheme-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
1549
- $popup-dark-color-scheme-border: #333f4a;
1550
- $popup-dark-color-scheme-background: #333f4a;
1551
- $popup-dark-color-scheme-footer-background: transparent;
1552
- $progress-bar-light-color-scheme-background: rgba(25, 37, 47, 0.06);
1553
- $progress-bar-dark-color-scheme-background: rgba(white,0.06);
1554
- $progress-bar-size-height: 4px;
1555
- $progress-spinner-size-default-size: 16px;
1556
- $progress-spinner-size-default-svg-circle-radius: 42.5%;
1557
- $progress-spinner-size-default-svg-stroke-width: 13%;
1558
- $progress-spinner-size-large-size: 48px;
1559
- $progress-spinner-size-large-svg-circle-radius: 47%;
1560
- $progress-spinner-size-large-svg-stroke-width: 6%;
1561
- $radio-light-color-scheme-outer-circle-border: #bdc7d1;
1562
- $radio-light-color-scheme-inner-circle-border: transparent;
1563
- $radio-light-color-scheme-cap-color: white;
1564
- $radio-light-color-scheme-states-checked-outer-circle-border: #0374eb;
1565
- $radio-light-color-scheme-states-checked-inner-circle-border: #0374eb;
1566
- $radio-light-color-scheme-states-focused-outer-circle-border: #0374eb;
1567
- $radio-light-color-scheme-states-focused-outer-circle-shadow: 0 0 0 2px #0374eb;
1568
- $radio-light-color-scheme-states-focused-inner-circle-shadow: 0 0 0 2px white;
1569
- $radio-dark-color-scheme-outer-circle-border: #515e69;
1570
- $radio-dark-color-scheme-inner-circle-border: transparent;
1571
- $radio-dark-color-scheme-cap-color: white;
1572
- $radio-dark-color-scheme-states-checked-outer-circle-border: #0374eb;
1573
- $radio-dark-color-scheme-states-checked-inner-circle-border: #0374eb;
1574
- $radio-dark-color-scheme-states-focused-outer-circle-border: #4187ff;
1575
- $radio-dark-color-scheme-states-focused-outer-circle-shadow: 0 0 0 2px #4187ff;
1576
- $radio-dark-color-scheme-states-focused-inner-circle-shadow: 0 0 0 2px #19252f;
1577
- $radio-size-outer-size: 14px;
1578
- $radio-size-inner-size: 10px;
1579
- $radio-size-cap-size: 6px;
1580
- $radio-size-label-margin: 8px;
1581
- $radio-font-default: body;
1582
- $scrollbar-light-color-scheme-track: #f2f5f9;
1583
- $scrollbar-light-color-scheme-thumb-normal: #bdc7d1;
1584
- $scrollbar-light-color-scheme-thumb-hover: #8c99a5;
1585
- $scrollbar-light-color-scheme-thumb-active: #7f8c98;
1586
- $scrollbar-light-color-scheme-thumb-disabled: #d7dee4;
1587
- $scrollbar-light-color-scheme-arrow-normal: #8c99a5;
1588
- $scrollbar-light-color-scheme-arrow-disabled: #d7dee4;
1589
- $scrollbar-light-color-scheme-arrow-background: #f2f5f9;
1590
- $scrollbar-light-color-scheme-corner-background: #f2f5f9;
1591
- $scrollbar-light-color-scheme-resizer-background: #f2f5f9;
1592
- $scrollbar-dark-color-scheme-track: #27333e;
1593
- $scrollbar-dark-color-scheme-thumb-normal: #515e69;
1594
- $scrollbar-dark-color-scheme-thumb-hover: #6d7a86;
1595
- $scrollbar-dark-color-scheme-thumb-active: #7f8c98;
1596
- $scrollbar-dark-color-scheme-thumb-disabled: #333f4a;
1597
- $scrollbar-dark-color-scheme-arrow-normal: #515e69;
1598
- $scrollbar-dark-color-scheme-arrow-disabled: #333f4a;
1599
- $scrollbar-dark-color-scheme-arrow-background: #27333e;
1600
- $scrollbar-dark-color-scheme-corner-background: #27333e;
1601
- $scrollbar-dark-color-scheme-resizer-background: #27333e;
1602
- $scrollbar-size-track-dimension: 16px;
1603
- $scrollbar-size-thumb-width: 8px;
1604
- $scrollbar-size-thumb-min-size: 20px;
1605
- $scrollbar-size-thumb-border-width: 4px;
1606
- $scrollbar-size-thumb-border-radius: 8px;
1607
- $scrollbar-size-arrow-icon-width: 16px;
1608
- $scrollbar-size-arrow-icon-height: 16px;
1609
- $select-size-left-padding: 12px;
1610
- $select-size-right-padding: 6px;
1611
- $select-size-left-padding-multiple: 12px;
1612
- $select-font-default: body;
1613
- $select-panel-size-max-height: 232px;
1614
- $select-panel-size-max-width: 640px;
1615
- $select-panel-size-vertical-padding: 4px;
1616
- $select-panel-size-border-width: 1px;
1617
- $select-panel-size-border-radius: 4px;
1618
- $select-panel-font-default: body;
1619
- $sidepanel-size-small: 400px;
1620
- $sidepanel-size-medium: 640px;
1621
- $sidepanel-size-large: 960px;
1622
- $sidepanel-font-default: body;
1623
- $sidepanel-header-light-color-scheme-border: #d7dee4;
1624
- $sidepanel-header-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1625
- $sidepanel-header-size-height: 56px;
1626
- $sidepanel-header-size-padding: 0 16px;
1627
- $sidepanel-header-font-default: title;
1628
- $sidepanel-footer-light-color-scheme-border: #f2f5f9;
1629
- $sidepanel-footer-dark-color-scheme-border: mix(#515e69, transparent, 50%);
1630
- $sidepanel-footer-size-height: 64px;
1631
- $sidepanel-footer-size-padding: 0 16px;
1632
- $sidepanel-footer-font-default: body;
1633
- $table-size-border-width: 1px;
1634
- $table-size-row-padding-vertical: 8px;
1635
- $table-size-row-padding-horizontal: 16px;
1636
- $table-font-header: caption;
1637
- $table-font-body: body-tabular;
1638
- $tabs-light-color-scheme-border: #d7dee4;
1639
- $tabs-light-color-scheme-state-normal-icon: #8c99a5;
1640
- $tabs-light-color-scheme-state-normal-text: #19252f;
1641
- $tabs-light-color-scheme-state-hover-icon: #6d7a86;
1642
- $tabs-light-color-scheme-state-hover-text: #19252f;
1643
- $tabs-light-color-scheme-state-active-marker-color: #0374eb;
1644
- $tabs-light-color-scheme-state-empty-icon: mix(#8c99a5, transparent, 30%);
1645
- $tabs-light-color-scheme-state-empty-text: #8c99a5;
1646
- $tabs-light-color-scheme-state-disabled-icon: mix(#8c99a5, transparent, 30%);
1647
- $tabs-light-color-scheme-state-disabled-text: #8c99a5;
1648
- $tabs-light-color-scheme-state-disabled-marker-opacity: 0.3;
1649
- $tabs-dark-color-scheme-border: #333f4a;
1650
- $tabs-dark-color-scheme-state-normal-icon: #8c99a5;
1651
- $tabs-dark-color-scheme-state-normal-text: #d7dee4;
1652
- $tabs-dark-color-scheme-state-hover-icon: #6d7a86;
1653
- $tabs-dark-color-scheme-state-hover-text: #d7dee4;
1654
- $tabs-dark-color-scheme-state-active-marker-color: #0374eb;
1655
- $tabs-dark-color-scheme-state-empty-icon: mix(#8c99a5, transparent, 30%);
1656
- $tabs-dark-color-scheme-state-empty-text: #6d7a86;
1657
- $tabs-dark-color-scheme-state-disabled-icon: mix(#8c99a5, transparent, 30%);
1658
- $tabs-dark-color-scheme-state-disabled-text: #6d7a86;
1659
- $tabs-dark-color-scheme-state-disabled-marker-opacity: 0.3;
1660
- $tabs-size-height: 40px;
1661
- $tabs-size-highlight-height: 4px;
1662
- $tabs-size-padding-horizontal: 16px;
1663
- $tabs-size-border-width: 1px;
1664
- $tabs-size-border-radius: 4px;
1665
- $tabs-size-label-icon-margin: 8px;
1666
- $tabs-font-default: body;
1667
- $vertical-tabs-light-color-scheme-state-normal-background: transparent;
1668
- $vertical-tabs-light-color-scheme-state-selected-background: #e7f1ff;
1669
- $vertical-tabs-light-color-scheme-state-hover-background: rgba(black, 0.05);
1670
- $vertical-tabs-light-color-scheme-state-hover-selected-background: adjust-color(#e7f1ff, $saturation:-22%, $lightness:-5%);
1671
- $vertical-tabs-dark-color-scheme-state-normal-background: transparent;
1672
- $vertical-tabs-dark-color-scheme-state-selected-background: rgba(3, 116, 235, 0.3);
1673
- $vertical-tabs-dark-color-scheme-state-hover-background: rgba(white, 0.05);
1674
- $vertical-tabs-dark-color-scheme-state-hover-selected-background: adjust-color(rgba(3, 116, 235, 0.3), $lightness:-1%);
1675
- $tags-light-color-scheme-primary-background: #e7f1ff;
1676
- $tags-light-color-scheme-primary-border: transparent;
1677
- $tags-light-color-scheme-primary-text: #0374eb;
1678
- $tags-light-color-scheme-primary-icon: #4187ff;
1679
- $tags-light-color-scheme-primary-states-hover-icon: #0374eb;
1680
- $tags-light-color-scheme-primary-states-focused: #0374eb;
1681
- $tags-light-color-scheme-primary-states-disabled-text: mix(#0374eb, transparent, 50%);
1682
- $tags-light-color-scheme-primary-states-disabled-background: mix(#0374eb, transparent, 10%);
1683
- $tags-light-color-scheme-primary-states-disabled-border: transparent;
1684
- $tags-light-color-scheme-secondary-background: #d7dee4;
1685
- $tags-light-color-scheme-secondary-border: transparent;
1686
- $tags-light-color-scheme-secondary-text: #19252f;
1687
- $tags-light-color-scheme-secondary-icon: #8c99a5;
1688
- $tags-light-color-scheme-secondary-states-hover-icon: #6d7a86;
1689
- $tags-light-color-scheme-secondary-states-focused: #0374eb;
1690
- $tags-light-color-scheme-secondary-states-disabled-text: mix(#8c99a5, transparent, 50%);
1691
- $tags-light-color-scheme-secondary-states-disabled-background: mix(#8c99a5, transparent, 10%);
1692
- $tags-light-color-scheme-secondary-states-disabled-border: transparent;
1693
- $tags-light-color-scheme-error-background: #ffeaea;
1694
- $tags-light-color-scheme-error-border: transparent;
1695
- $tags-light-color-scheme-error-text: #db3c55;
1696
- $tags-light-color-scheme-error-icon: #ee6f79;
1697
- $tags-light-color-scheme-error-states-hover-icon: #db3c55;
1698
- $tags-light-color-scheme-error-states-focused: #db3c55;
1699
- $tags-light-color-scheme-error-states-disabled-text: mix(#ea5868, transparent, 50%);
1700
- $tags-light-color-scheme-error-states-disabled-background: mix(#ea5868, transparent, 10%);
1701
- $tags-light-color-scheme-error-states-disabled-border: transparent;
1702
- $tags-dark-color-scheme-primary-background: #014b9d;
1703
- $tags-dark-color-scheme-primary-border: transparent;
1704
- $tags-dark-color-scheme-primary-text: #a2c7fe;
1705
- $tags-dark-color-scheme-primary-icon: #7fb1ff;
1706
- $tags-dark-color-scheme-primary-states-hover-icon: #0374eb;
1707
- $tags-dark-color-scheme-primary-states-focused: #4187ff;
1708
- $tags-dark-color-scheme-primary-states-disabled-text: mix(#7fb1ff, transparent, 50%);
1709
- $tags-dark-color-scheme-primary-states-disabled-background: mix(#7fb1ff, transparent, 10%);
1710
- $tags-dark-color-scheme-primary-states-disabled-border: transparent;
1711
- $tags-dark-color-scheme-secondary-background: #333f4a;
1712
- $tags-dark-color-scheme-secondary-border: transparent;
1713
- $tags-dark-color-scheme-secondary-text: #bdc7d1;
1714
- $tags-dark-color-scheme-secondary-icon: #8c99a5;
1715
- $tags-dark-color-scheme-secondary-states-hover-icon: #6d7a86;
1716
- $tags-dark-color-scheme-secondary-states-focused: #4187ff;
1717
- $tags-dark-color-scheme-secondary-states-disabled-text: mix(#7f8c98, transparent, 50%);
1718
- $tags-dark-color-scheme-secondary-states-disabled-background: mix(#7f8c98, transparent, 10%);
1719
- $tags-dark-color-scheme-secondary-states-disabled-border: transparent;
1720
- $tags-dark-color-scheme-error-background: #800025;
1721
- $tags-dark-color-scheme-error-border: transparent;
1722
- $tags-dark-color-scheme-error-text: #fcb2b4;
1723
- $tags-dark-color-scheme-error-icon: #ee6f79;
1724
- $tags-dark-color-scheme-error-states-hover-icon: #db3c55;
1725
- $tags-dark-color-scheme-error-states-focused: #b9023a;
1726
- $tags-dark-color-scheme-error-states-disabled-text: mix(#ea5868, transparent, 50%);
1727
- $tags-dark-color-scheme-error-states-disabled-background: mix(#ea5868, transparent, 10%);
1728
- $tags-dark-color-scheme-error-states-disabled-border: transparent;
1729
- $tags-size-margin: 2px;
1730
- $tags-size-height: 24px;
1731
- $tags-size-border-width: 1px;
1732
- $tags-size-border-radius: 4px;
1733
- $tags-size-icon-padding: 4px;
1734
- $tags-size-text-margin: 8px;
1735
- $tags-font-default: caption;
1736
- $tags-font-mono: caption-mono;
1737
- $tags-font-caps: caption-caps;
1738
- $tag-list-size-padding: 1px 12px;
1739
- $tag-input-size-height: 22px;
1740
- $tag-input-size-margin: 2px 4px;
1741
- $tag-input-font-default: body;
1742
- $textarea-size-min-height: 50px;
1743
- $textarea-size-padding: 5px 12px;
1744
- $textarea-font-default: body;
1745
- $textarea-font-mono: body-mono;
1746
- $timepicker-size-padding-right: 16px;
1747
- $timezone-option-light-color-scheme-text: #19252f;
1748
- $timezone-option-light-color-scheme-caption: #6d7a86;
1749
- $timezone-option-dark-color-scheme-text: #d7dee4;
1750
- $timezone-option-dark-color-scheme-caption: #8c99a5;
1751
- $timezone-option-size-padding: 6px 10px;
1752
- $timezone-option-size-column-gap: 16px;
1753
- $timezone-option-size-height: auto;
1754
- $timezone-option-size-max-height: 4em;
1755
- $timezone-option-font-text: body;
1756
- $timezone-option-font-offset-text: body-tabular;
1757
- $timezone-option-font-caption: caption;
1758
- $toast-light-color-scheme-background: white;
1759
- $toast-light-color-scheme-border: #bdc7d1;
1760
- $toast-light-color-scheme-text: #19252f;
1761
- $toast-light-color-scheme-text-caption: #6d7a86;
1762
- $toast-light-color-scheme-shadow: 0 8px 16px 0 rgba(#27333e, 0.2);
1763
- $toast-light-color-scheme-icon-info: #18a5c5;
1764
- $toast-light-color-scheme-icon-error: #ee6f79;
1765
- $toast-light-color-scheme-icon-success: #4ba96c;
1766
- $toast-light-color-scheme-icon-warning: #e19f12;
1767
- $toast-dark-color-scheme-background: #333f4a;
1768
- $toast-dark-color-scheme-border: rgba(25, 37, 47, 0.1);
1769
- $toast-dark-color-scheme-text: #d7dee4;
1770
- $toast-dark-color-scheme-text-caption: #8c99a5;
1771
- $toast-dark-color-scheme-shadow: 0 8px 16px 0 rgba(#27333e, 0.2);
1772
- $toast-dark-color-scheme-icon-info: #18a5c5;
1773
- $toast-dark-color-scheme-icon-error: #ee6f79;
1774
- $toast-dark-color-scheme-icon-success: #4ba96c;
1775
- $toast-dark-color-scheme-icon-warning: #e19f12;
1776
- $toast-size-border-width: 1px;
1777
- $toast-size-border-radius: 3px;
1778
- $toast-size-width: 360px;
1779
- $toast-size-padding-vertical: 12px;
1780
- $toast-size-padding-left: 12px;
1781
- $toast-size-padding-right: 16px;
1782
- $toast-size-close-button-width: 32px;
1783
- $toast-size-close-button-margin: 8px;
1784
- $toast-size-icon-margin: 8px;
1785
- $toast-size-caption-margin: 8px;
1786
- $toast-size-actionbar-margin: 8px;
1787
- $toast-size-actionbar-gap: 12px;
1788
- $toast-size-vertical-margin: 16px;
1789
- $toast-size-horizontal-margin: 16px;
1790
- $toast-size-gap: 12px;
1791
- $toast-font-title: body;
1792
- $toast-font-caption: body;
1793
- $toggle-light-color-scheme-border: #bdc7d1;
1794
- $toggle-light-color-scheme-background: white;
1795
- $toggle-light-color-scheme-circle-border: #bdc7d1;
1796
- $toggle-light-color-scheme-circle-background: #d7dee4;
1797
- $toggle-light-color-scheme-states-focused-shadow: inset 0 0 0 1px white, 0 0 0 2px #0374eb;
1798
- $toggle-light-color-scheme-primary-checked-border-color: #0374eb;
1799
- $toggle-light-color-scheme-primary-checked-background: #0374eb;
1800
- $toggle-light-color-scheme-error-checked-border-color: #db3c55;
1801
- $toggle-light-color-scheme-error-checked-background: #db3c55;
1802
- $toggle-dark-color-scheme-border: #515e69;
1803
- $toggle-dark-color-scheme-background: #19252f;
1804
- $toggle-dark-color-scheme-circle-border: #515e69;
1805
- $toggle-dark-color-scheme-circle-background: #6d7a86;
1806
- $toggle-dark-color-scheme-states-focused-shadow: inset 0 0 0 1px #19252f, 0 0 0 2px #4187ff;
1807
- $toggle-dark-color-scheme-primary-checked-border-color: #0374eb;
1808
- $toggle-dark-color-scheme-primary-checked-background: #0374eb;
1809
- $toggle-dark-color-scheme-error-checked-border-color: #b9023a;
1810
- $toggle-dark-color-scheme-error-checked-background: #b9023a;
1811
- $toggle-size-height: 16px;
1812
- $toggle-size-width: 28px;
1813
- $toggle-size-border-radius: 9px;
1814
- $toggle-size-label-margin: 8px;
1815
- $toggle-font-default: body;
1816
- $toggle-small-size-height: 14px;
1817
- $toggle-small-size-width: 24px;
1818
- $toggle-small-size-border-radius: 8px;
1819
- $toggle-small-font-default: caption;
1820
- $tooltip-light-color-scheme-background: #333f4a;
1821
- $tooltip-light-color-scheme-text: #d7dee4;
1822
- $tooltip-light-color-scheme-border: transparent;
1823
- $tooltip-light-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1824
- $tooltip-light-color-scheme-warning-background: #fff4dd;
1825
- $tooltip-light-color-scheme-warning-text: #19252f;
1826
- $tooltip-light-color-scheme-warning-border: #fcdda6;
1827
- $tooltip-dark-color-scheme-background: white;
1828
- $tooltip-dark-color-scheme-text: #19252f;
1829
- $tooltip-dark-color-scheme-border: transparent;
1830
- $tooltip-dark-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1831
- $tooltip-dark-color-scheme-warning-background: #7e5406;
1832
- $tooltip-dark-color-scheme-warning-text: #d7dee4;
1833
- $tooltip-dark-color-scheme-warning-border: #7e5406;
1834
- $tooltip-size-max-width: 300px;
1835
- $tooltip-size-border-width: 1px;
1836
- $tooltip-size-border-radius: 4px;
1837
- $tooltip-size-padding: 8px 16px;
1838
- $tooltip-size-arrow-size: 12px;
1839
- $tooltip-size-trigger-margin: 9px;
1840
- $tooltip-font-default: caption;
1841
- $extended-tooltip-light-color-scheme-background: white;
1842
- $extended-tooltip-light-color-scheme-text: #19252f;
1843
- $extended-tooltip-light-color-scheme-border: #d7dee4;
1844
- $extended-tooltip-light-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1845
- $extended-tooltip-dark-color-scheme-background: #333f4a;
1846
- $extended-tooltip-dark-color-scheme-text: #d7dee4;
1847
- $extended-tooltip-dark-color-scheme-border: #333f4a;
1848
- $extended-tooltip-dark-color-scheme-shadow: 0 2px 4px 0 rgba(39, 51, 62, 0.2);
1849
- $extended-tooltip-size-border-radius: 4px;
1850
- $extended-tooltip-size-arrow-size: 12px;
1851
- $extended-tooltip-size-trigger-margin: 9px;
1852
- $extended-tooltip-size-padding: 8px 16px;
1853
- $extended-tooltip-size-max-height: 480px;
1854
- $extended-tooltip-font-default: caption;
1855
- $extended-tooltip-header-light-color-scheme-border: #d7dee4;
1856
- $extended-tooltip-header-light-color-scheme-text: #19252f;
1857
- $extended-tooltip-header-light-color-scheme-background: white;
1858
- $extended-tooltip-header-dark-color-scheme-border: #434f5a;
1859
- $extended-tooltip-header-dark-color-scheme-text: #d7dee4;
1860
- $extended-tooltip-header-dark-color-scheme-background: #333f4a;
1861
- $extended-tooltip-header-size-height: 40px;
1862
- $extended-tooltip-header-size-padding: 8px 16px;
1863
- $extended-tooltip-header-font-default: subheading;
1864
- $tree-size-node-height: 32px;
1865
- $tree-size-padding-left: 12px;
1866
- $tree-size-toggle-padding: 4px;
1867
- $tree-size-icon-padding: 8px;
1868
- $tree-size-padding-right: 16px;
1869
- $tree-font-node: body;
1870
- $light-color-scheme-primary-palette: (
1871
- 40: #eff6ff,
1872
- 60: #e7f1ff,
1873
- 100: #c8dfff,
1874
- 200: #a2c7fe,
1875
- 300: #7fb1ff,
1876
- 400: #4187ff,
1877
- 500: #0374eb,
1878
- 560: #0059b8,
1879
- 600: #014b9d,
1880
- 700: #023c7f,
1881
- 800: #193060,
1882
- 900: #00224f,
1883
- 1000: #001a40,
1884
- A100: rgba(3, 116, 235, 0.15),
1885
- A200: rgba(3, 116, 235, 0.3),
1886
- contrast: (
1887
- 40: #4D4D4D,
1888
- 60: #4D4D4D,
1889
- 100: #4D4D4D,
1890
- 200: #4D4D4D,
1891
- 300: #4D4D4D,
1892
- 400: white,
1893
- 500: white,
1894
- 560: white,
1895
- 600: white,
1896
- 700: white,
1897
- 800: white,
1898
- A100: #4D4D4D,
1899
- A200: white,
1900
-
1901
- )
1902
- );
1903
-
1904
- $light-color-scheme-secondary-palette: (
1905
- 40: #f2f5f9,
1906
- 60: #ebeef2,
1907
- 100: #d7dee4,
1908
- 200: #bdc7d1,
1909
- 300: #8c99a5,
1910
- 400: #7f8c98,
1911
- 500: #6d7a86,
1912
- 560: #515e69,
1913
- 600: #434f5a,
1914
- 700: #333f4a,
1915
- 800: #27333e,
1916
- 900: #19252f,
1917
- 1000: #151e25,
1918
- A40: rgba(25, 37, 47, 0.04),
1919
- A60: rgba(25, 37, 47, 0.06),
1920
- A100: rgba(25, 37, 47, 0.1),
1921
- A200: rgba(25, 37, 47, 0.2),
1922
- A300: rgba(25, 37, 47, 0.3),
1923
- A500: rgba(25, 37, 47, 0.5),
1924
- contrast: (
1925
- 40: #4D4D4D,
1926
- 60: #4D4D4D,
1927
- 100: #4D4D4D,
1928
- 200: #4D4D4D,
1929
- 300: #4D4D4D,
1930
- 400: white,
1931
- 500: white,
1932
- 560: white,
1933
- 600: white,
1934
- 700: white,
1935
- 800: white,
1936
-
1937
- )
1938
- );
1939
-
1940
- $light-color-scheme-error-palette: (
1941
- 40: #fff3f3,
1942
- 60: #ffeaea,
1943
- 100: #fbd6d6,
1944
- 200: #fcb2b4,
1945
- 300: #ee6f79,
1946
- 400: #ea5868,
1947
- 500: #db3c55,
1948
- 560: #b9023a,
1949
- 600: #9e0130,
1950
- 700: #800025,
1951
- 800: #621420,
1952
- 900: #500013,
1953
- 1000: #41000b,
1954
- A100: rgba(219, 60, 85, 0.15),
1955
- contrast: (
1956
- 40: #4D4D4D,
1957
- 60: #4D4D4D,
1958
- 100: #4D4D4D,
1959
- 200: #4D4D4D,
1960
- 300: #4D4D4D,
1961
- 400: white,
1962
- 500: white,
1963
- 560: white,
1964
- 600: white,
1965
- 700: white,
1966
- 800: white,
1967
- A100: #4D4D4D,
1968
-
1969
- )
1970
- );
1971
-
1972
- $light-color-scheme-info-palette: (
1973
- 40: #ebf8fd,
1974
- 60: #d9f3fd,
1975
- 100: #afe6f9,
1976
- 200: #6ed3f2,
1977
- 300: #18a5c5,
1978
- 400: #2099b7,
1979
- 500: #218ca8,
1980
- 560: #0c6579,
1981
- 600: #0c5567,
1982
- 700: #084453,
1983
- 800: #143641,
1984
- 900: #022731,
1985
- 1000: #001f28,
1986
- contrast: (
1987
- 40: #4D4D4D,
1988
- 60: #4D4D4D,
1989
- 100: #4D4D4D,
1990
- 200: #4D4D4D,
1991
- 300: #4D4D4D,
1992
- 400: white,
1993
- 500: white,
1994
- 560: white,
1995
- 600: white,
1996
- 700: white,
1997
- 800: white,
1998
- A100: #4D4D4D,
1999
- A200: white,
2000
-
2001
- )
2002
- );
2003
-
2004
- $light-color-scheme-success-palette: (
2005
- 40: #ecf9ef,
2006
- 60: #d2f7db,
2007
- 100: #b6ebc3,
2008
- 200: #8ed5a1,
2009
- 300: #4ba96c,
2010
- 400: #319d5c,
2011
- 500: #028b49,
2012
- 560: #016b37,
2013
- 600: #015a2d,
2014
- 700: #004823,
2015
- 800: #103920,
2016
- 900: #002a12,
2017
- 1000: #00210c,
2018
- A100: rgba(2, 139, 73, 0.15),
2019
- contrast: (
2020
- 40: #4D4D4D,
2021
- 60: #4D4D4D,
2022
- 100: #4D4D4D,
2023
- 200: #4D4D4D,
2024
- 300: #4D4D4D,
2025
- 400: white,
2026
- 500: white,
2027
- 560: white,
2028
- 600: white,
2029
- 700: white,
2030
- 800: white,
2031
- A100: #4D4D4D,
2032
-
2033
- )
2034
- );
2035
-
2036
- $light-color-scheme-warning-palette: (
2037
- 40: #fff4dd,
2038
- 60: #ffecce,
2039
- 100: #fcdda6,
2040
- 200: #f5c23c,
2041
- 300: #e19f12,
2042
- 400: #c78816,
2043
- 500: #a26e0c,
2044
- 560: #7e5406,
2045
- 600: #6b4804,
2046
- 700: #543803,
2047
- 800: #3e3015,
2048
- 900: #312001,
2049
- 1000: #1f1500,
2050
- A100: rgba(255, 159, 18, 0.15),
2051
- contrast: (
2052
- 40: #4D4D4D,
2053
- 60: #4D4D4D,
2054
- 100: #4D4D4D,
2055
- 200: #4D4D4D,
2056
- 300: #4D4D4D,
2057
- 400: white,
2058
- 500: white,
2059
- 560: white,
2060
- 600: white,
2061
- 700: white,
2062
- 800: white,
2063
- A100: #4D4D4D,
2064
-
2065
- )
2066
- );
2067
-
2068
- $dark-color-scheme-primary-palette: (
2069
- 40: #eff6ff,
2070
- 60: #e7f1ff,
2071
- 100: #c8dfff,
2072
- 200: #a2c7fe,
2073
- 300: #7fb1ff,
2074
- 400: #4187ff,
2075
- 500: #0374eb,
2076
- 560: #0059b8,
2077
- 600: #014b9d,
2078
- 700: #023c7f,
2079
- 800: #193060,
2080
- 900: #00224f,
2081
- 1000: #001a40,
2082
- A100: rgba(3, 116, 235, 0.15),
2083
- A200: rgba(3, 116, 235, 0.3),
2084
- contrast: (
2085
- 40: #4D4D4D,
2086
- 60: #4D4D4D,
2087
- 100: #4D4D4D,
2088
- 200: #4D4D4D,
2089
- 300: #4D4D4D,
2090
- 400: white,
2091
- 500: white,
2092
- 560: white,
2093
- 600: white,
2094
- 700: white,
2095
- 800: white,
2096
- A100: #4D4D4D,
2097
- A200: white,
2098
-
2099
- )
2100
- );
2101
-
2102
- $dark-color-scheme-secondary-palette: (
2103
- 40: #f2f5f9,
2104
- 60: #ebeef2,
2105
- 100: #d7dee4,
2106
- 200: #bdc7d1,
2107
- 300: #8c99a5,
2108
- 400: #7f8c98,
2109
- 500: #6d7a86,
2110
- 560: #515e69,
2111
- 600: #434f5a,
2112
- 700: #333f4a,
2113
- 800: #27333e,
2114
- 900: #19252f,
2115
- 1000: #151e25,
2116
- A40: rgba(25, 37, 47, 0.04),
2117
- A60: rgba(25, 37, 47, 0.06),
2118
- A100: rgba(25, 37, 47, 0.1),
2119
- A200: rgba(25, 37, 47, 0.2),
2120
- A300: rgba(25, 37, 47, 0.3),
2121
- A500: rgba(25, 37, 47, 0.5),
2122
- contrast: (
2123
- 40: #4D4D4D,
2124
- 60: #4D4D4D,
2125
- 100: #4D4D4D,
2126
- 200: #4D4D4D,
2127
- 300: #4D4D4D,
2128
- 400: white,
2129
- 500: white,
2130
- 560: white,
2131
- 600: white,
2132
- 700: white,
2133
- 800: white,
2134
-
2135
- )
2136
- );
2137
-
2138
- $dark-color-scheme-error-palette: (
2139
- 40: #fff3f3,
2140
- 60: #ffeaea,
2141
- 100: #fbd6d6,
2142
- 200: #fcb2b4,
2143
- 300: #ee6f79,
2144
- 400: #ea5868,
2145
- 500: #db3c55,
2146
- 560: #b9023a,
2147
- 600: #9e0130,
2148
- 700: #800025,
2149
- 800: #621420,
2150
- 900: #500013,
2151
- 1000: #41000b,
2152
- A100: rgba(219, 60, 85, 0.15),
2153
- contrast: (
2154
- 40: #4D4D4D,
2155
- 60: #4D4D4D,
2156
- 100: #4D4D4D,
2157
- 200: #4D4D4D,
2158
- 300: #4D4D4D,
2159
- 400: white,
2160
- 500: white,
2161
- 560: white,
2162
- 600: white,
2163
- 700: white,
2164
- 800: white,
2165
- A100: #4D4D4D,
2166
-
2167
- )
2168
- );
2169
-
2170
- $dark-color-scheme-info-palette: (
2171
- 40: #ebf8fd,
2172
- 60: #d9f3fd,
2173
- 100: #afe6f9,
2174
- 200: #6ed3f2,
2175
- 300: #18a5c5,
2176
- 400: #2099b7,
2177
- 500: #218ca8,
2178
- 560: #0c6579,
2179
- 600: #0c5567,
2180
- 700: #084453,
2181
- 800: #143641,
2182
- 900: #022731,
2183
- 1000: #001f28,
2184
- contrast: (
2185
- 40: #4D4D4D,
2186
- 60: #4D4D4D,
2187
- 100: #4D4D4D,
2188
- 200: #4D4D4D,
2189
- 300: #4D4D4D,
2190
- 400: white,
2191
- 500: white,
2192
- 560: white,
2193
- 600: white,
2194
- 700: white,
2195
- 800: white,
2196
- A100: #4D4D4D,
2197
- A200: white,
2198
-
2199
- )
2200
- );
2201
-
2202
- $dark-color-scheme-success-palette: (
2203
- 40: #ecf9ef,
2204
- 60: #d2f7db,
2205
- 100: #b6ebc3,
2206
- 200: #8ed5a1,
2207
- 300: #4ba96c,
2208
- 400: #319d5c,
2209
- 500: #028b49,
2210
- 560: #016b37,
2211
- 600: #015a2d,
2212
- 700: #004823,
2213
- 800: #103920,
2214
- 900: #002a12,
2215
- 1000: #00210c,
2216
- A100: rgba(2, 139, 73, 0.15),
2217
- contrast: (
2218
- 40: #4D4D4D,
2219
- 60: #4D4D4D,
2220
- 100: #4D4D4D,
2221
- 200: #4D4D4D,
2222
- 300: #4D4D4D,
2223
- 400: white,
2224
- 500: white,
2225
- 560: white,
2226
- 600: white,
2227
- 700: white,
2228
- 800: white,
2229
- A100: #4D4D4D,
2230
-
2231
- )
2232
- );
2233
-
2234
- $dark-color-scheme-warning-palette: (
2235
- 40: #fff4dd,
2236
- 60: #ffecce,
2237
- 100: #fcdda6,
2238
- 200: #f5c23c,
2239
- 300: #e19f12,
2240
- 400: #c78816,
2241
- 500: #a26e0c,
2242
- 560: #7e5406,
2243
- 600: #6b4804,
2244
- 700: #543803,
2245
- 800: #3e3015,
2246
- 900: #312001,
2247
- 1000: #1f1500,
2248
- A100: rgba(255, 159, 18, 0.15),
2249
- contrast: (
2250
- 40: #4D4D4D,
2251
- 60: #4D4D4D,
2252
- 100: #4D4D4D,
2253
- 200: #4D4D4D,
2254
- 300: #4D4D4D,
2255
- 400: white,
2256
- 500: white,
2257
- 560: white,
2258
- 600: white,
2259
- 700: white,
2260
- 800: white,
2261
- A100: #4D4D4D,
2262
-
2263
- )
2264
- );
2265
-
2266
- $color-blue-palette: (
2267
- 40: #eff6ff,
2268
- 60: #e7f1ff,
2269
- 100: #c8dfff,
2270
- 200: #a2c7fe,
2271
- 300: #7fb1ff,
2272
- 400: #4187ff,
2273
- 500: #0374eb,
2274
- 560: #0059b8,
2275
- 600: #014b9d,
2276
- 700: #023c7f,
2277
- 800: #193060,
2278
- 900: #00224f,
2279
- 1000: #001a40,
2280
- A100: rgba(3, 116, 235, 0.15),
2281
- A200: rgba(3, 116, 235, 0.3),
2282
- contrast: (
2283
- 40: #4D4D4D,
2284
- 60: #4D4D4D,
2285
- 100: #4D4D4D,
2286
- 200: #4D4D4D,
2287
- 300: #4D4D4D,
2288
- 400: white,
2289
- 500: white,
2290
- 560: white,
2291
- 600: white,
2292
- 700: white,
2293
- 800: white,
2294
- A100: #4D4D4D,
2295
- A200: white,
2296
-
2297
- )
2298
- );
2299
-
2300
- $color-green-palette: (
2301
- 40: #ecf9ef,
2302
- 60: #d2f7db,
2303
- 100: #b6ebc3,
2304
- 200: #8ed5a1,
2305
- 300: #4ba96c,
2306
- 400: #319d5c,
2307
- 500: #028b49,
2308
- 560: #016b37,
2309
- 600: #015a2d,
2310
- 700: #004823,
2311
- 800: #103920,
2312
- 900: #002a12,
2313
- 1000: #00210c,
2314
- A100: rgba(2, 139, 73, 0.15),
2315
- contrast: (
2316
- 40: #4D4D4D,
2317
- 60: #4D4D4D,
2318
- 100: #4D4D4D,
2319
- 200: #4D4D4D,
2320
- 300: #4D4D4D,
2321
- 400: white,
2322
- 500: white,
2323
- 560: white,
2324
- 600: white,
2325
- 700: white,
2326
- 800: white,
2327
- A100: #4D4D4D,
2328
-
2329
- )
2330
- );
2331
-
2332
- $color-red-palette: (
2333
- 40: #fff3f3,
2334
- 60: #ffeaea,
2335
- 100: #fbd6d6,
2336
- 200: #fcb2b4,
2337
- 300: #ee6f79,
2338
- 400: #ea5868,
2339
- 500: #db3c55,
2340
- 560: #b9023a,
2341
- 600: #9e0130,
2342
- 700: #800025,
2343
- 800: #621420,
2344
- 900: #500013,
2345
- 1000: #41000b,
2346
- A100: rgba(219, 60, 85, 0.15),
2347
- contrast: (
2348
- 40: #4D4D4D,
2349
- 60: #4D4D4D,
2350
- 100: #4D4D4D,
2351
- 200: #4D4D4D,
2352
- 300: #4D4D4D,
2353
- 400: white,
2354
- 500: white,
2355
- 560: white,
2356
- 600: white,
2357
- 700: white,
2358
- 800: white,
2359
- A100: #4D4D4D,
2360
-
2361
- )
2362
- );
2363
-
2364
- $color-orange-palette: (
2365
- 40: #fef2ef,
2366
- 60: #ffebe6,
2367
- 100: #fbd7ce,
2368
- 200: #fbb5a3,
2369
- 300: #ed7456,
2370
- 400: #e95e3c,
2371
- 500: #d84721,
2372
- 560: #aa3617,
2373
- 600: #8a2a11,
2374
- 700: #75220d,
2375
- 800: #601b09,
2376
- 900: #481205,
2377
- 1000: #3a0d03,
2378
- A100: rgba(215, 74, 0, 0.15),
2379
- contrast: (
2380
- 40: #4D4D4D,
2381
- 60: #4D4D4D,
2382
- 100: #4D4D4D,
2383
- 200: #4D4D4D,
2384
- 300: #4D4D4D,
2385
- 400: white,
2386
- 500: white,
2387
- 560: white,
2388
- 600: white,
2389
- 700: white,
2390
- 800: white,
2391
- A100: #4D4D4D,
2392
-
2393
- )
2394
- );
2395
-
2396
- $color-grey-palette: (
2397
- 40: #f2f5f9,
2398
- 60: #ebeef2,
2399
- 100: #d7dee4,
2400
- 200: #bdc7d1,
2401
- 300: #8c99a5,
2402
- 400: #7f8c98,
2403
- 500: #6d7a86,
2404
- 560: #515e69,
2405
- 600: #434f5a,
2406
- 700: #333f4a,
2407
- 800: #27333e,
2408
- 900: #19252f,
2409
- 1000: #151e25,
2410
- A40: rgba(25, 37, 47, 0.04),
2411
- A60: rgba(25, 37, 47, 0.06),
2412
- A100: rgba(25, 37, 47, 0.1),
2413
- A200: rgba(25, 37, 47, 0.2),
2414
- A300: rgba(25, 37, 47, 0.3),
2415
- A500: rgba(25, 37, 47, 0.5),
2416
- contrast: (
2417
- 40: #4D4D4D,
2418
- 60: #4D4D4D,
2419
- 100: #4D4D4D,
2420
- 200: #4D4D4D,
2421
- 300: #4D4D4D,
2422
- 400: white,
2423
- 500: white,
2424
- 560: white,
2425
- 600: white,
2426
- 700: white,
2427
- 800: white,
2428
-
2429
- )
2430
- );
2431
-
2432
- $color-yellow-palette: (
2433
- 40: #fff4dd,
2434
- 60: #ffecce,
2435
- 100: #fcdda6,
2436
- 200: #f5c23c,
2437
- 300: #e19f12,
2438
- 400: #c78816,
2439
- 500: #a26e0c,
2440
- 560: #7e5406,
2441
- 600: #6b4804,
2442
- 700: #543803,
2443
- 800: #3e3015,
2444
- 900: #312001,
2445
- 1000: #1f1500,
2446
- A100: rgba(255, 159, 18, 0.15),
2447
- contrast: (
2448
- 40: #4D4D4D,
2449
- 60: #4D4D4D,
2450
- 100: #4D4D4D,
2451
- 200: #4D4D4D,
2452
- 300: #4D4D4D,
2453
- 400: white,
2454
- 500: white,
2455
- 560: white,
2456
- 600: white,
2457
- 700: white,
2458
- 800: white,
2459
- A100: #4D4D4D,
2460
-
2461
- )
2462
- );
2463
-
2464
- $color-teal-palette: (
2465
- 40: #ebf8fd,
2466
- 60: #d9f3fd,
2467
- 100: #afe6f9,
2468
- 200: #6ed3f2,
2469
- 300: #18a5c5,
2470
- 400: #2099b7,
2471
- 500: #218ca8,
2472
- 560: #0c6579,
2473
- 600: #0c5567,
2474
- 700: #084453,
2475
- 800: #143641,
2476
- 900: #022731,
2477
- 1000: #001f28,
2478
- contrast: (
2479
- 40: #4D4D4D,
2480
- 60: #4D4D4D,
2481
- 100: #4D4D4D,
2482
- 200: #4D4D4D,
2483
- 300: #4D4D4D,
2484
- 400: white,
2485
- 500: white,
2486
- 560: white,
2487
- 600: white,
2488
- 700: white,
2489
- 800: white,
2490
- A100: #4D4D4D,
2491
- A200: white,
2492
-
2493
- )
2494
- );
2495
-
2496
- $color-purple-palette: (
2497
- 40: #fff3fb,
2498
- 60: #ffe9f8,
2499
- 100: #f2d4e8,
2500
- 200: #e4bbd7,
2501
- 300: #c692b5,
2502
- 400: #bb78a7,
2503
- 500: #a65d92,
2504
- 560: #864775,
2505
- 600: #753865,
2506
- 700: #612853,
2507
- 800: #48273f,
2508
- 900: #36172e,
2509
- 1000: #23001b,
2510
- contrast: (
2511
- 40: #4D4D4D,
2512
- 60: #4D4D4D,
2513
- 100: #4D4D4D,
2514
- 200: #4D4D4D,
2515
- 300: #4D4D4D,
2516
- 400: white,
2517
- 500: white,
2518
- 560: white,
2519
- 600: white,
2520
- 700: white,
2521
- 800: white,
2522
- A100: #4D4D4D,
2523
- A200: white,
2524
-
2525
- )
2526
- );
2527
-
2528
- $typography-display-1-font-size: 56px;
2529
- $typography-display-1-line-height: 76px;
2530
- $typography-display-1-letter-spacing: normal;
2531
- $typography-display-1-font-weight: normal;
2532
- $typography-display-1-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2533
- $typography-display-1-text-transform: null;
2534
- $typography-display-1-font-feature-settings: initial;
2535
- $typography-display-2-font-size: 45px;
2536
- $typography-display-2-line-height: 56px;
2537
- $typography-display-2-letter-spacing: normal;
2538
- $typography-display-2-font-weight: normal;
2539
- $typography-display-2-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2540
- $typography-display-2-text-transform: null;
2541
- $typography-display-2-font-feature-settings: initial;
2542
- $typography-display-3-font-size: 34px;
2543
- $typography-display-3-line-height: 44px;
2544
- $typography-display-3-letter-spacing: normal;
2545
- $typography-display-3-font-weight: normal;
2546
- $typography-display-3-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2547
- $typography-display-3-text-transform: null;
2548
- $typography-display-3-font-feature-settings: initial;
2549
- $typography-headline-font-size: 24px;
2550
- $typography-headline-line-height: 32px;
2551
- $typography-headline-letter-spacing: normal;
2552
- $typography-headline-font-weight: normal;
2553
- $typography-headline-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2554
- $typography-headline-text-transform: null;
2555
- $typography-headline-font-feature-settings: initial;
2556
- $typography-title-font-size: 20px;
2557
- $typography-title-line-height: 28px;
2558
- $typography-title-letter-spacing: normal;
2559
- $typography-title-font-weight: 600;
2560
- $typography-title-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2561
- $typography-title-text-transform: null;
2562
- $typography-title-font-feature-settings: initial;
2563
- $typography-subheading-font-size: 15px;
2564
- $typography-subheading-line-height: 20px;
2565
- $typography-subheading-letter-spacing: -0.009em;
2566
- $typography-subheading-font-weight: 600;
2567
- $typography-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2568
- $typography-subheading-text-transform: null;
2569
- $typography-subheading-font-feature-settings: "ss01" on, "ss04" on;
2570
- $typography-body-font-size: 15px;
2571
- $typography-body-line-height: 20px;
2572
- $typography-body-letter-spacing: -0.009em;
2573
- $typography-body-font-weight: normal;
2574
- $typography-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2575
- $typography-body-text-transform: null;
2576
- $typography-body-font-feature-settings: "ss01" on, "ss04" on;
2577
- $typography-body-tabular-font-size: 15px;
2578
- $typography-body-tabular-line-height: 20px;
2579
- $typography-body-tabular-letter-spacing: -0.009em;
2580
- $typography-body-tabular-font-weight: normal;
2581
- $typography-body-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2582
- $typography-body-tabular-text-transform: null;
2583
- $typography-body-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
2584
- $typography-body-strong-font-size: 15px;
2585
- $typography-body-strong-line-height: 20px;
2586
- $typography-body-strong-letter-spacing: -0.009em;
2587
- $typography-body-strong-font-weight: 500;
2588
- $typography-body-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2589
- $typography-body-strong-text-transform: null;
2590
- $typography-body-strong-font-feature-settings: "ss01" on, "ss04" on;
2591
- $typography-body-caps-font-size: 15px;
2592
- $typography-body-caps-line-height: 20px;
2593
- $typography-body-caps-letter-spacing: 1.7px;
2594
- $typography-body-caps-font-weight: normal;
2595
- $typography-body-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2596
- $typography-body-caps-text-transform: uppercase;
2597
- $typography-body-caps-font-feature-settings: "ss01" on, "ss04" on;
2598
- $typography-body-mono-font-size: 15px;
2599
- $typography-body-mono-line-height: 20px;
2600
- $typography-body-mono-letter-spacing: normal;
2601
- $typography-body-mono-font-weight: normal;
2602
- $typography-body-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2603
- $typography-body-mono-text-transform: null;
2604
- $typography-body-mono-font-feature-settings: initial;
2605
- $typography-body-mono-strong-font-size: 15px;
2606
- $typography-body-mono-strong-line-height: 20px;
2607
- $typography-body-mono-strong-letter-spacing: normal;
2608
- $typography-body-mono-strong-font-weight: 500;
2609
- $typography-body-mono-strong-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2610
- $typography-body-mono-strong-text-transform: null;
2611
- $typography-body-mono-strong-font-feature-settings: initial;
2612
- $typography-caption-font-size: 13px;
2613
- $typography-caption-line-height: 16px;
2614
- $typography-caption-letter-spacing: -0.0025em;
2615
- $typography-caption-font-weight: normal;
2616
- $typography-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2617
- $typography-caption-text-transform: null;
2618
- $typography-caption-font-feature-settings: "ss01" on, "ss04" on;
2619
- $typography-caption-tabular-font-size: 13px;
2620
- $typography-caption-tabular-line-height: 16px;
2621
- $typography-caption-tabular-letter-spacing: -0.0025em;
2622
- $typography-caption-tabular-font-weight: normal;
2623
- $typography-caption-tabular-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2624
- $typography-caption-tabular-text-transform: null;
2625
- $typography-caption-tabular-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
2626
- $typography-caption-strong-font-size: 13px;
2627
- $typography-caption-strong-line-height: 16px;
2628
- $typography-caption-strong-letter-spacing: -0.0025em;
2629
- $typography-caption-strong-font-weight: 500;
2630
- $typography-caption-strong-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2631
- $typography-caption-strong-text-transform: null;
2632
- $typography-caption-strong-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
2633
- $typography-caption-caps-font-size: 13px;
2634
- $typography-caption-caps-line-height: 16px;
2635
- $typography-caption-caps-letter-spacing: 1.5px;
2636
- $typography-caption-caps-font-weight: normal;
2637
- $typography-caption-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2638
- $typography-caption-caps-text-transform: uppercase;
2639
- $typography-caption-caps-font-feature-settings: "ss01" on, "ss04" on;
2640
- $typography-caption-mono-font-size: 13px;
2641
- $typography-caption-mono-line-height: 16px;
2642
- $typography-caption-mono-letter-spacing: normal;
2643
- $typography-caption-mono-font-weight: normal;
2644
- $typography-caption-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2645
- $typography-caption-mono-text-transform: null;
2646
- $typography-caption-mono-font-feature-settings: initial;
2647
- $typography-caption-mono-strong-font-size: 13px;
2648
- $typography-caption-mono-strong-line-height: 16px;
2649
- $typography-caption-mono-strong-letter-spacing: normal;
2650
- $typography-caption-mono-strong-font-weight: 500;
2651
- $typography-caption-mono-strong-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2652
- $typography-caption-mono-strong-text-transform: null;
2653
- $typography-caption-mono-strong-font-feature-settings: initial;
2654
- $typography-small-text-font-size: 13px;
2655
- $typography-small-text-line-height: 16px;
2656
- $typography-small-text-letter-spacing: -0.0025em;
2657
- $typography-small-text-font-weight: normal;
2658
- $typography-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2659
- $typography-small-text-text-transform: null;
2660
- $typography-small-text-font-feature-settings: "ss01" on, "ss04" on;
2661
- $typography-extra-small-text-font-size: 11px;
2662
- $typography-extra-small-text-line-height: 16px;
2663
- $typography-extra-small-text-letter-spacing: 0.005em;
2664
- $typography-extra-small-text-font-weight: normal;
2665
- $typography-extra-small-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2666
- $typography-extra-small-text-text-transform: null;
2667
- $typography-extra-small-text-font-feature-settings: "ss01" on, "ss04" on;
2668
- $typography-extra-small-text-caps-font-size: 11px;
2669
- $typography-extra-small-text-caps-line-height: 16px;
2670
- $typography-extra-small-text-caps-letter-spacing: 1px;
2671
- $typography-extra-small-text-caps-font-weight: normal;
2672
- $typography-extra-small-text-caps-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2673
- $typography-extra-small-text-caps-text-transform: uppercase;
2674
- $typography-extra-small-text-caps-font-feature-settings: "ss01" on, "ss04" on;
2675
- $typography-extra-small-text-mono-font-size: 11px;
2676
- $typography-extra-small-text-mono-line-height: 16px;
2677
- $typography-extra-small-text-mono-letter-spacing: 0px;
2678
- $typography-extra-small-text-mono-font-weight: normal;
2679
- $typography-extra-small-text-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2680
- $typography-extra-small-text-mono-text-transform: null;
2681
- $typography-extra-small-text-mono-font-feature-settings: initial;
2682
-
2683
- $mosaic: (
2684
- 'typography': (
2685
- 'display-1': (
2686
- 'font-size': $typography-display-1-font-size,
2687
- 'line-height': $typography-display-1-line-height,
2688
- 'letter-spacing': $typography-display-1-letter-spacing,
2689
- 'font-weight': $typography-display-1-font-weight,
2690
- 'font-family': $typography-display-1-font-family,
2691
- 'text-transform': $typography-display-1-text-transform,
2692
- 'font-feature-settings': $typography-display-1-font-feature-settings
2693
- ),
2694
- 'display-2': (
2695
- 'font-size': $typography-display-2-font-size,
2696
- 'line-height': $typography-display-2-line-height,
2697
- 'letter-spacing': $typography-display-2-letter-spacing,
2698
- 'font-weight': $typography-display-2-font-weight,
2699
- 'font-family': $typography-display-2-font-family,
2700
- 'text-transform': $typography-display-2-text-transform,
2701
- 'font-feature-settings': $typography-display-2-font-feature-settings
2702
- ),
2703
- 'display-3': (
2704
- 'font-size': $typography-display-3-font-size,
2705
- 'line-height': $typography-display-3-line-height,
2706
- 'letter-spacing': $typography-display-3-letter-spacing,
2707
- 'font-weight': $typography-display-3-font-weight,
2708
- 'font-family': $typography-display-3-font-family,
2709
- 'text-transform': $typography-display-3-text-transform,
2710
- 'font-feature-settings': $typography-display-3-font-feature-settings
2711
- ),
2712
- 'headline': (
2713
- 'font-size': $typography-headline-font-size,
2714
- 'line-height': $typography-headline-line-height,
2715
- 'letter-spacing': $typography-headline-letter-spacing,
2716
- 'font-weight': $typography-headline-font-weight,
2717
- 'font-family': $typography-headline-font-family,
2718
- 'text-transform': $typography-headline-text-transform,
2719
- 'font-feature-settings': $typography-headline-font-feature-settings
2720
- ),
2721
- 'title': (
2722
- 'font-size': $typography-title-font-size,
2723
- 'line-height': $typography-title-line-height,
2724
- 'letter-spacing': $typography-title-letter-spacing,
2725
- 'font-weight': $typography-title-font-weight,
2726
- 'font-family': $typography-title-font-family,
2727
- 'text-transform': $typography-title-text-transform,
2728
- 'font-feature-settings': $typography-title-font-feature-settings
2729
- ),
2730
- 'subheading': (
2731
- 'font-size': $typography-subheading-font-size,
2732
- 'line-height': $typography-subheading-line-height,
2733
- 'letter-spacing': $typography-subheading-letter-spacing,
2734
- 'font-weight': $typography-subheading-font-weight,
2735
- 'font-family': $typography-subheading-font-family,
2736
- 'text-transform': $typography-subheading-text-transform,
2737
- 'font-feature-settings': $typography-subheading-font-feature-settings
2738
- ),
2739
- 'body': (
2740
- 'font-size': $typography-body-font-size,
2741
- 'line-height': $typography-body-line-height,
2742
- 'letter-spacing': $typography-body-letter-spacing,
2743
- 'font-weight': $typography-body-font-weight,
2744
- 'font-family': $typography-body-font-family,
2745
- 'text-transform': $typography-body-text-transform,
2746
- 'font-feature-settings': $typography-body-font-feature-settings
2747
- ),
2748
- 'body-tabular': (
2749
- 'font-size': $typography-body-tabular-font-size,
2750
- 'line-height': $typography-body-tabular-line-height,
2751
- 'letter-spacing': $typography-body-tabular-letter-spacing,
2752
- 'font-weight': $typography-body-tabular-font-weight,
2753
- 'font-family': $typography-body-tabular-font-family,
2754
- 'text-transform': $typography-body-tabular-text-transform,
2755
- 'font-feature-settings': $typography-body-tabular-font-feature-settings
2756
- ),
2757
- 'body-strong': (
2758
- 'font-size': $typography-body-strong-font-size,
2759
- 'line-height': $typography-body-strong-line-height,
2760
- 'letter-spacing': $typography-body-strong-letter-spacing,
2761
- 'font-weight': $typography-body-strong-font-weight,
2762
- 'font-family': $typography-body-strong-font-family,
2763
- 'text-transform': $typography-body-strong-text-transform,
2764
- 'font-feature-settings': $typography-body-strong-font-feature-settings
2765
- ),
2766
- 'body-caps': (
2767
- 'font-size': $typography-body-caps-font-size,
2768
- 'line-height': $typography-body-caps-line-height,
2769
- 'letter-spacing': $typography-body-caps-letter-spacing,
2770
- 'font-weight': $typography-body-caps-font-weight,
2771
- 'font-family': $typography-body-caps-font-family,
2772
- 'text-transform': $typography-body-caps-text-transform,
2773
- 'font-feature-settings': $typography-body-caps-font-feature-settings
2774
- ),
2775
- 'body-mono': (
2776
- 'font-size': $typography-body-mono-font-size,
2777
- 'line-height': $typography-body-mono-line-height,
2778
- 'letter-spacing': $typography-body-mono-letter-spacing,
2779
- 'font-weight': $typography-body-mono-font-weight,
2780
- 'font-family': $typography-body-mono-font-family,
2781
- 'text-transform': $typography-body-mono-text-transform,
2782
- 'font-feature-settings': $typography-body-mono-font-feature-settings
2783
- ),
2784
- 'body-mono-strong': (
2785
- 'font-size': $typography-body-mono-strong-font-size,
2786
- 'line-height': $typography-body-mono-strong-line-height,
2787
- 'letter-spacing': $typography-body-mono-strong-letter-spacing,
2788
- 'font-weight': $typography-body-mono-strong-font-weight,
2789
- 'font-family': $typography-body-mono-strong-font-family,
2790
- 'text-transform': $typography-body-mono-strong-text-transform,
2791
- 'font-feature-settings': $typography-body-mono-strong-font-feature-settings
2792
- ),
2793
- 'caption': (
2794
- 'font-size': $typography-caption-font-size,
2795
- 'line-height': $typography-caption-line-height,
2796
- 'letter-spacing': $typography-caption-letter-spacing,
2797
- 'font-weight': $typography-caption-font-weight,
2798
- 'font-family': $typography-caption-font-family,
2799
- 'text-transform': $typography-caption-text-transform,
2800
- 'font-feature-settings': $typography-caption-font-feature-settings
2801
- ),
2802
- 'caption-tabular': (
2803
- 'font-size': $typography-caption-tabular-font-size,
2804
- 'line-height': $typography-caption-tabular-line-height,
2805
- 'letter-spacing': $typography-caption-tabular-letter-spacing,
2806
- 'font-weight': $typography-caption-tabular-font-weight,
2807
- 'font-family': $typography-caption-tabular-font-family,
2808
- 'text-transform': $typography-caption-tabular-text-transform,
2809
- 'font-feature-settings': $typography-caption-tabular-font-feature-settings
2810
- ),
2811
- 'caption-strong': (
2812
- 'font-size': $typography-caption-strong-font-size,
2813
- 'line-height': $typography-caption-strong-line-height,
2814
- 'letter-spacing': $typography-caption-strong-letter-spacing,
2815
- 'font-weight': $typography-caption-strong-font-weight,
2816
- 'font-family': $typography-caption-strong-font-family,
2817
- 'text-transform': $typography-caption-strong-text-transform,
2818
- 'font-feature-settings': $typography-caption-strong-font-feature-settings
2819
- ),
2820
- 'caption-caps': (
2821
- 'font-size': $typography-caption-caps-font-size,
2822
- 'line-height': $typography-caption-caps-line-height,
2823
- 'letter-spacing': $typography-caption-caps-letter-spacing,
2824
- 'font-weight': $typography-caption-caps-font-weight,
2825
- 'font-family': $typography-caption-caps-font-family,
2826
- 'text-transform': $typography-caption-caps-text-transform,
2827
- 'font-feature-settings': $typography-caption-caps-font-feature-settings
2828
- ),
2829
- 'caption-mono': (
2830
- 'font-size': $typography-caption-mono-font-size,
2831
- 'line-height': $typography-caption-mono-line-height,
2832
- 'letter-spacing': $typography-caption-mono-letter-spacing,
2833
- 'font-weight': $typography-caption-mono-font-weight,
2834
- 'font-family': $typography-caption-mono-font-family,
2835
- 'text-transform': $typography-caption-mono-text-transform,
2836
- 'font-feature-settings': $typography-caption-mono-font-feature-settings
2837
- ),
2838
- 'caption-mono-strong': (
2839
- 'font-size': $typography-caption-mono-strong-font-size,
2840
- 'line-height': $typography-caption-mono-strong-line-height,
2841
- 'letter-spacing': $typography-caption-mono-strong-letter-spacing,
2842
- 'font-weight': $typography-caption-mono-strong-font-weight,
2843
- 'font-family': $typography-caption-mono-strong-font-family,
2844
- 'text-transform': $typography-caption-mono-strong-text-transform,
2845
- 'font-feature-settings': $typography-caption-mono-strong-font-feature-settings
2846
- ),
2847
- 'small-text': (
2848
- 'font-size': $typography-small-text-font-size,
2849
- 'line-height': $typography-small-text-line-height,
2850
- 'letter-spacing': $typography-small-text-letter-spacing,
2851
- 'font-weight': $typography-small-text-font-weight,
2852
- 'font-family': $typography-small-text-font-family,
2853
- 'text-transform': $typography-small-text-text-transform,
2854
- 'font-feature-settings': $typography-small-text-font-feature-settings
2855
- ),
2856
- 'extra-small-text': (
2857
- 'font-size': $typography-extra-small-text-font-size,
2858
- 'line-height': $typography-extra-small-text-line-height,
2859
- 'letter-spacing': $typography-extra-small-text-letter-spacing,
2860
- 'font-weight': $typography-extra-small-text-font-weight,
2861
- 'font-family': $typography-extra-small-text-font-family,
2862
- 'text-transform': $typography-extra-small-text-text-transform,
2863
- 'font-feature-settings': $typography-extra-small-text-font-feature-settings
2864
- ),
2865
- 'extra-small-text-caps': (
2866
- 'font-size': $typography-extra-small-text-caps-font-size,
2867
- 'line-height': $typography-extra-small-text-caps-line-height,
2868
- 'letter-spacing': $typography-extra-small-text-caps-letter-spacing,
2869
- 'font-weight': $typography-extra-small-text-caps-font-weight,
2870
- 'font-family': $typography-extra-small-text-caps-font-family,
2871
- 'text-transform': $typography-extra-small-text-caps-text-transform,
2872
- 'font-feature-settings': $typography-extra-small-text-caps-font-feature-settings
2873
- ),
2874
- 'extra-small-text-mono': (
2875
- 'font-size': $typography-extra-small-text-mono-font-size,
2876
- 'line-height': $typography-extra-small-text-mono-line-height,
2877
- 'letter-spacing': $typography-extra-small-text-mono-letter-spacing,
2878
- 'font-weight': $typography-extra-small-text-mono-font-weight,
2879
- 'font-family': $typography-extra-small-text-mono-font-family,
2880
- 'text-transform': $typography-extra-small-text-mono-text-transform,
2881
- 'font-feature-settings': $typography-extra-small-text-mono-font-feature-settings
2882
- )
2883
- )
2884
- );
2885
-
2886
- $md-typography-md-h1-font-size: 45px;
2887
- $md-typography-md-h1-line-height: 48px;
2888
- $md-typography-md-h1-letter-spacing: normal;
2889
- $md-typography-md-h1-font-weight: normal;
2890
- $md-typography-md-h1-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2891
- $md-typography-md-h1-text-transform: null;
2892
- $md-typography-md-h1-font-feature-settings: initial;
2893
- $md-typography-md-h2-font-size: 34px;
2894
- $md-typography-md-h2-line-height: 38px;
2895
- $md-typography-md-h2-letter-spacing: normal;
2896
- $md-typography-md-h2-font-weight: normal;
2897
- $md-typography-md-h2-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2898
- $md-typography-md-h2-text-transform: null;
2899
- $md-typography-md-h2-font-feature-settings: initial;
2900
- $md-typography-md-h3-font-size: 24px;
2901
- $md-typography-md-h3-line-height: 28px;
2902
- $md-typography-md-h3-letter-spacing: normal;
2903
- $md-typography-md-h3-font-weight: normal;
2904
- $md-typography-md-h3-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2905
- $md-typography-md-h3-text-transform: null;
2906
- $md-typography-md-h3-font-feature-settings: initial;
2907
- $md-typography-md-h4-font-size: 20px;
2908
- $md-typography-md-h4-line-height: 24px;
2909
- $md-typography-md-h4-letter-spacing: normal;
2910
- $md-typography-md-h4-font-weight: 600;
2911
- $md-typography-md-h4-font-family: 'TT-Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2912
- $md-typography-md-h4-text-transform: null;
2913
- $md-typography-md-h4-font-feature-settings: initial;
2914
- $md-typography-md-h5-font-size: 15px;
2915
- $md-typography-md-h5-line-height: 24px;
2916
- $md-typography-md-h5-letter-spacing: -0.009em;
2917
- $md-typography-md-h5-font-weight: 600;
2918
- $md-typography-md-h5-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2919
- $md-typography-md-h5-text-transform: null;
2920
- $md-typography-md-h5-font-feature-settings: "ss01" on, "ss04" on;
2921
- $md-typography-md-h6-font-size: 15px;
2922
- $md-typography-md-h6-line-height: 24px;
2923
- $md-typography-md-h6-letter-spacing: -0.009em;
2924
- $md-typography-md-h6-font-weight: 600;
2925
- $md-typography-md-h6-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2926
- $md-typography-md-h6-text-transform: null;
2927
- $md-typography-md-h6-font-feature-settings: "ss01" on, "ss04" on;
2928
- $md-typography-md-body-font-size: 15px;
2929
- $md-typography-md-body-line-height: 24px;
2930
- $md-typography-md-body-letter-spacing: -0.009em;
2931
- $md-typography-md-body-font-weight: normal;
2932
- $md-typography-md-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2933
- $md-typography-md-body-text-transform: null;
2934
- $md-typography-md-body-font-feature-settings: "ss01" on, "ss04" on;
2935
- $md-typography-md-body-mono-font-size: 14px;
2936
- $md-typography-md-body-mono-line-height: 20px;
2937
- $md-typography-md-body-mono-letter-spacing: normal;
2938
- $md-typography-md-body-mono-font-weight: normal;
2939
- $md-typography-md-body-mono-font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
2940
- $md-typography-md-body-mono-text-transform: null;
2941
- $md-typography-md-body-mono-font-feature-settings: initial;
2942
- $md-typography-md-caption-font-size: 13px;
2943
- $md-typography-md-caption-line-height: 16px;
2944
- $md-typography-md-caption-letter-spacing: -0.0025em;
2945
- $md-typography-md-caption-font-weight: normal;
2946
- $md-typography-md-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2947
- $md-typography-md-caption-text-transform: null;
2948
- $md-typography-md-caption-font-feature-settings: "ss01" on, "ss04" on;
2949
- $md-typography-md-table-cell-font-size: 15px;
2950
- $md-typography-md-table-cell-line-height: 20px;
2951
- $md-typography-md-table-cell-letter-spacing: -0.009em;
2952
- $md-typography-md-table-cell-font-weight: normal;
2953
- $md-typography-md-table-cell-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2954
- $md-typography-md-table-cell-text-transform: null;
2955
- $md-typography-md-table-cell-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
2956
- $md-typography-md-table-header-font-size: 13px;
2957
- $md-typography-md-table-header-line-height: 16px;
2958
- $md-typography-md-table-header-letter-spacing: -0.0025em;
2959
- $md-typography-md-table-header-font-weight: normal;
2960
- $md-typography-md-table-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
2961
- $md-typography-md-table-header-text-transform: null;
2962
- $md-typography-md-table-header-font-feature-settings: "tnum" on, "ss01" on, "ss04" on;
2963
-
2964
- $md-typography: (
2965
- 'md-typography': (
2966
- 'md-h1': (
2967
- 'font-size': $md-typography-md-h1-font-size,
2968
- 'line-height': $md-typography-md-h1-line-height,
2969
- 'letter-spacing': $md-typography-md-h1-letter-spacing,
2970
- 'font-weight': $md-typography-md-h1-font-weight,
2971
- 'font-family': $md-typography-md-h1-font-family,
2972
- 'text-transform': $md-typography-md-h1-text-transform,
2973
- 'font-feature-settings': $md-typography-md-h1-font-feature-settings
2974
- ),
2975
- 'md-h2': (
2976
- 'font-size': $md-typography-md-h2-font-size,
2977
- 'line-height': $md-typography-md-h2-line-height,
2978
- 'letter-spacing': $md-typography-md-h2-letter-spacing,
2979
- 'font-weight': $md-typography-md-h2-font-weight,
2980
- 'font-family': $md-typography-md-h2-font-family,
2981
- 'text-transform': $md-typography-md-h2-text-transform,
2982
- 'font-feature-settings': $md-typography-md-h2-font-feature-settings
2983
- ),
2984
- 'md-h3': (
2985
- 'font-size': $md-typography-md-h3-font-size,
2986
- 'line-height': $md-typography-md-h3-line-height,
2987
- 'letter-spacing': $md-typography-md-h3-letter-spacing,
2988
- 'font-weight': $md-typography-md-h3-font-weight,
2989
- 'font-family': $md-typography-md-h3-font-family,
2990
- 'text-transform': $md-typography-md-h3-text-transform,
2991
- 'font-feature-settings': $md-typography-md-h3-font-feature-settings
2992
- ),
2993
- 'md-h4': (
2994
- 'font-size': $md-typography-md-h4-font-size,
2995
- 'line-height': $md-typography-md-h4-line-height,
2996
- 'letter-spacing': $md-typography-md-h4-letter-spacing,
2997
- 'font-weight': $md-typography-md-h4-font-weight,
2998
- 'font-family': $md-typography-md-h4-font-family,
2999
- 'text-transform': $md-typography-md-h4-text-transform,
3000
- 'font-feature-settings': $md-typography-md-h4-font-feature-settings
3001
- ),
3002
- 'md-h5': (
3003
- 'font-size': $md-typography-md-h5-font-size,
3004
- 'line-height': $md-typography-md-h5-line-height,
3005
- 'letter-spacing': $md-typography-md-h5-letter-spacing,
3006
- 'font-weight': $md-typography-md-h5-font-weight,
3007
- 'font-family': $md-typography-md-h5-font-family,
3008
- 'text-transform': $md-typography-md-h5-text-transform,
3009
- 'font-feature-settings': $md-typography-md-h5-font-feature-settings
3010
- ),
3011
- 'md-h6': (
3012
- 'font-size': $md-typography-md-h6-font-size,
3013
- 'line-height': $md-typography-md-h6-line-height,
3014
- 'letter-spacing': $md-typography-md-h6-letter-spacing,
3015
- 'font-weight': $md-typography-md-h6-font-weight,
3016
- 'font-family': $md-typography-md-h6-font-family,
3017
- 'text-transform': $md-typography-md-h6-text-transform,
3018
- 'font-feature-settings': $md-typography-md-h6-font-feature-settings
3019
- ),
3020
- 'md-body': (
3021
- 'font-size': $md-typography-md-body-font-size,
3022
- 'line-height': $md-typography-md-body-line-height,
3023
- 'letter-spacing': $md-typography-md-body-letter-spacing,
3024
- 'font-weight': $md-typography-md-body-font-weight,
3025
- 'font-family': $md-typography-md-body-font-family,
3026
- 'text-transform': $md-typography-md-body-text-transform,
3027
- 'font-feature-settings': $md-typography-md-body-font-feature-settings
3028
- ),
3029
- 'md-body-mono': (
3030
- 'font-size': $md-typography-md-body-mono-font-size,
3031
- 'line-height': $md-typography-md-body-mono-line-height,
3032
- 'letter-spacing': $md-typography-md-body-mono-letter-spacing,
3033
- 'font-weight': $md-typography-md-body-mono-font-weight,
3034
- 'font-family': $md-typography-md-body-mono-font-family,
3035
- 'text-transform': $md-typography-md-body-mono-text-transform,
3036
- 'font-feature-settings': $md-typography-md-body-mono-font-feature-settings
3037
- ),
3038
- 'md-caption': (
3039
- 'font-size': $md-typography-md-caption-font-size,
3040
- 'line-height': $md-typography-md-caption-line-height,
3041
- 'letter-spacing': $md-typography-md-caption-letter-spacing,
3042
- 'font-weight': $md-typography-md-caption-font-weight,
3043
- 'font-family': $md-typography-md-caption-font-family,
3044
- 'text-transform': $md-typography-md-caption-text-transform,
3045
- 'font-feature-settings': $md-typography-md-caption-font-feature-settings
3046
- ),
3047
- 'md-table-cell': (
3048
- 'font-size': $md-typography-md-table-cell-font-size,
3049
- 'line-height': $md-typography-md-table-cell-line-height,
3050
- 'letter-spacing': $md-typography-md-table-cell-letter-spacing,
3051
- 'font-weight': $md-typography-md-table-cell-font-weight,
3052
- 'font-family': $md-typography-md-table-cell-font-family,
3053
- 'text-transform': $md-typography-md-table-cell-text-transform,
3054
- 'font-feature-settings': $md-typography-md-table-cell-font-feature-settings
3055
- ),
3056
- 'md-table-header': (
3057
- 'font-size': $md-typography-md-table-header-font-size,
3058
- 'line-height': $md-typography-md-table-header-line-height,
3059
- 'letter-spacing': $md-typography-md-table-header-letter-spacing,
3060
- 'font-weight': $md-typography-md-table-header-font-weight,
3061
- 'font-family': $md-typography-md-table-header-font-family,
3062
- 'text-transform': $md-typography-md-table-header-text-transform,
3063
- 'font-feature-settings': $md-typography-md-table-header-font-feature-settings
3064
- )
3065
- )
3066
- );
3067
-
3068
-
3069
-
3070
-
3071
- /*
3072
- * Responsive attributes
3073
- *
3074
- * References:
3075
- * 1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
3076
- * 2) https://css-tricks.com/almanac/properties/f/flex/
3077
- * 3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
3078
- * 4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
3079
- * 5) http://godban.com.ua/projects/flexgrid
3080
- */
3081
- @-moz-document url-prefix() {
3082
- .layout-fill {
3083
- margin: 0;
3084
- width: 100%;
3085
- min-height: 100%;
3086
- height: 100%;
3087
- }
3088
- }
3089
-
3090
- @mixin flex-order-for-name($sizes: null) {
3091
- @if $sizes == null {
3092
- $sizes: '';
3093
-
3094
- .flex-order {
3095
- order: 0;
3096
- }
3097
- }
3098
-
3099
- @for $i from -20 through 20 {
3100
- $order: '';
3101
- $suffix: '';
3102
-
3103
- @each $s in $sizes {
3104
- @if $s != '' {
3105
- $suffix: '#{$s}-#{$i}';
3106
- } @else {
3107
- $suffix: '#{$i}';
3108
- }
3109
-
3110
- $order: '.flex-order-#{$suffix}';
3111
- }
3112
-
3113
- #{$order} {
3114
- order: #{$i};
3115
- }
3116
- }
3117
- }
3118
-
3119
- @mixin offset-for-name($sizes:null) {
3120
- @if $sizes == null {
3121
- $sizes: '';
3122
- }
3123
-
3124
- @for $i from 0 through 19 {
3125
- $offsets: '';
3126
- $suffix: '';
3127
-
3128
- @each $s in $sizes {
3129
- @if $s != '' {
3130
- $suffix: '#{$s}-#{$i * 5}';
3131
- } @else {
3132
- $suffix: '#{$i * 5}';
3133
- }
3134
-
3135
- $offsets:
3136
- '.offset-#{$suffix}, ' +
3137
- '.flex-offset-#{$suffix}, ' +
3138
- '.layout-margin .flex-offset-#{$suffix}, ' +
3139
- '.layout-margin .offset-#{$suffix}';
3140
- }
3141
-
3142
- #{$offsets} {
3143
- @if $i != 0 {
3144
- @include rtl-prop(margin-left, margin-right, #{$i * 5 + '%'}, auto);
3145
- } @else {
3146
- @include rtl-prop(margin-left, margin-right, 0, auto);
3147
- }
3148
- }
3149
- }
3150
-
3151
- @each $i in 33 {
3152
- $offsets: '';
3153
- $suffix: '';
3154
-
3155
- @each $s in $sizes {
3156
- @if $s != '' {
3157
- $suffix: '#{$s}-#{$i}';
3158
- } @else {
3159
- $suffix: '#{$i}';
3160
- }
3161
-
3162
- $offsets:
3163
- '.offset-#{$suffix}, ' +
3164
- '.flex-offset-#{$suffix}, ' +
3165
- '.layout-margin .flex-offset-#{$suffix}, ' +
3166
- '.layout-margin .offset-#{$suffix}';
3167
- }
3168
-
3169
- #{$offsets} {
3170
- margin-left: calc(100% / 3);
3171
- }
3172
- }
3173
-
3174
- @each $i in 66 {
3175
- $offsets: '';
3176
- $suffix: '';
3177
-
3178
- @each $s in $sizes {
3179
- @if $s != '' {
3180
- $suffix: '#{$s}-#{$i}';
3181
- } @else {
3182
- $suffix: '#{$i}';
3183
- }
3184
-
3185
- $offsets:
3186
- '.offset-#{$suffix}, ' +
3187
- '.flex-offset-#{$suffix}, ' +
3188
- '.layout-margin .flex-offset-#{$suffix}, ' +
3189
- '.layout-margin .offset-#{$suffix}';
3190
- }
3191
-
3192
- #{$offsets} {
3193
- @include rtl-prop(margin-left, margin-right, calc(200% / 3), auto);
3194
- }
3195
- }
3196
- }
3197
-
3198
- @mixin layout-for-name($name: null) {
3199
- @if $name == null {
3200
- $name: '';
3201
- }
3202
-
3203
- @if $name != '' {
3204
- $name: '-#{$name}';
3205
- }
3206
-
3207
- .layout#{$name},
3208
- .layout#{$name}-column,
3209
- .layout#{$name}-row {
3210
- display: -webkit-box;
3211
- display: -webkit-flex;
3212
- display: -moz-box;
3213
- display: -ms-flexbox;
3214
- display: flex;
3215
-
3216
- min-width: 0;
3217
- min-height: 0;
3218
- }
3219
-
3220
- .layout#{$name}-column {
3221
- flex-direction: column;
3222
- }
3223
-
3224
- .layout#{$name}-row {
3225
- flex-direction: row;
3226
- }
3227
- }
3228
-
3229
- @mixin flex-properties-for-name($name: null) {
3230
- $flexName: 'flex';
3231
-
3232
- @if $name != null {
3233
- $flexName: 'flex-#{$name}';
3234
- $name: '-#{$name}';
3235
- } @else {
3236
- $name: '';
3237
- }
3238
-
3239
- // === flex: 1 1 0%;
3240
- .#{$flexName} { flex: 1; }
3241
- .#{$flexName}-grow { flex: 1 1 100%; }
3242
- .#{$flexName}-initial { flex: 0 1 auto; }
3243
- .#{$flexName}-auto { flex: 1 1 auto; }
3244
- .#{$flexName}-none { flex: 0 0 auto; }
3245
- .#{$flexName}-no-shrink { flex: 1 0 auto; }
3246
- .#{$flexName}-no-grow { flex: 0 1 auto; }
3247
-
3248
- // (1-20) * 5 = 0-100%
3249
- @for $i from 0 through 20 {
3250
- $value: #{$i * 5 + '%'};
3251
-
3252
- .#{$flexName}-#{$i * 5} {
3253
- flex: 1 1 100%;
3254
- max-width: #{$value};
3255
- max-height: 100%;
3256
- }
3257
-
3258
- .layout-row > .#{$flexName}-#{$i * 5} {
3259
- flex: 1 1 100%;
3260
- max-width: #{$value};
3261
- max-height: 100%;
3262
-
3263
- // Required by Chrome M48+ due to http://crbug.com/546034
3264
- @if $i == 0 {
3265
- min-width: 0;
3266
- }
3267
- }
3268
-
3269
- .layout-column > .#{$flexName}-#{$i * 5} {
3270
- flex: 1 1 100%;
3271
- max-width: 100%;
3272
- max-height: #{$value};
3273
- }
3274
-
3275
- .layout#{$name}-row > .#{$flexName}-#{$i * 5} {
3276
- flex: 1 1 100%;
3277
- max-width: #{$value};
3278
- max-height: 100%;
3279
-
3280
- // Required by Chrome M48+ due to http://crbug.com/546034
3281
- @if $i == 0 {
3282
- min-width: 0;
3283
- }
3284
- }
3285
-
3286
- .layout#{$name}-column > .#{$flexName}-#{$i * 5} {
3287
- flex: 1 1 100%;
3288
- max-width: 100%;
3289
- max-height: #{$value};
3290
-
3291
- // Required by Chrome M48+ due to http://crbug.com/546034
3292
- @if $i == 0 {
3293
- min-height: 0;
3294
- }
3295
- }
3296
- }
3297
-
3298
- @if ($name == '') {
3299
- .flex-33 {
3300
- flex: 1 1 100%;
3301
- max-width: 33.33%;
3302
- max-height: 100%;
3303
- }
3304
-
3305
- .flex-66 {
3306
- flex: 1 1 100%;
3307
- max-width: 66.66%;
3308
- max-height: 100%;
3309
- }
3310
- }
3311
-
3312
- .layout-row {
3313
- > .#{$flexName}-33 {
3314
- flex: 1 1 33.33%;
3315
- max-width: 33.33%;
3316
- max-height: 100%;
3317
- }
3318
-
3319
- > .#{$flexName}-66 {
3320
- flex: 1 1 66.66%;
3321
- max-width: 66.66%;
3322
- max-height: 100%;
3323
- }
3324
- }
3325
-
3326
- .layout-column {
3327
- > .#{$flexName}-33 {
3328
- flex: 1 1 33.33%;
3329
- max-width: 100%;
3330
- max-height: 33.33%;
3331
- }
3332
-
3333
- > .#{$flexName}-66 {
3334
- flex: 1 1 66.66%;
3335
- max-width: 100%;
3336
- max-height: 66.66%;
3337
- }
3338
- }
3339
-
3340
- .layout#{$name}-row {
3341
- > .#{$flexName}-33 {
3342
- flex: 1 1 100%;
3343
- max-width: 33.33%;
3344
- max-height: 100%;
3345
- }
3346
-
3347
- > .#{$flexName}-66 {
3348
- flex: 1 1 100%;
3349
- max-width: 66.66%;
3350
- max-height: 100%;
3351
- }
3352
-
3353
- // Required by Chrome M48+ due to http://crbug.com/546034
3354
- > .flex {
3355
- min-width: 0;
3356
- }
3357
- }
3358
-
3359
- .layout#{$name}-column {
3360
- > .#{$flexName}-33 {
3361
- flex: 1 1 100%;
3362
- max-width: 100%;
3363
- max-height: 33.33%;
3364
- }
3365
-
3366
- > .#{$flexName}-66 {
3367
- flex: 1 1 100%;
3368
- max-width: 100%;
3369
- max-height: 66.66%;
3370
- }
3371
-
3372
- // Required by Chrome M48+ due to http://crbug.com/546034
3373
- > .flex {
3374
- min-height: 0;
3375
- }
3376
- }
3377
-
3378
- .layout-wrap {
3379
- flex-wrap: wrap;
3380
- }
3381
-
3382
- .layout-nowrap {
3383
- flex-wrap: nowrap;
3384
- }
3385
-
3386
- .layout-fill {
3387
- margin: 0;
3388
-
3389
- width: 100%;
3390
-
3391
- min-height: 100%;
3392
- height: 100%;
3393
- }
3394
- }
3395
-
3396
- @mixin layout-align-for-name($suffix: null) {
3397
-
3398
- // Alignment attributes for layout containers' children
3399
- // Arrange on the Main Axis
3400
- // center, start, end, space-between, space-around
3401
- // flex-start is the default for justify-content
3402
- // ------------------------------
3403
-
3404
- $name: 'layout-align';
3405
- @if $suffix != null {
3406
- $name: 'layout-align-#{$suffix}';
3407
- }
3408
-
3409
- .#{$name},
3410
- .#{$name}-start-stretch {
3411
- justify-content: flex-start;
3412
- align-content: stretch;
3413
- align-items: stretch;
3414
- }
3415
-
3416
- // Main Axis Center
3417
- .#{$name}-start,
3418
- .#{$name}-start-start,
3419
- .#{$name}-start-center,
3420
- .#{$name}-start-end,
3421
- .#{$name}-start-stretch {
3422
- justify-content: flex-start;
3423
- }
3424
-
3425
- // Main Axis Center
3426
- .#{$name}-center, //stretch
3427
- .#{$name}-center-start,
3428
- .#{$name}-center-center,
3429
- .#{$name}-center-end,
3430
- .#{$name}-center-stretch {
3431
- justify-content: center;
3432
- }
3433
-
3434
- // Main Axis End
3435
- .#{$name}-end, //stretch
3436
- .#{$name}-end-start,
3437
- .#{$name}-end-center,
3438
- .#{$name}-end-end,
3439
- .#{$name}-end-stretch {
3440
- justify-content: flex-end;
3441
- }
3442
-
3443
- // Main Axis Space Around
3444
- .#{$name}-space-around, //stretch
3445
- .#{$name}-space-around-center,
3446
- .#{$name}-space-around-start,
3447
- .#{$name}-space-around-end,
3448
- .#{$name}-space-around-stretch {
3449
- justify-content: space-around;
3450
- }
3451
-
3452
- // Main Axis Space Between
3453
- .#{$name}-space-between, //stretch
3454
- .#{$name}-space-between-center,
3455
- .#{$name}-space-between-start,
3456
- .#{$name}-space-between-end,
3457
- .#{$name}-space-between-stretch {
3458
- justify-content: space-between;
3459
- }
3460
-
3461
- // Arrange on the Cross Axis
3462
- // center, start, end
3463
- // stretch is the default for align-items
3464
- // ------------------------------
3465
-
3466
- // Cross Axis Start
3467
- .#{$name}-start-start,
3468
- .#{$name}-center-start,
3469
- .#{$name}-end-start,
3470
- .#{$name}-space-between-start,
3471
- .#{$name}-space-around-start {
3472
- align-items: flex-start;
3473
- align-content: flex-start;
3474
- }
3475
-
3476
- // Cross Axis Center
3477
- .#{$name}-start-center,
3478
- .#{$name}-center-center,
3479
- .#{$name}-end-center,
3480
- .#{$name}-space-between-center,
3481
- .#{$name}-space-around-center {
3482
- align-items: center;
3483
- align-content: center;
3484
- max-width: 100%;
3485
- }
3486
-
3487
- // Cross Axis Center IE overflow fix
3488
- .#{$name}-start-center > *,
3489
- .#{$name}-center-center > *,
3490
- .#{$name}-end-center > *,
3491
- .#{$name}-space-between-center > *,
3492
- .#{$name}-space-around-center > * {
3493
- max-width: 100%;
3494
- }
3495
-
3496
- // Cross Axis End
3497
- .#{$name}-start-end,
3498
- .#{$name}-center-end,
3499
- .#{$name}-end-end,
3500
- .#{$name}-space-between-end,
3501
- .#{$name}-space-around-end {
3502
- align-items: flex-end;
3503
- align-content: flex-end;
3504
- }
3505
-
3506
- // Cross Axis Start
3507
- .#{$name}-start-stretch,
3508
- .#{$name}-center-stretch,
3509
- .#{$name}-end-stretch,
3510
- .#{$name}-space-between-stretch,
3511
- .#{$name}-space-around-stretch {
3512
- align-items: stretch;
3513
- align-content: stretch;
3514
- }
3515
- }
3516
-
3517
- @mixin layout-indents() {
3518
- $sizes: (
3519
- '3xs': $size-3xs,
3520
- 'xxs': $size-xxs,
3521
- 'xs': $size-xs,
3522
- 's': $size-s,
3523
- 'm': $size-m,
3524
- 'l': $size-l,
3525
- 'xl': $size-xl,
3526
- 'xxl': $size-xxl,
3527
- '3xl': $size-3xl,
3528
- '4xl': $size-4xl,
3529
- '5xl': $size-5xl,
3530
- '6xl': $size-6xl,
3531
- '7xl': $size-7xl
3532
- );
3533
-
3534
- $indents: 'padding', 'margin';
3535
-
3536
- @each $indent in $indents {
3537
- @each $name, $value in $sizes {
3538
- .layout-#{$indent}-#{$name} {
3539
- #{$indent}: $value !important;
3540
- }
3541
-
3542
- .layout-#{$indent}-top-#{$name} {
3543
- #{$indent}-top: $value !important;
3544
- }
3545
-
3546
- .layout-#{$indent}-right-#{$name} {
3547
- #{$indent}-right: $value !important;
3548
- }
3549
-
3550
- .layout-#{$indent}-bottom-#{$name} {
3551
- #{$indent}-bottom: $value !important;
3552
- }
3553
-
3554
- .layout-#{$indent}-left-#{$name} {
3555
- #{$indent}-left: $value !important;
3556
- }
3557
- }
3558
-
3559
- .layout-#{$indent}-no-top {
3560
- #{$indent}-top: 0 !important;
3561
- }
3562
-
3563
- .layout-#{$indent}-no-right {
3564
- #{$indent}-right: 0 !important;
3565
- }
3566
-
3567
- .layout-#{$indent}-no-bottom {
3568
- #{$indent}-bottom: 0 !important;
3569
- }
3570
-
3571
- .layout-#{$indent}-no-left {
3572
- #{$indent}-left: 0 !important;
3573
- }
3574
- }
3575
- }
3576
-
3577
- @mixin layouts-for-breakpoint($name: null) {
3578
- @include flex-order-for-name($name);
3579
- @include offset-for-name($name);
3580
- @include layout-align-for-name($name);
3581
-
3582
- @include flex-properties-for-name($name);
3583
- @include layout-for-name($name);
3584
-
3585
- @include layout-indents();
3586
- }
3587
-
3588
-
3589
- @mixin media-print {
3590
- @media print {
3591
- .hide-print:not(.show-print):not(.show) {
3592
- display: none !important;
3593
- }
3594
- }
3595
- }
3596
-
3597
-
3598
-
3599
- @mixin mosaic-visual() {
3600
- // include specific mixins
3601
- @include body-html();
3602
- @include layouts-for-breakpoint();
3603
- @include media-print();
3604
- }