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