synapse-react-client 3.1.30 → 3.1.31

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 (97) hide show
  1. package/dist/components/styled/StyledFormControl.d.ts +4 -0
  2. package/dist/components/styled/StyledFormControl.js +44 -0
  3. package/dist/components/styled/StyledFormControl.js.map +1 -0
  4. package/dist/containers/CardContainer.js +1 -1
  5. package/dist/containers/CardContainer.js.map +1 -1
  6. package/dist/containers/MarkdownCollapse.js +6 -1
  7. package/dist/containers/MarkdownCollapse.js.map +1 -1
  8. package/dist/containers/RssFeedCards.js +3 -3
  9. package/dist/containers/RssFeedCards.js.map +1 -1
  10. package/dist/containers/TableFeedCards.js +1 -1
  11. package/dist/containers/TableFeedCards.js.map +1 -1
  12. package/dist/containers/TextField.d.ts +1 -1
  13. package/dist/containers/TextField.js +5 -8
  14. package/dist/containers/TextField.js.map +1 -1
  15. package/dist/containers/UpsetPlot.js +1 -1
  16. package/dist/containers/UpsetPlot.js.map +1 -1
  17. package/dist/containers/UserCardListRotate.js +1 -1
  18. package/dist/containers/UserCardListRotate.js.map +1 -1
  19. package/dist/containers/access_requirements/HasAccessV2.js +3 -1
  20. package/dist/containers/access_requirements/HasAccessV2.js.map +1 -1
  21. package/dist/containers/auth/StandaloneLoginForm.js +0 -1
  22. package/dist/containers/auth/StandaloneLoginForm.js.map +1 -1
  23. package/dist/containers/auth/TOTPForm.js +4 -0
  24. package/dist/containers/auth/TOTPForm.js.map +1 -1
  25. package/dist/containers/download_list/DownloadConfirmation.js +1 -1
  26. package/dist/containers/download_list/DownloadConfirmation.js.map +1 -1
  27. package/dist/containers/home_page/featured-data/FeaturedDataTabs.js +4 -5
  28. package/dist/containers/home_page/featured-data/FeaturedDataTabs.js.map +1 -1
  29. package/dist/containers/home_page/goals/Goals.Desktop.js +1 -1
  30. package/dist/containers/home_page/goals/Goals.Desktop.js.map +1 -1
  31. package/dist/containers/home_page/goals/Goals.Mobile.js +1 -1
  32. package/dist/containers/home_page/goals/Goals.Mobile.js.map +1 -1
  33. package/dist/containers/home_page/people/UserCardListGroups.js +1 -1
  34. package/dist/containers/home_page/people/UserCardListGroups.js.map +1 -1
  35. package/dist/containers/home_page/programs/Programs.Desktop.js +1 -1
  36. package/dist/containers/home_page/programs/Programs.Desktop.js.map +1 -1
  37. package/dist/containers/home_page/programs/Programs.Mobile.js +1 -1
  38. package/dist/containers/home_page/programs/Programs.Mobile.js.map +1 -1
  39. package/dist/containers/markdown/widget/MarkdownButton.js +1 -1
  40. package/dist/containers/markdown/widget/MarkdownButton.js.map +1 -1
  41. package/dist/containers/provenance/ProvenanceGraph.d.ts +2 -1
  42. package/dist/containers/provenance/ProvenanceGraph.js +9 -8
  43. package/dist/containers/provenance/ProvenanceGraph.js.map +1 -1
  44. package/dist/containers/provenance/ProvenanceGraphUtils.d.ts +2 -2
  45. package/dist/containers/provenance/ProvenanceUtils.d.ts +3 -3
  46. package/dist/containers/provenance/ProvenanceUtils.js +5 -5
  47. package/dist/containers/provenance/ProvenanceUtils.js.map +1 -1
  48. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +0 -1
  49. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +2 -2
  50. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
  51. package/dist/containers/row_renderers/Dataset.js +1 -1
  52. package/dist/containers/row_renderers/Dataset.js.map +1 -1
  53. package/dist/containers/row_renderers/Funder.js +1 -1
  54. package/dist/containers/row_renderers/Funder.js.map +1 -1
  55. package/dist/containers/synapse_form_wrapper/SynapseForm.js +2 -2
  56. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js +2 -2
  57. package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js.map +1 -1
  58. package/dist/containers/synapse_form_wrapper/SynapseFormWrapper.js +1 -1
  59. package/dist/containers/synapse_form_wrapper/SynapseFormWrapper.js.map +1 -1
  60. package/dist/containers/synapse_table_functions/SynapseTableCell.js +2 -2
  61. package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
  62. package/dist/containers/table/ExpandableTableDataCell.js +2 -0
  63. package/dist/containers/table/ExpandableTableDataCell.js.map +1 -1
  64. package/dist/containers/table/TablePagination.js.map +1 -1
  65. package/dist/containers/useImmutableTableQuery.js +7 -0
  66. package/dist/containers/useImmutableTableQuery.js.map +1 -1
  67. package/dist/containers/widgets/facet-nav/FacetNav.js +1 -1
  68. package/dist/containers/widgets/facet-nav/FacetNav.js.map +1 -1
  69. package/dist/containers/widgets/facet-nav/FacetNavPanel.js +1 -1
  70. package/dist/containers/widgets/facet-nav/FacetNavPanel.js.map +1 -1
  71. package/dist/style/abstracts/_variables.scss +6 -1
  72. package/dist/style/base/_core.scss +1 -2
  73. package/dist/style/bootstrap4_backports/_base-import.scss +15 -22
  74. package/dist/style/components/_access-requirement-list.scss +1 -0
  75. package/dist/style/components/_cards.scss +0 -1
  76. package/dist/style/components/_expandable_table_data.scss +0 -1
  77. package/dist/style/components/_feed-cards.scss +4 -0
  78. package/dist/style/components/_markdown-editor.scss +1 -1
  79. package/dist/style/components/_user-card-list-groups.scss +1 -0
  80. package/dist/style/components/facet_nav/_facet-nav-panel.scss +3 -2
  81. package/dist/style/components/facet_nav/_facet-nav.scss +0 -1
  82. package/dist/style/components/query_filter/_enum-facet-filter.scss +0 -5
  83. package/dist/style/components/query_filter/_facet-chip.scss +1 -1
  84. package/dist/style/components/synapse_form_wrapper/_synapse-form-wrapper.scss +0 -2
  85. package/dist/umd/synapse-react-client.development.css +545 -104
  86. package/dist/umd/synapse-react-client.development.css.map +3 -3
  87. package/dist/umd/synapse-react-client.development.js +9187 -9957
  88. package/dist/umd/synapse-react-client.development.js.map +4 -4
  89. package/dist/umd/synapse-react-client.production.min.css +1 -1
  90. package/dist/umd/synapse-react-client.production.min.js +106 -86
  91. package/dist/utils/hooks/SynapseAPI/entity/useExportToCavatica.js +6 -1
  92. package/dist/utils/hooks/SynapseAPI/entity/useExportToCavatica.js.map +1 -1
  93. package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js +2 -5
  94. package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js.map +1 -1
  95. package/dist/utils/theme/DefaultTheme.js +39 -8
  96. package/dist/utils/theme/DefaultTheme.js.map +1 -1
  97. package/package.json +17 -15
@@ -26,6 +26,401 @@
26
26
  margin-left: 5px;
27
27
  }
28
28
 
29
+ /* ../../node_modules/.pnpm/reactflow@11.7.0_react-dom@18.2.0_react@18.2.0/node_modules/reactflow/dist/style.css */
30
+ .react-flow__container {
31
+ position: absolute;
32
+ width: 100%;
33
+ height: 100%;
34
+ top: 0;
35
+ left: 0;
36
+ }
37
+ .react-flow__pane {
38
+ z-index: 1;
39
+ cursor: -webkit-grab;
40
+ cursor: grab;
41
+ }
42
+ .react-flow__pane.selection {
43
+ cursor: pointer;
44
+ }
45
+ .react-flow__pane.dragging {
46
+ cursor: -webkit-grabbing;
47
+ cursor: grabbing;
48
+ }
49
+ .react-flow__viewport {
50
+ transform-origin: 0 0;
51
+ z-index: 2;
52
+ pointer-events: none;
53
+ }
54
+ .react-flow__renderer {
55
+ z-index: 4;
56
+ }
57
+ .react-flow__selection {
58
+ z-index: 6;
59
+ }
60
+ .react-flow__nodesselection-rect:focus,
61
+ .react-flow__nodesselection-rect:focus-visible {
62
+ outline: none;
63
+ }
64
+ .react-flow .react-flow__edges {
65
+ pointer-events: none;
66
+ overflow: visible;
67
+ }
68
+ .react-flow__edge-path,
69
+ .react-flow__connection-path {
70
+ stroke: #b1b1b7;
71
+ stroke-width: 1;
72
+ fill: none;
73
+ }
74
+ .react-flow__edge {
75
+ pointer-events: visibleStroke;
76
+ cursor: pointer;
77
+ }
78
+ .react-flow__edge.animated path {
79
+ stroke-dasharray: 5;
80
+ -webkit-animation: dashdraw 0.5s linear infinite;
81
+ animation: dashdraw 0.5s linear infinite;
82
+ }
83
+ .react-flow__edge.animated path.react-flow__edge-interaction {
84
+ stroke-dasharray: none;
85
+ -webkit-animation: none;
86
+ animation: none;
87
+ }
88
+ .react-flow__edge.inactive {
89
+ pointer-events: none;
90
+ }
91
+ .react-flow__edge.selected,
92
+ .react-flow__edge:focus,
93
+ .react-flow__edge:focus-visible {
94
+ outline: none;
95
+ }
96
+ .react-flow__edge.selected .react-flow__edge-path,
97
+ .react-flow__edge:focus .react-flow__edge-path,
98
+ .react-flow__edge:focus-visible .react-flow__edge-path {
99
+ stroke: #555;
100
+ }
101
+ .react-flow__edge-textwrapper {
102
+ pointer-events: all;
103
+ }
104
+ .react-flow__edge-textbg {
105
+ fill: white;
106
+ }
107
+ .react-flow__edge .react-flow__edge-text {
108
+ pointer-events: none;
109
+ -webkit-user-select: none;
110
+ -moz-user-select: none;
111
+ user-select: none;
112
+ }
113
+ .react-flow__connection {
114
+ pointer-events: none;
115
+ }
116
+ .react-flow__connection .animated {
117
+ stroke-dasharray: 5;
118
+ -webkit-animation: dashdraw 0.5s linear infinite;
119
+ animation: dashdraw 0.5s linear infinite;
120
+ }
121
+ .react-flow__connectionline {
122
+ z-index: 1001;
123
+ }
124
+ .react-flow__nodes {
125
+ pointer-events: none;
126
+ transform-origin: 0 0;
127
+ }
128
+ .react-flow__node {
129
+ position: absolute;
130
+ -webkit-user-select: none;
131
+ -moz-user-select: none;
132
+ user-select: none;
133
+ pointer-events: all;
134
+ transform-origin: 0 0;
135
+ box-sizing: border-box;
136
+ cursor: -webkit-grab;
137
+ cursor: grab;
138
+ }
139
+ .react-flow__node.dragging {
140
+ cursor: -webkit-grabbing;
141
+ cursor: grabbing;
142
+ }
143
+ .react-flow__nodesselection {
144
+ z-index: 3;
145
+ transform-origin: left top;
146
+ pointer-events: none;
147
+ }
148
+ .react-flow__nodesselection-rect {
149
+ position: absolute;
150
+ pointer-events: all;
151
+ cursor: -webkit-grab;
152
+ cursor: grab;
153
+ }
154
+ .react-flow__handle {
155
+ position: absolute;
156
+ pointer-events: none;
157
+ min-width: 5px;
158
+ min-height: 5px;
159
+ width: 6px;
160
+ height: 6px;
161
+ background: #1a192b;
162
+ border: 1px solid white;
163
+ border-radius: 100%;
164
+ }
165
+ .react-flow__handle.connectionindicator {
166
+ pointer-events: all;
167
+ cursor: crosshair;
168
+ }
169
+ .react-flow__handle-bottom {
170
+ top: auto;
171
+ left: 50%;
172
+ bottom: -4px;
173
+ transform: translate(-50%, 0);
174
+ }
175
+ .react-flow__handle-top {
176
+ left: 50%;
177
+ top: -4px;
178
+ transform: translate(-50%, 0);
179
+ }
180
+ .react-flow__handle-left {
181
+ top: 50%;
182
+ left: -4px;
183
+ transform: translate(0, -50%);
184
+ }
185
+ .react-flow__handle-right {
186
+ right: -4px;
187
+ top: 50%;
188
+ transform: translate(0, -50%);
189
+ }
190
+ .react-flow__edgeupdater {
191
+ cursor: move;
192
+ pointer-events: all;
193
+ }
194
+ .react-flow__panel {
195
+ position: absolute;
196
+ z-index: 5;
197
+ margin: 15px;
198
+ }
199
+ .react-flow__panel.top {
200
+ top: 0;
201
+ }
202
+ .react-flow__panel.bottom {
203
+ bottom: 0;
204
+ }
205
+ .react-flow__panel.left {
206
+ left: 0;
207
+ }
208
+ .react-flow__panel.right {
209
+ right: 0;
210
+ }
211
+ .react-flow__panel.center {
212
+ left: 50%;
213
+ transform: translateX(-50%);
214
+ }
215
+ .react-flow__attribution {
216
+ font-size: 10px;
217
+ background: rgba(255, 255, 255, 0.5);
218
+ padding: 2px 3px;
219
+ margin: 0;
220
+ }
221
+ .react-flow__attribution a {
222
+ text-decoration: none;
223
+ color: #999;
224
+ }
225
+ @-webkit-keyframes dashdraw {
226
+ from {
227
+ stroke-dashoffset: 10;
228
+ }
229
+ }
230
+ @keyframes dashdraw {
231
+ from {
232
+ stroke-dashoffset: 10;
233
+ }
234
+ }
235
+ .react-flow__edgelabel-renderer {
236
+ position: absolute;
237
+ width: 100%;
238
+ height: 100%;
239
+ pointer-events: none;
240
+ -webkit-user-select: none;
241
+ -moz-user-select: none;
242
+ user-select: none;
243
+ }
244
+ .react-flow__edge.updating .react-flow__edge-path {
245
+ stroke: #777;
246
+ }
247
+ .react-flow__edge-text {
248
+ font-size: 10px;
249
+ }
250
+ .react-flow__node.selectable:focus,
251
+ .react-flow__node.selectable:focus-visible {
252
+ outline: none;
253
+ }
254
+ .react-flow__node-default,
255
+ .react-flow__node-input,
256
+ .react-flow__node-output,
257
+ .react-flow__node-group {
258
+ padding: 10px;
259
+ border-radius: 3px;
260
+ width: 150px;
261
+ font-size: 12px;
262
+ color: #222;
263
+ text-align: center;
264
+ border-width: 1px;
265
+ border-style: solid;
266
+ border-color: #1a192b;
267
+ background-color: white;
268
+ }
269
+ .react-flow__node-default.selectable:hover,
270
+ .react-flow__node-input.selectable:hover,
271
+ .react-flow__node-output.selectable:hover,
272
+ .react-flow__node-group.selectable:hover {
273
+ box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
274
+ }
275
+ .react-flow__node-default.selectable.selected,
276
+ .react-flow__node-default.selectable:focus,
277
+ .react-flow__node-default.selectable:focus-visible,
278
+ .react-flow__node-input.selectable.selected,
279
+ .react-flow__node-input.selectable:focus,
280
+ .react-flow__node-input.selectable:focus-visible,
281
+ .react-flow__node-output.selectable.selected,
282
+ .react-flow__node-output.selectable:focus,
283
+ .react-flow__node-output.selectable:focus-visible,
284
+ .react-flow__node-group.selectable.selected,
285
+ .react-flow__node-group.selectable:focus,
286
+ .react-flow__node-group.selectable:focus-visible {
287
+ box-shadow: 0 0 0 0.5px #1a192b;
288
+ }
289
+ .react-flow__node-group {
290
+ background-color: rgba(240, 240, 240, 0.25);
291
+ }
292
+ .react-flow__nodesselection-rect,
293
+ .react-flow__selection {
294
+ background: rgba(0, 89, 220, 0.08);
295
+ border: 1px dotted rgba(0, 89, 220, 0.8);
296
+ }
297
+ .react-flow__nodesselection-rect:focus,
298
+ .react-flow__nodesselection-rect:focus-visible,
299
+ .react-flow__selection:focus,
300
+ .react-flow__selection:focus-visible {
301
+ outline: none;
302
+ }
303
+ .react-flow__controls {
304
+ box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
305
+ }
306
+ .react-flow__controls-button {
307
+ border: none;
308
+ background: #fefefe;
309
+ border-bottom: 1px solid #eee;
310
+ box-sizing: content-box;
311
+ display: flex;
312
+ justify-content: center;
313
+ align-items: center;
314
+ width: 16px;
315
+ height: 16px;
316
+ cursor: pointer;
317
+ -webkit-user-select: none;
318
+ -moz-user-select: none;
319
+ user-select: none;
320
+ padding: 5px;
321
+ }
322
+ .react-flow__controls-button:hover {
323
+ background: #f4f4f4;
324
+ }
325
+ .react-flow__controls-button svg {
326
+ width: 100%;
327
+ max-width: 12px;
328
+ max-height: 12px;
329
+ }
330
+ .react-flow__minimap {
331
+ background-color: #fff;
332
+ }
333
+ .react-flow__resize-control {
334
+ position: absolute;
335
+ }
336
+ .react-flow__resize-control.left,
337
+ .react-flow__resize-control.right {
338
+ cursor: ew-resize;
339
+ }
340
+ .react-flow__resize-control.top,
341
+ .react-flow__resize-control.bottom {
342
+ cursor: ns-resize;
343
+ }
344
+ .react-flow__resize-control.top.left,
345
+ .react-flow__resize-control.bottom.right {
346
+ cursor: nwse-resize;
347
+ }
348
+ .react-flow__resize-control.bottom.left,
349
+ .react-flow__resize-control.top.right {
350
+ cursor: nesw-resize;
351
+ }
352
+ .react-flow__resize-control.handle {
353
+ width: 4px;
354
+ height: 4px;
355
+ border: 1px solid #fff;
356
+ border-radius: 1px;
357
+ background-color: #3367d9;
358
+ transform: translate(-50%, -50%);
359
+ }
360
+ .react-flow__resize-control.handle.left {
361
+ left: 0;
362
+ top: 50%;
363
+ }
364
+ .react-flow__resize-control.handle.right {
365
+ left: 100%;
366
+ top: 50%;
367
+ }
368
+ .react-flow__resize-control.handle.top {
369
+ left: 50%;
370
+ top: 0;
371
+ }
372
+ .react-flow__resize-control.handle.bottom {
373
+ left: 50%;
374
+ top: 100%;
375
+ }
376
+ .react-flow__resize-control.handle.top.left {
377
+ left: 0;
378
+ }
379
+ .react-flow__resize-control.handle.bottom.left {
380
+ left: 0;
381
+ }
382
+ .react-flow__resize-control.handle.top.right {
383
+ left: 100%;
384
+ }
385
+ .react-flow__resize-control.handle.bottom.right {
386
+ left: 100%;
387
+ }
388
+ .react-flow__resize-control.line {
389
+ border-color: #3367d9;
390
+ border-width: 0;
391
+ border-style: solid;
392
+ }
393
+ .react-flow__resize-control.line.left,
394
+ .react-flow__resize-control.line.right {
395
+ width: 1px;
396
+ transform: translate(-50%, 0);
397
+ top: 0;
398
+ height: 100%;
399
+ }
400
+ .react-flow__resize-control.line.left {
401
+ left: 0;
402
+ border-left-width: 1px;
403
+ }
404
+ .react-flow__resize-control.line.right {
405
+ left: 100%;
406
+ border-right-width: 1px;
407
+ }
408
+ .react-flow__resize-control.line.top,
409
+ .react-flow__resize-control.line.bottom {
410
+ height: 1px;
411
+ transform: translate(0, -50%);
412
+ left: 0;
413
+ width: 100%;
414
+ }
415
+ .react-flow__resize-control.line.top {
416
+ top: 0;
417
+ border-top-width: 1px;
418
+ }
419
+ .react-flow__resize-control.line.bottom {
420
+ border-bottom-width: 1px;
421
+ top: 100%;
422
+ }
423
+
29
424
  /* ../../node_modules/.pnpm/react-reflex@4.0.9_react-dom@18.2.0_react@18.2.0/node_modules/react-reflex/styles.css */
30
425
  body.reflex-col-resize {
31
426
  cursor: col-resize;
@@ -2746,7 +3141,7 @@ a > .bootstrap-4-backport code {
2746
3141
  padding: 0.375rem 0.75rem;
2747
3142
  font-size: 1rem;
2748
3143
  line-height: 1.5;
2749
- border-radius: 0.2rem;
3144
+ border-radius: 3px;
2750
3145
  transition:
2751
3146
  color 0.15s ease-in-out,
2752
3147
  background-color 0.15s ease-in-out,
@@ -3321,14 +3716,14 @@ a > .bootstrap-4-backport code {
3321
3716
  padding: 0.5rem 1rem;
3322
3717
  font-size: 1.25rem;
3323
3718
  line-height: 1.5;
3324
- border-radius: 0.3rem;
3719
+ border-radius: 3px;
3325
3720
  }
3326
3721
  .bootstrap-4-backport .btn-sm,
3327
3722
  .bootstrap-4-backport .btn-group-sm > .btn {
3328
3723
  padding: 0.25rem 0.5rem;
3329
3724
  font-size: 0.875rem;
3330
3725
  line-height: 1.5;
3331
- border-radius: 0.2rem;
3726
+ border-radius: 3px;
3332
3727
  }
3333
3728
  .bootstrap-4-backport .btn-block {
3334
3729
  display: block;
@@ -4356,7 +4751,7 @@ a > .bootstrap-4-backport code {
4356
4751
  line-height: 1;
4357
4752
  background-color: transparent;
4358
4753
  border: 1px solid transparent;
4359
- border-radius: 0.2rem;
4754
+ border-radius: 3px;
4360
4755
  }
4361
4756
  .bootstrap-4-backport .navbar-toggler:hover,
4362
4757
  .bootstrap-4-backport .navbar-toggler:focus {
@@ -9462,33 +9857,22 @@ a.bootstrap-4-backport .badge-dark.focus {
9462
9857
  .bootstrap-4-backport .alert-danger .alert-link {
9463
9858
  color: #4d4d4d;
9464
9859
  }
9860
+ .bootstrap-4-backport button {
9861
+ border-radius: 3px;
9862
+ text-transform: capitalize;
9863
+ }
9465
9864
  .bootstrap-4-backport .btn:hover {
9466
9865
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
9467
9866
  }
9468
- .bootstrap-4-backport .btn.pill {
9469
- border-radius: 24px;
9470
- }
9471
- .bootstrap-4-backport .btn.pill.btn-lg,
9472
- .bootstrap-4-backport .btn-group-lg > .btn.pill {
9867
+ .bootstrap-4-backport .btn.btn-lg,
9868
+ .bootstrap-4-backport .btn-group-lg > .btn {
9473
9869
  font-size: 16px;
9474
9870
  padding: 10px 24px;
9475
9871
  }
9476
- .bootstrap-4-backport .btn.pill-xl {
9477
- border-radius: 24px;
9872
+ .bootstrap-4-backport .btn.btn-wide {
9478
9873
  min-width: 168px;
9479
9874
  padding: 10px;
9480
9875
  }
9481
- .bootstrap-4-backport .btn.pill-xl.btn-sm,
9482
- .bootstrap-4-backport .btn-group-sm > .btn.pill-xl {
9483
- min-width: 150px;
9484
- min-height: 20px;
9485
- padding: 5px;
9486
- }
9487
- .bootstrap-4-backport .btn.pill-xl.btn-lg,
9488
- .bootstrap-4-backport .btn-group-lg > .btn.pill-xl {
9489
- min-width: 220px;
9490
- padding: 10px;
9491
- }
9492
9876
  .bootstrap-4-backport .btn-default {
9493
9877
  color: #212529;
9494
9878
  background-color: #fff;
@@ -11047,7 +11431,6 @@ a.bootstrap-4-backport .badge-dark.focus {
11047
11431
  color: #fff;
11048
11432
  background-color: rgb(64, 123, 160);
11049
11433
  border-color: rgb(64, 123, 160);
11050
- border-radius: 0px;
11051
11434
  font-weight: 900;
11052
11435
  }
11053
11436
  .bootstrap-4-backport .btn-sds-primary:hover {
@@ -11091,7 +11474,6 @@ a.bootstrap-4-backport .badge-dark.focus {
11091
11474
  .bootstrap-4-backport .btn-outline {
11092
11475
  color: rgb(64, 123, 160);
11093
11476
  border-color: rgb(64, 123, 160);
11094
- border-radius: 0px;
11095
11477
  font-weight: 900;
11096
11478
  }
11097
11479
  .bootstrap-4-backport .btn-outline:hover {
@@ -15969,7 +16351,6 @@ button {
15969
16351
  display: inline-flex;
15970
16352
  justify-content: center;
15971
16353
  align-items: center;
15972
- border-radius: 24px;
15973
16354
  min-width: 168px;
15974
16355
  padding: 10px;
15975
16356
  height: 40px;
@@ -16119,7 +16500,7 @@ hr ~ .SRC-wrapper .SRC-marginTopMinusTen {
16119
16500
  min-height: 400px;
16120
16501
  }
16121
16502
  .table > tbody > tr > td {
16122
- vertical-align: middle;
16503
+ vertical-align: top;
16123
16504
  }
16124
16505
  .SignInButton {
16125
16506
  padding: 0px;
@@ -17177,7 +17558,8 @@ svg.HelpButton {
17177
17558
  border: 0;
17178
17559
  outline: none;
17179
17560
  box-shadow: none;
17180
- border-radius: 2px;
17561
+ border-radius: 3px;
17562
+ text-transform: capitalize;
17181
17563
  }
17182
17564
  .SRC-font-size-base {
17183
17565
  font-size: 16px;
@@ -17376,7 +17758,6 @@ svg.HelpButton {
17376
17758
  display: inline-block;
17377
17759
  height: 40px;
17378
17760
  margin-right: 10px;
17379
- border-radius: 20px;
17380
17761
  padding: 5px 20px !important;
17381
17762
  }
17382
17763
  .SRC-portalCard .SRC-cardMetadata {
@@ -17535,7 +17916,8 @@ svg.HelpButton {
17535
17916
  border: 0;
17536
17917
  outline: none;
17537
17918
  box-shadow: none;
17538
- border-radius: 2px;
17919
+ border-radius: 3px;
17920
+ text-transform: capitalize;
17539
17921
  }
17540
17922
  .json-forms-menu {
17541
17923
  }
@@ -17652,7 +18034,8 @@ svg.HelpButton {
17652
18034
  border: 0;
17653
18035
  outline: none;
17654
18036
  box-shadow: none;
17655
- border-radius: 2px;
18037
+ border-radius: 3px;
18038
+ text-transform: capitalize;
17656
18039
  }
17657
18040
  .modal-backdrop {
17658
18041
  opacity: 0.7;
@@ -17768,7 +18151,6 @@ svg.HelpButton {
17768
18151
  .SRC-ReactJsonForm .file-grid .btn-large {
17769
18152
  color: #fff;
17770
18153
  background-color: rgb(64, 123, 160);
17771
- text-transform: uppercase;
17772
18154
  padding: 0.75rem 1.5rem;
17773
18155
  }
17774
18156
  .SRC-ReactJsonForm .panel.unauthenticated {
@@ -17850,7 +18232,6 @@ svg.HelpButton {
17850
18232
  color: rgb(64, 123, 160);
17851
18233
  font-weight: 700;
17852
18234
  font-style: normal;
17853
- text-transform: uppercase;
17854
18235
  }
17855
18236
  .SRC-ReactJsonForm .field-radio-group .radio:first-child {
17856
18237
  margin-top: 0;
@@ -18092,7 +18473,8 @@ svg.HelpButton {
18092
18473
  border: 0;
18093
18474
  outline: none;
18094
18475
  box-shadow: none;
18095
- border-radius: 2px;
18476
+ border-radius: 3px;
18477
+ text-transform: capitalize;
18096
18478
  }
18097
18479
  .FacetFilterControls {
18098
18480
  padding-top: 18px;
@@ -18122,7 +18504,8 @@ svg.HelpButton {
18122
18504
  border: 0;
18123
18505
  outline: none;
18124
18506
  box-shadow: none;
18125
- border-radius: 2px;
18507
+ border-radius: 3px;
18508
+ text-transform: capitalize;
18126
18509
  }
18127
18510
  .RangeSlider {
18128
18511
  height: 60px;
@@ -18369,7 +18752,8 @@ svg.HelpButton {
18369
18752
  border: 0;
18370
18753
  outline: none;
18371
18754
  box-shadow: none;
18372
- border-radius: 2px;
18755
+ border-radius: 3px;
18756
+ text-transform: capitalize;
18373
18757
  }
18374
18758
  .AccessRequirementList {
18375
18759
  color: #515359;
@@ -18425,6 +18809,7 @@ svg.HelpButton {
18425
18809
  background-color: rgb(64, 123, 160);
18426
18810
  padding: 10px 70px 10px 70px;
18427
18811
  color: white;
18812
+ border-radius: 3px;
18428
18813
  }
18429
18814
  .AccessRequirementList .not-accept-button-container {
18430
18815
  margin-top: 15px;
@@ -18615,7 +19000,8 @@ svg.HelpButton {
18615
19000
  border: 0;
18616
19001
  outline: none;
18617
19002
  box-shadow: none;
18618
- border-radius: 2px;
19003
+ border-radius: 3px;
19004
+ text-transform: capitalize;
18619
19005
  }
18620
19006
  .TotalQueryResults {
18621
19007
  color: #1a1c29;
@@ -18679,7 +19065,8 @@ svg.HelpButton {
18679
19065
  border: 0;
18680
19066
  outline: none;
18681
19067
  box-shadow: none;
18682
- border-radius: 2px;
19068
+ border-radius: 3px;
19069
+ text-transform: capitalize;
18683
19070
  }
18684
19071
  .FacetNav {
18685
19072
  padding-top: 5px;
@@ -18705,7 +19092,6 @@ svg.HelpButton {
18705
19092
  }
18706
19093
  .FacetNav__showMoreContainer button.FacetNav__showMore {
18707
19094
  width: 250px;
18708
- text-transform: uppercase;
18709
19095
  }
18710
19096
  .page-progress button,
18711
19097
  .page-progress button:active,
@@ -18714,7 +19100,8 @@ svg.HelpButton {
18714
19100
  border: 0;
18715
19101
  outline: none;
18716
19102
  box-shadow: none;
18717
- border-radius: 2px;
19103
+ border-radius: 3px;
19104
+ text-transform: capitalize;
18718
19105
  }
18719
19106
  .FacetNavPanel {
18720
19107
  padding: 5px 0;
@@ -18823,10 +19210,11 @@ svg.HelpButton {
18823
19210
  }
18824
19211
  .SaveFiltersButtonContainer .SaveFiltersButton {
18825
19212
  display: block;
18826
- text-transform: uppercase;
18827
19213
  margin: auto;
18828
19214
  width: 250px;
18829
- padding: 5px 10px;
19215
+ min-width: 150px;
19216
+ min-height: 20px;
19217
+ padding: 5px;
18830
19218
  font-size: 16px;
18831
19219
  }
18832
19220
  .page-progress button,
@@ -18836,7 +19224,8 @@ svg.HelpButton {
18836
19224
  border: 0;
18837
19225
  outline: none;
18838
19226
  box-shadow: none;
18839
- border-radius: 2px;
19227
+ border-radius: 3px;
19228
+ text-transform: capitalize;
18840
19229
  }
18841
19230
  .QueryWrapperPlotNav .SRC-wrapper {
18842
19231
  display: grid;
@@ -19010,7 +19399,8 @@ svg.HelpButton {
19010
19399
  border: 0;
19011
19400
  outline: none;
19012
19401
  box-shadow: none;
19013
- border-radius: 2px;
19402
+ border-radius: 3px;
19403
+ text-transform: capitalize;
19014
19404
  }
19015
19405
  .QueryWrapperSearchInput__helppopoverwrapper,
19016
19406
  .QueryWrapperSqlEditorInput__helppopoverwrapper {
@@ -19131,7 +19521,8 @@ svg.HelpButton {
19131
19521
  border: 0;
19132
19522
  outline: none;
19133
19523
  box-shadow: none;
19134
- border-radius: 2px;
19524
+ border-radius: 3px;
19525
+ text-transform: capitalize;
19135
19526
  }
19136
19527
  .ElementWithTooltip {
19137
19528
  display: inline-flex;
@@ -19163,7 +19554,8 @@ button.ElementWithTooltip:focus {
19163
19554
  border: 0;
19164
19555
  outline: none;
19165
19556
  box-shadow: none;
19166
- border-radius: 2px;
19557
+ border-radius: 3px;
19558
+ text-transform: capitalize;
19167
19559
  }
19168
19560
  .page-progress button,
19169
19561
  .page-progress button:active,
@@ -19172,7 +19564,8 @@ button.ElementWithTooltip:focus {
19172
19564
  border: 0;
19173
19565
  outline: none;
19174
19566
  box-shadow: none;
19175
- border-radius: 2px;
19567
+ border-radius: 3px;
19568
+ text-transform: capitalize;
19176
19569
  }
19177
19570
  .ProgrammaticOptions .Tabs {
19178
19571
  display: flex;
@@ -19232,7 +19625,8 @@ button.ElementWithTooltip:focus {
19232
19625
  border: 0;
19233
19626
  outline: none;
19234
19627
  box-shadow: none;
19235
- border-radius: 2px;
19628
+ border-radius: 3px;
19629
+ text-transform: capitalize;
19236
19630
  }
19237
19631
  .checkbox,
19238
19632
  .radio {
@@ -19396,14 +19790,6 @@ input[type=radio] + span {
19396
19790
  .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer--forAll .checkbox-focused {
19397
19791
  margin: 5px 0px;
19398
19792
  }
19399
- .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer .checkbox > label::before,
19400
- .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer .checkbox-focused > label::before,
19401
- .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer--forAll .checkbox > label::before,
19402
- .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer--forAll .checkbox-focused > label::before {
19403
- border: none;
19404
- background: none;
19405
- box-shadow: none;
19406
- }
19407
19793
  .EnumFacetFilter__dropdown_menu .EnumFacetFilter__checkboxContainer:hover {
19408
19794
  background-color: rgba(64, 123, 160, 0.1);
19409
19795
  }
@@ -19636,7 +20022,8 @@ input[type=radio] + span {
19636
20022
  border: 0;
19637
20023
  outline: none;
19638
20024
  box-shadow: none;
19639
- border-radius: 2px;
20025
+ border-radius: 3px;
20026
+ text-transform: capitalize;
19640
20027
  }
19641
20028
  .FacetFilterHeader {
19642
20029
  display: flex;
@@ -19670,7 +20057,8 @@ input[type=radio] + span {
19670
20057
  border: 0;
19671
20058
  outline: none;
19672
20059
  box-shadow: none;
19673
- border-radius: 2px;
20060
+ border-radius: 3px;
20061
+ text-transform: capitalize;
19674
20062
  }
19675
20063
  .Chip {
19676
20064
  border-radius: 3px;
@@ -19769,7 +20157,8 @@ input[type=radio] + span {
19769
20157
  border: 0;
19770
20158
  outline: none;
19771
20159
  box-shadow: none;
19772
- border-radius: 2px;
20160
+ border-radius: 3px;
20161
+ text-transform: capitalize;
19773
20162
  }
19774
20163
  .Programs__Card__summary,
19775
20164
  .Programs__Card__header p,
@@ -19879,12 +20268,19 @@ input[type=radio] + span {
19879
20268
  border: 0;
19880
20269
  outline: none;
19881
20270
  box-shadow: none;
19882
- border-radius: 2px;
20271
+ border-radius: 3px;
20272
+ text-transform: capitalize;
19883
20273
  }
19884
20274
  .FeedWhatsNew {
19885
20275
  font-weight: bold;
19886
20276
  }
20277
+ .FeedSubscribe {
20278
+ display: flex;
20279
+ justify-content: center;
20280
+ }
19887
20281
  .FeedSubscribe .FeedSubscribeToNewsLink {
20282
+ display: flex;
20283
+ align-items: center;
19888
20284
  color: #404b63;
19889
20285
  margin-right: 15px;
19890
20286
  }
@@ -20025,7 +20421,8 @@ input[type=radio] + span {
20025
20421
  border: 0;
20026
20422
  outline: none;
20027
20423
  box-shadow: none;
20028
- border-radius: 2px;
20424
+ border-radius: 3px;
20425
+ text-transform: capitalize;
20029
20426
  }
20030
20427
  .Resources {
20031
20428
  background-color: rgba(64, 123, 160, 0.05);
@@ -20095,7 +20492,8 @@ input[type=radio] + span {
20095
20492
  border: 0;
20096
20493
  outline: none;
20097
20494
  box-shadow: none;
20098
- border-radius: 2px;
20495
+ border-radius: 3px;
20496
+ text-transform: capitalize;
20099
20497
  }
20100
20498
  .UserCardListRotate .SRC-card-grid-row {
20101
20499
  display: grid;
@@ -20171,7 +20569,8 @@ input[type=radio] + span {
20171
20569
  border: 0;
20172
20570
  outline: none;
20173
20571
  box-shadow: none;
20174
- border-radius: 2px;
20572
+ border-radius: 3px;
20573
+ text-transform: capitalize;
20175
20574
  }
20176
20575
  .bar-loader {
20177
20576
  display: flex;
@@ -20202,7 +20601,8 @@ input[type=radio] + span {
20202
20601
  border: 0;
20203
20602
  outline: none;
20204
20603
  box-shadow: none;
20205
- border-radius: 2px;
20604
+ border-radius: 3px;
20605
+ text-transform: capitalize;
20206
20606
  }
20207
20607
  .FacetPlotsCard {
20208
20608
  background-color: white;
@@ -20267,7 +20667,8 @@ input[type=radio] + span {
20267
20667
  border: 0;
20268
20668
  outline: none;
20269
20669
  box-shadow: none;
20270
- border-radius: 2px;
20670
+ border-radius: 3px;
20671
+ text-transform: capitalize;
20271
20672
  }
20272
20673
  @media (max-width: 768px) {
20273
20674
  .FeaturedDataPlots__queryPerCard,
@@ -20300,7 +20701,8 @@ input[type=radio] + span {
20300
20701
  border: 0;
20301
20702
  outline: none;
20302
20703
  box-shadow: none;
20303
- border-radius: 2px;
20704
+ border-radius: 3px;
20705
+ text-transform: capitalize;
20304
20706
  }
20305
20707
  .FeaturedDataTabs {
20306
20708
  padding-top: 20px;
@@ -20352,7 +20754,8 @@ input[type=radio] + span {
20352
20754
  border: 0;
20353
20755
  outline: none;
20354
20756
  box-shadow: none;
20355
- border-radius: 2px;
20757
+ border-radius: 3px;
20758
+ text-transform: capitalize;
20356
20759
  }
20357
20760
  .Programs__Mobile__Header,
20358
20761
  .Programs__Mobile,
@@ -20441,7 +20844,8 @@ input[type=radio] + span {
20441
20844
  border: 0;
20442
20845
  outline: none;
20443
20846
  box-shadow: none;
20444
- border-radius: 2px;
20847
+ border-radius: 3px;
20848
+ text-transform: capitalize;
20445
20849
  }
20446
20850
  .UserCardListGroups a {
20447
20851
  color: rgb(64, 123, 160);
@@ -20461,6 +20865,7 @@ input[type=radio] + span {
20461
20865
  overflow-y: auto;
20462
20866
  }
20463
20867
  .UserCardListGroups__Desktop .control-container .button-container button {
20868
+ border-radius: 0px;
20464
20869
  max-height: 120px;
20465
20870
  text-align: left;
20466
20871
  color: #515359;
@@ -20508,7 +20913,8 @@ input[type=radio] + span {
20508
20913
  border: 0;
20509
20914
  outline: none;
20510
20915
  box-shadow: none;
20511
- border-radius: 2px;
20916
+ border-radius: 3px;
20917
+ text-transform: capitalize;
20512
20918
  }
20513
20919
  .evaluation-round-editor .card-body {
20514
20920
  padding-top: 1.75rem;
@@ -20644,7 +21050,8 @@ input[type=radio] + span {
20644
21050
  border: 0;
20645
21051
  outline: none;
20646
21052
  box-shadow: none;
20647
- border-radius: 2px;
21053
+ border-radius: 3px;
21054
+ text-transform: capitalize;
20648
21055
  }
20649
21056
  .evaluation-card .submit-button {
20650
21057
  display: block;
@@ -20900,7 +21307,8 @@ input[type=radio] + span {
20900
21307
  border: 0;
20901
21308
  outline: none;
20902
21309
  box-shadow: none;
20903
- border-radius: 2px;
21310
+ border-radius: 3px;
21311
+ text-transform: capitalize;
20904
21312
  }
20905
21313
  .ProjectViewCard {
20906
21314
  word-wrap: break-word;
@@ -20954,7 +21362,8 @@ input[type=radio] + span {
20954
21362
  border: 0;
20955
21363
  outline: none;
20956
21364
  box-shadow: none;
20957
- border-radius: 2px;
21365
+ border-radius: 3px;
21366
+ text-transform: capitalize;
20958
21367
  }
20959
21368
  .SRC-Carousel {
20960
21369
  padding-top: 10px;
@@ -20997,7 +21406,8 @@ input[type=radio] + span {
20997
21406
  border: 0;
20998
21407
  outline: none;
20999
21408
  box-shadow: none;
21000
- border-radius: 2px;
21409
+ border-radius: 3px;
21410
+ text-transform: capitalize;
21001
21411
  }
21002
21412
  .SynapseHomepage {
21003
21413
  color: #515359;
@@ -21303,7 +21713,8 @@ input[type=radio] + span {
21303
21713
  border: 0;
21304
21714
  outline: none;
21305
21715
  box-shadow: none;
21306
- border-radius: 2px;
21716
+ border-radius: 3px;
21717
+ text-transform: capitalize;
21307
21718
  }
21308
21719
  .LoginComponent {
21309
21720
  max-width: 350px;
@@ -21468,7 +21879,8 @@ input[type=radio] + span {
21468
21879
  border: 0;
21469
21880
  outline: none;
21470
21881
  box-shadow: none;
21471
- border-radius: 2px;
21882
+ border-radius: 3px;
21883
+ text-transform: capitalize;
21472
21884
  }
21473
21885
  .EntityFinderReflexContainer {
21474
21886
  width: 100%;
@@ -21567,7 +21979,8 @@ input[type=radio] + span {
21567
21979
  border: 0;
21568
21980
  outline: none;
21569
21981
  box-shadow: none;
21570
- border-radius: 2px;
21982
+ border-radius: 3px;
21983
+ text-transform: capitalize;
21571
21984
  }
21572
21985
  .EntityFinderReflexContainer {
21573
21986
  width: 100%;
@@ -22239,7 +22652,8 @@ input[type=radio] + span {
22239
22652
  border: 0;
22240
22653
  outline: none;
22241
22654
  box-shadow: none;
22242
- border-radius: 2px;
22655
+ border-radius: 3px;
22656
+ text-transform: capitalize;
22243
22657
  }
22244
22658
  .EntityFinderReflexContainer {
22245
22659
  width: 100%;
@@ -22402,7 +22816,8 @@ input[type=radio] + span {
22402
22816
  border: 0;
22403
22817
  outline: none;
22404
22818
  box-shadow: none;
22405
- border-radius: 2px;
22819
+ border-radius: 3px;
22820
+ text-transform: capitalize;
22406
22821
  }
22407
22822
  .EntityFinderReflexContainer {
22408
22823
  width: 100%;
@@ -22538,7 +22953,8 @@ input[type=radio] + span {
22538
22953
  border: 0;
22539
22954
  outline: none;
22540
22955
  box-shadow: none;
22541
- border-radius: 2px;
22956
+ border-radius: 3px;
22957
+ text-transform: capitalize;
22542
22958
  }
22543
22959
  .EntityFinderReflexContainer {
22544
22960
  width: 100%;
@@ -22670,7 +23086,8 @@ input[type=radio] + span {
22670
23086
  border: 0;
22671
23087
  outline: none;
22672
23088
  box-shadow: none;
22673
- border-radius: 2px;
23089
+ border-radius: 3px;
23090
+ text-transform: capitalize;
22674
23091
  }
22675
23092
  .EntityFinderReflexContainer {
22676
23093
  width: 100%;
@@ -22809,7 +23226,8 @@ input[type=radio] + span {
22809
23226
  border: 0;
22810
23227
  outline: none;
22811
23228
  box-shadow: none;
22812
- border-radius: 2px;
23229
+ border-radius: 3px;
23230
+ text-transform: capitalize;
22813
23231
  }
22814
23232
  .EntityFinderSelectionPane {
22815
23233
  width: 100%;
@@ -22849,7 +23267,8 @@ input[type=radio] + span {
22849
23267
  border: 0;
22850
23268
  outline: none;
22851
23269
  box-shadow: none;
22852
- border-radius: 2px;
23270
+ border-radius: 3px;
23271
+ text-transform: capitalize;
22853
23272
  }
22854
23273
  .EntityBadge {
22855
23274
  display: flex;
@@ -22895,7 +23314,8 @@ input[type=radio] + span {
22895
23314
  border: 0;
22896
23315
  outline: none;
22897
23316
  box-shadow: none;
22898
- border-radius: 2px;
23317
+ border-radius: 3px;
23318
+ text-transform: capitalize;
22899
23319
  }
22900
23320
  table.DownloadListTableV2 {
22901
23321
  white-space: pre;
@@ -23015,7 +23435,8 @@ table.DownloadListTableV2 td {
23015
23435
  border: 0;
23016
23436
  outline: none;
23017
23437
  box-shadow: none;
23018
- border-radius: 2px;
23438
+ border-radius: 3px;
23439
+ text-transform: capitalize;
23019
23440
  }
23020
23441
  .experimental-mode-wrapper {
23021
23442
  white-space: nowrap;
@@ -23061,7 +23482,8 @@ table.DownloadListTableV2 td {
23061
23482
  border: 0;
23062
23483
  outline: none;
23063
23484
  box-shadow: none;
23064
- border-radius: 2px;
23485
+ border-radius: 3px;
23486
+ text-transform: capitalize;
23065
23487
  }
23066
23488
  .EntityMetadata .Tabs {
23067
23489
  display: flex;
@@ -23133,7 +23555,8 @@ table.DownloadListTableV2 td {
23133
23555
  border: 0;
23134
23556
  outline: none;
23135
23557
  box-shadow: none;
23136
- border-radius: 2px;
23558
+ border-radius: 3px;
23559
+ text-transform: capitalize;
23137
23560
  }
23138
23561
  .DownloadCartPage .description {
23139
23562
  max-width: 700px;
@@ -23340,7 +23763,8 @@ table.DownloadListTableV2 td {
23340
23763
  border: 0;
23341
23764
  outline: none;
23342
23765
  box-shadow: none;
23343
- border-radius: 2px;
23766
+ border-radius: 3px;
23767
+ text-transform: capitalize;
23344
23768
  }
23345
23769
  .FullWidthAlert[role=alert] {
23346
23770
  padding: 14px;
@@ -23486,7 +23910,8 @@ table.DownloadListTableV2 td {
23486
23910
  border: 0;
23487
23911
  outline: none;
23488
23912
  box-shadow: none;
23489
- border-radius: 2px;
23913
+ border-radius: 3px;
23914
+ text-transform: capitalize;
23490
23915
  }
23491
23916
  .bootstrap-4-backport .AnnotationEditor .LoadingPlaceholder {
23492
23917
  display: flex;
@@ -23629,7 +24054,8 @@ table.DownloadListTableV2 td {
23629
24054
  border: 0;
23630
24055
  outline: none;
23631
24056
  box-shadow: none;
23632
- border-radius: 2px;
24057
+ border-radius: 3px;
24058
+ text-transform: capitalize;
23633
24059
  }
23634
24060
  .SynapseNavDrawer {
23635
24061
  color: white;
@@ -23724,7 +24150,8 @@ table.DownloadListTableV2 td {
23724
24150
  border: 0;
23725
24151
  outline: none;
23726
24152
  box-shadow: none;
23727
- border-radius: 2px;
24153
+ border-radius: 3px;
24154
+ text-transform: capitalize;
23728
24155
  }
23729
24156
  .FavoritesPage .searchInputWithIcon {
23730
24157
  padding-bottom: 30px;
@@ -23792,7 +24219,8 @@ table.DownloadListTableV2 td {
23792
24219
  border: 0;
23793
24220
  outline: none;
23794
24221
  box-shadow: none;
23795
- border-radius: 2px;
24222
+ border-radius: 3px;
24223
+ text-transform: capitalize;
23796
24224
  }
23797
24225
  .UserProfileLinks .title {
23798
24226
  padding: 30px 0px 20px 30px;
@@ -23873,7 +24301,8 @@ table.DownloadListTableV2 td {
23873
24301
  border: 0;
23874
24302
  outline: none;
23875
24303
  box-shadow: none;
23876
- border-radius: 2px;
24304
+ border-radius: 3px;
24305
+ text-transform: capitalize;
23877
24306
  }
23878
24307
  .Tooltip.SRC-popover {
23879
24308
  background: white;
@@ -23931,7 +24360,8 @@ table.DownloadListTableV2 td {
23931
24360
  border: 0;
23932
24361
  outline: none;
23933
24362
  box-shadow: none;
23934
- border-radius: 2px;
24363
+ border-radius: 3px;
24364
+ text-transform: capitalize;
23935
24365
  }
23936
24366
  .FeaturedToolList {
23937
24367
  display: flex;
@@ -23975,7 +24405,8 @@ table.DownloadListTableV2 td {
23975
24405
  border: 0;
23976
24406
  outline: none;
23977
24407
  box-shadow: none;
23978
- border-radius: 2px;
24408
+ border-radius: 3px;
24409
+ text-transform: capitalize;
23979
24410
  }
23980
24411
  .ObservationCard__submitter {
23981
24412
  background-color: #f9f9f9;
@@ -24005,7 +24436,8 @@ table.DownloadListTableV2 td {
24005
24436
  border: 0;
24006
24437
  outline: none;
24007
24438
  box-shadow: none;
24008
- border-radius: 2px;
24439
+ border-radius: 3px;
24440
+ text-transform: capitalize;
24009
24441
  }
24010
24442
  .SubsectionRowRenderer__item {
24011
24443
  padding-top: 15px;
@@ -24017,7 +24449,8 @@ table.DownloadListTableV2 td {
24017
24449
  border: 0;
24018
24450
  outline: none;
24019
24451
  box-shadow: none;
24020
- border-radius: 2px;
24452
+ border-radius: 3px;
24453
+ text-transform: capitalize;
24021
24454
  }
24022
24455
  .checkbox,
24023
24456
  .radio {
@@ -24612,7 +25045,8 @@ input[type=radio] + span {
24612
25045
  border: 0;
24613
25046
  outline: none;
24614
25047
  box-shadow: none;
24615
- border-radius: 2px;
25048
+ border-radius: 3px;
25049
+ text-transform: capitalize;
24616
25050
  }
24617
25051
  .MarkdownCollapse svg {
24618
25052
  margin-right: 10px;
@@ -24667,7 +25101,8 @@ input[type=radio] + span {
24667
25101
  border: 0;
24668
25102
  outline: none;
24669
25103
  box-shadow: none;
24670
- border-radius: 2px;
25104
+ border-radius: 3px;
25105
+ text-transform: capitalize;
24671
25106
  }
24672
25107
  @media screen and (min-width: 768px) {
24673
25108
  .SubmissionPage {
@@ -24756,7 +25191,8 @@ input[type=radio] + span {
24756
25191
  border: 0;
24757
25192
  outline: none;
24758
25193
  box-shadow: none;
24759
- border-radius: 2px;
25194
+ border-radius: 3px;
25195
+ text-transform: capitalize;
24760
25196
  }
24761
25197
  .ReviewerDashboard .Breadcrumb {
24762
25198
  display: flex;
@@ -24940,7 +25376,8 @@ input[type=radio] + span {
24940
25376
  border: 0;
24941
25377
  outline: none;
24942
25378
  box-shadow: none;
24943
- border-radius: 2px;
25379
+ border-radius: 3px;
25380
+ text-transform: capitalize;
24944
25381
  }
24945
25382
  .OAuthDialog .row {
24946
25383
  margin-top: 8px;
@@ -24974,7 +25411,8 @@ input[type=radio] + span {
24974
25411
  border: 0;
24975
25412
  outline: none;
24976
25413
  box-shadow: none;
24977
- border-radius: 2px;
25414
+ border-radius: 3px;
25415
+ text-transform: capitalize;
24978
25416
  }
24979
25417
  .react-flow__attribution a {
24980
25418
  color: #dfe2e6 !important;
@@ -25040,7 +25478,8 @@ input[type=radio] + span {
25040
25478
  border: 0;
25041
25479
  outline: none;
25042
25480
  box-shadow: none;
25043
- border-radius: 2px;
25481
+ border-radius: 3px;
25482
+ text-transform: capitalize;
25044
25483
  }
25045
25484
  .CertificationQuiz .MuiTypography-headline1 {
25046
25485
  margin-top: 28px;
@@ -25100,7 +25539,8 @@ input[type=radio] + span {
25100
25539
  border: 0;
25101
25540
  outline: none;
25102
25541
  box-shadow: none;
25103
- border-radius: 2px;
25542
+ border-radius: 3px;
25543
+ text-transform: capitalize;
25104
25544
  }
25105
25545
  .ForumTable__top-level-control {
25106
25546
  float: right;
@@ -25172,7 +25612,6 @@ input[type=radio] + span {
25172
25612
  }
25173
25613
  .ExpandableTableData {
25174
25614
  max-width: 250px;
25175
- vertical-align: middle;
25176
25615
  }
25177
25616
  .ExpandableTableData p {
25178
25617
  text-overflow: ellipsis;
@@ -25197,7 +25636,8 @@ input[type=radio] + span {
25197
25636
  border: 0;
25198
25637
  outline: none;
25199
25638
  box-shadow: none;
25200
- border-radius: 2px;
25639
+ border-radius: 3px;
25640
+ text-transform: capitalize;
25201
25641
  }
25202
25642
  .MarkdownEditor .MarkdownEditorControls {
25203
25643
  display: flex;
@@ -25239,6 +25679,7 @@ input[type=radio] + span {
25239
25679
  height: 45px;
25240
25680
  padding-left: 30px;
25241
25681
  padding-right: 30px;
25682
+ border-radius: 0px;
25242
25683
  display: flex;
25243
25684
  align-items: center;
25244
25685
  text-decoration: none !important;