@epam/uui 4.11.0-alpha.1 → 5.0.0-alpha.1
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.
- package/assets/styles/buttonLayout.scss +5 -4
- package/assets/styles/controlLayout.scss +1 -1
- package/assets/styles/effects.scss +2 -2
- package/assets/styles/font-faces.scss +1 -1
- package/assets/styles/icons.scss +2 -2
- package/assets/styles/index.scss +1 -1
- package/assets/styles/inputs.scss +1 -1
- package/assets/styles/layout-mixins.scss +1 -1
- package/assets/styles/prettifyScrollBar.scss +1 -1
- package/assets/styles/text-layout.scss +1 -1
- package/assets/styles/typography-mixins.scss +1 -1
- package/assets/styles/typography.scss +3 -3
- package/assets/styles/variables/widgets/badge.scss +1 -1
- package/components/buttons/Button/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/buttons/helper.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts.map +1 -1
- package/components/datePickers/CalendarPresets.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +3 -3
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/filters/FilterDataPickerBody.d.ts +1 -1
- package/components/filters/FilterDataPickerBody.d.ts.map +1 -1
- package/components/filters/FilterItemBody.d.ts +3 -2
- package/components/filters/FilterItemBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts +3 -2
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +2 -4
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +5 -3
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts +5 -3
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +3 -2
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +3 -2
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +3 -2
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +4 -4
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/filters/defaultPredicates.d.ts +1 -1
- package/components/filters/defaultPredicates.d.ts.map +1 -1
- package/components/filters/index.d.ts +4 -4
- package/components/forms/Form.d.ts.map +1 -1
- package/components/forms/useForm.d.ts +1 -1
- package/components/forms/useForm.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/NumericInput.d.ts +3 -3
- package/components/inputs/NumericInput.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +1 -2
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/FlexItems/index.d.ts +1 -1
- package/components/layout/FlexItems/index.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +3 -0
- package/components/navigation/Anchor.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +2 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
- package/components/navigation/MainMenu/GlobalMenu.d.ts +2 -2
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/navigation/index.d.ts +1 -0
- package/components/navigation/index.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/ConfirmationModal.d.ts.map +1 -1
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +4 -4
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +4 -2
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/overlays/index.d.ts +1 -0
- package/components/overlays/index.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +4 -3
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerHeader.d.ts.map +1 -1
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts +2 -2
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/PickerListItem.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/helpers.d.ts +2 -0
- package/components/pickers/helpers.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +2 -2
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/index.d.ts +1 -1
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +2 -2
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/tables/types.d.ts +0 -4
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +2 -0
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts.map +1 -1
- package/components/typography/TextPlaceholder.d.ts +2 -2
- package/components/typography/TextPlaceholder.d.ts.map +1 -1
- package/components/widgets/AvatarStack.d.ts +4 -0
- package/components/widgets/AvatarStack.d.ts.map +1 -0
- package/components/widgets/Badge.d.ts +1 -1
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Paginator.d.ts +4 -0
- package/components/widgets/Paginator.d.ts.map +1 -0
- package/components/widgets/Spinner.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts.map +1 -1
- package/components/widgets/index.d.ts +2 -0
- package/components/widgets/index.d.ts.map +1 -1
- package/helpers/index.d.ts +2 -2
- package/helpers/textLayout.d.ts.map +1 -1
- package/helpers/useColumnsWithFilters.d.ts +1 -1
- package/helpers/useColumnsWithFilters.d.ts.map +1 -1
- package/icons/icons.d.ts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +3665 -0
- package/index.esm.js.map +1 -0
- package/index.js +1128 -1042
- package/index.js.map +1 -1
- package/package.json +11 -10
- package/readme.md +2 -2
- package/stats.html +2462 -329
- package/styles.css +681 -744
- package/styles.css.map +1 -1
- package/components/buttons/Button/Button.test.d.ts +0 -2
- package/components/buttons/Button/Button.test.d.ts.map +0 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts +0 -5
- package/components/layout/FlexItems/FlexSpacer.d.ts.map +0 -1
package/styles.css
CHANGED
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
display: inline-flex;
|
|
126
126
|
align-items: center;
|
|
127
127
|
color: var(--uui-primary);
|
|
128
|
+
text-decoration: underline;
|
|
128
129
|
}
|
|
129
130
|
.Button_typography-inline__rkIhO a:visited {
|
|
130
131
|
color: #5214CC;
|
|
@@ -133,7 +134,6 @@
|
|
|
133
134
|
color: #3F0F9E;
|
|
134
135
|
}
|
|
135
136
|
.Button_typography-inline__rkIhO a:hover {
|
|
136
|
-
text-decoration: underline;
|
|
137
137
|
color: var(--uui-primary-dark);
|
|
138
138
|
}
|
|
139
139
|
.Button_typography-inline__rkIhO code {
|
|
@@ -165,7 +165,6 @@
|
|
|
165
165
|
.Button_root__uIzk9.uui-button-box {
|
|
166
166
|
border-style: solid;
|
|
167
167
|
justify-content: center;
|
|
168
|
-
min-width: inherit;
|
|
169
168
|
border-radius: var(--uui-btn-border-radius);
|
|
170
169
|
}
|
|
171
170
|
.Button_root__uIzk9 .uui-caption {
|
|
@@ -174,8 +173,8 @@
|
|
|
174
173
|
min-width: 0;
|
|
175
174
|
text-align: center;
|
|
176
175
|
flex: 1 1 auto;
|
|
177
|
-
font-family: var(--font
|
|
178
|
-
font-weight: normal;
|
|
176
|
+
font-family: var(--uui-btn-font);
|
|
177
|
+
font-weight: var(--uui-btn-font-weight, normal);
|
|
179
178
|
user-select: none;
|
|
180
179
|
}
|
|
181
180
|
|
|
@@ -301,6 +300,26 @@
|
|
|
301
300
|
border-color: transparent;
|
|
302
301
|
}
|
|
303
302
|
|
|
303
|
+
.Button_size-18__Tawje {
|
|
304
|
+
min-width: 18px;
|
|
305
|
+
padding-left: 2px;
|
|
306
|
+
padding-right: 2px;
|
|
307
|
+
}
|
|
308
|
+
.Button_size-18__Tawje .uui-caption {
|
|
309
|
+
padding-left: 3px;
|
|
310
|
+
padding-right: 3px;
|
|
311
|
+
}
|
|
312
|
+
.Button_size-18__Tawje.uui-button-box {
|
|
313
|
+
min-height: 18px;
|
|
314
|
+
border-width: 1px;
|
|
315
|
+
}
|
|
316
|
+
.Button_size-18__Tawje .uui-caption {
|
|
317
|
+
line-height: 12px;
|
|
318
|
+
font-size: 10px;
|
|
319
|
+
padding-top: 2px;
|
|
320
|
+
padding-bottom: 2px;
|
|
321
|
+
}
|
|
322
|
+
|
|
304
323
|
.Button_size-24__8SJZp {
|
|
305
324
|
min-width: 24px;
|
|
306
325
|
padding-left: 5px;
|
|
@@ -379,7 +398,7 @@
|
|
|
379
398
|
font-size: 16px;
|
|
380
399
|
padding-top: 8px;
|
|
381
400
|
padding-bottom: 8px;
|
|
382
|
-
font-size:
|
|
401
|
+
font-size: 16px;
|
|
383
402
|
}
|
|
384
403
|
.Button_size-42__h3Y-0 .uui-caption {
|
|
385
404
|
font-family: var(--font-primary);
|
|
@@ -404,7 +423,7 @@
|
|
|
404
423
|
font-size: 16px;
|
|
405
424
|
padding-top: 11px;
|
|
406
425
|
padding-bottom: 11px;
|
|
407
|
-
font-size:
|
|
426
|
+
font-size: 16px;
|
|
408
427
|
}
|
|
409
428
|
.Button_size-48__VaI4- .uui-caption {
|
|
410
429
|
font-family: var(--font-primary);
|
|
@@ -453,8 +472,8 @@
|
|
|
453
472
|
background-color: transparent;
|
|
454
473
|
}
|
|
455
474
|
.LinkButton_root__SWC7c .uui-caption {
|
|
456
|
-
font-family: var(--font
|
|
457
|
-
font-weight: normal;
|
|
475
|
+
font-family: var(--uui-link-button-font);
|
|
476
|
+
font-weight: var(--uui-link-button-font-weight, normal);
|
|
458
477
|
}
|
|
459
478
|
.LinkButton_root__SWC7c.LinkButton_size-18__XI44N {
|
|
460
479
|
min-width: 18px;
|
|
@@ -555,7 +574,7 @@
|
|
|
555
574
|
font-size: 16px;
|
|
556
575
|
padding-top: 9px;
|
|
557
576
|
padding-bottom: 9px;
|
|
558
|
-
font-size:
|
|
577
|
+
font-size: 16px;
|
|
559
578
|
}
|
|
560
579
|
.LinkButton_root__SWC7c.LinkButton_size-42__apHCj .uui-caption {
|
|
561
580
|
font-family: var(--font-primary);
|
|
@@ -580,7 +599,7 @@
|
|
|
580
599
|
font-size: 16px;
|
|
581
600
|
padding-top: 12px;
|
|
582
601
|
padding-bottom: 12px;
|
|
583
|
-
font-size:
|
|
602
|
+
font-size: 16px;
|
|
584
603
|
}
|
|
585
604
|
.LinkButton_root__SWC7c.LinkButton_size-48__7zgFe .uui-caption {
|
|
586
605
|
font-family: var(--font-primary);
|
|
@@ -678,6 +697,7 @@
|
|
|
678
697
|
display: inline-flex;
|
|
679
698
|
align-items: center;
|
|
680
699
|
color: var(--uui-primary);
|
|
700
|
+
text-decoration: underline;
|
|
681
701
|
}
|
|
682
702
|
.TabButton_typography-inline__JMTQP a:visited {
|
|
683
703
|
color: #5214CC;
|
|
@@ -686,7 +706,6 @@
|
|
|
686
706
|
color: #3F0F9E;
|
|
687
707
|
}
|
|
688
708
|
.TabButton_typography-inline__JMTQP a:hover {
|
|
689
|
-
text-decoration: underline;
|
|
690
709
|
color: var(--uui-primary-dark);
|
|
691
710
|
}
|
|
692
711
|
.TabButton_typography-inline__JMTQP code {
|
|
@@ -727,8 +746,8 @@
|
|
|
727
746
|
bottom: -1px;
|
|
728
747
|
display: flex;
|
|
729
748
|
align-items: center;
|
|
730
|
-
font-family: var(--font
|
|
731
|
-
font-weight: normal;
|
|
749
|
+
font-family: var(--uui-tab-button-font);
|
|
750
|
+
font-weight: var(--uui-tab-button-font-weight, normal);
|
|
732
751
|
border-bottom: 3px solid transparent;
|
|
733
752
|
}
|
|
734
753
|
.TabButton_root__WwWmb.uui-has-left-icon .uui-caption {
|
|
@@ -746,9 +765,6 @@
|
|
|
746
765
|
fill: var(--uui-tab-button-text-active);
|
|
747
766
|
border-color: var(--uui-tab-button-text-active);
|
|
748
767
|
}
|
|
749
|
-
.TabButton_root__WwWmb.uui-active {
|
|
750
|
-
border-color: var(--uui-tab-button-text-active);
|
|
751
|
-
}
|
|
752
768
|
.TabButton_root__WwWmb.uui-disabled {
|
|
753
769
|
color: var(--uui-tab-button-text-disabled);
|
|
754
770
|
fill: var(--uui-tab-button-text-disabled);
|
|
@@ -778,8 +794,8 @@
|
|
|
778
794
|
padding-top: 3px;
|
|
779
795
|
padding-bottom: 3px;
|
|
780
796
|
letter-spacing: 0;
|
|
781
|
-
color: var(--uui-
|
|
782
|
-
background-color: var(--uui-
|
|
797
|
+
color: var(--uui-informer-caption);
|
|
798
|
+
background-color: var(--uui-informer-bg);
|
|
783
799
|
padding: 0 6px;
|
|
784
800
|
margin-left: 6px;
|
|
785
801
|
margin-right: 3px;
|
|
@@ -892,6 +908,7 @@
|
|
|
892
908
|
display: inline-flex;
|
|
893
909
|
align-items: center;
|
|
894
910
|
color: var(--uui-primary);
|
|
911
|
+
text-decoration: underline;
|
|
895
912
|
}
|
|
896
913
|
.VerticalTabButton_typography-inline__evOKQ a:visited {
|
|
897
914
|
color: #5214CC;
|
|
@@ -900,7 +917,6 @@
|
|
|
900
917
|
color: #3F0F9E;
|
|
901
918
|
}
|
|
902
919
|
.VerticalTabButton_typography-inline__evOKQ a:hover {
|
|
903
|
-
text-decoration: underline;
|
|
904
920
|
color: var(--uui-primary-dark);
|
|
905
921
|
}
|
|
906
922
|
.VerticalTabButton_typography-inline__evOKQ code {
|
|
@@ -1025,6 +1041,7 @@
|
|
|
1025
1041
|
display: inline-flex;
|
|
1026
1042
|
align-items: center;
|
|
1027
1043
|
color: var(--uui-primary);
|
|
1044
|
+
text-decoration: underline;
|
|
1028
1045
|
}
|
|
1029
1046
|
.Checkbox_typography-inline__v0o42 a:visited {
|
|
1030
1047
|
color: #5214CC;
|
|
@@ -1033,7 +1050,6 @@
|
|
|
1033
1050
|
color: #3F0F9E;
|
|
1034
1051
|
}
|
|
1035
1052
|
.Checkbox_typography-inline__v0o42 a:hover {
|
|
1036
|
-
text-decoration: underline;
|
|
1037
1053
|
color: var(--uui-primary-dark);
|
|
1038
1054
|
}
|
|
1039
1055
|
.Checkbox_typography-inline__v0o42 code {
|
|
@@ -1074,7 +1090,8 @@
|
|
|
1074
1090
|
border-radius: var(--uui-checkbox-border-radius);
|
|
1075
1091
|
}
|
|
1076
1092
|
.Checkbox_root__-oMf6 .uui-input-label {
|
|
1077
|
-
font-family: var(--font
|
|
1093
|
+
font-family: var(--uui-checkbox-font);
|
|
1094
|
+
font-weight: var(--uui-checkbox-font-weigth, normal);
|
|
1078
1095
|
color: var(--uui-checkbox-label);
|
|
1079
1096
|
margin-left: 12px;
|
|
1080
1097
|
flex-grow: 1;
|
|
@@ -1127,6 +1144,7 @@
|
|
|
1127
1144
|
color: var(--uui-checkbox-error);
|
|
1128
1145
|
}
|
|
1129
1146
|
.Checkbox_root__-oMf6.Checkbox_size-18__BzbEk .uui-checkbox {
|
|
1147
|
+
box-sizing: border-box;
|
|
1130
1148
|
width: 18px;
|
|
1131
1149
|
height: 18px;
|
|
1132
1150
|
}
|
|
@@ -1138,6 +1156,7 @@
|
|
|
1138
1156
|
line-height: 18px;
|
|
1139
1157
|
}
|
|
1140
1158
|
.Checkbox_root__-oMf6.Checkbox_size-12__ASr3R .uui-checkbox {
|
|
1159
|
+
box-sizing: border-box;
|
|
1141
1160
|
width: 12px;
|
|
1142
1161
|
height: 12px;
|
|
1143
1162
|
}
|
|
@@ -1246,6 +1265,7 @@
|
|
|
1246
1265
|
display: inline-flex;
|
|
1247
1266
|
align-items: center;
|
|
1248
1267
|
color: var(--uui-primary);
|
|
1268
|
+
text-decoration: underline;
|
|
1249
1269
|
}
|
|
1250
1270
|
.RadioInput_typography-inline__9Q7fd a:visited {
|
|
1251
1271
|
color: #5214CC;
|
|
@@ -1254,7 +1274,6 @@
|
|
|
1254
1274
|
color: #3F0F9E;
|
|
1255
1275
|
}
|
|
1256
1276
|
.RadioInput_typography-inline__9Q7fd a:hover {
|
|
1257
|
-
text-decoration: underline;
|
|
1258
1277
|
color: var(--uui-primary-dark);
|
|
1259
1278
|
}
|
|
1260
1279
|
.RadioInput_typography-inline__9Q7fd code {
|
|
@@ -1315,7 +1334,8 @@
|
|
|
1315
1334
|
.RadioInput_root__wxJgt .uui-input-label {
|
|
1316
1335
|
color: var(--uui-radio-input-label);
|
|
1317
1336
|
flex-grow: 1;
|
|
1318
|
-
font-family: var(--font
|
|
1337
|
+
font-family: var(--uui-radio-input-font);
|
|
1338
|
+
font-weight: var(--uui-radio-input-font-weight, normal);
|
|
1319
1339
|
margin-left: 12px;
|
|
1320
1340
|
display: flex;
|
|
1321
1341
|
align-items: center;
|
|
@@ -1467,7 +1487,8 @@
|
|
|
1467
1487
|
transition: 0.1s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
1468
1488
|
}
|
|
1469
1489
|
.Switch_root__q-6Iy .uui-input-label {
|
|
1470
|
-
font-family: var(--font
|
|
1490
|
+
font-family: var(--uui-switch-font);
|
|
1491
|
+
font-weight: var(--uui-switch-font-weight, normal);
|
|
1471
1492
|
color: var(--uui-switch-label);
|
|
1472
1493
|
margin-left: 11px;
|
|
1473
1494
|
}
|
|
@@ -1609,6 +1630,7 @@
|
|
|
1609
1630
|
display: inline-flex;
|
|
1610
1631
|
align-items: center;
|
|
1611
1632
|
color: var(--uui-primary);
|
|
1633
|
+
text-decoration: underline;
|
|
1612
1634
|
}
|
|
1613
1635
|
.TextInput_typography-inline__DAwAE a:visited {
|
|
1614
1636
|
color: #5214CC;
|
|
@@ -1617,7 +1639,6 @@
|
|
|
1617
1639
|
color: #3F0F9E;
|
|
1618
1640
|
}
|
|
1619
1641
|
.TextInput_typography-inline__DAwAE a:hover {
|
|
1620
|
-
text-decoration: underline;
|
|
1621
1642
|
color: var(--uui-primary-dark);
|
|
1622
1643
|
}
|
|
1623
1644
|
.TextInput_typography-inline__DAwAE code {
|
|
@@ -1656,7 +1677,8 @@
|
|
|
1656
1677
|
}
|
|
1657
1678
|
.TextInput_root__UKzkT .uui-input {
|
|
1658
1679
|
color: var(--uui-text-input-text);
|
|
1659
|
-
font-family: var(--font
|
|
1680
|
+
font-family: var(--uui-text-input-font);
|
|
1681
|
+
font-weight: var(--uui-text-input-font, normal);
|
|
1660
1682
|
padding-left: 6px;
|
|
1661
1683
|
padding-right: 6px;
|
|
1662
1684
|
}
|
|
@@ -1802,20 +1824,24 @@
|
|
|
1802
1824
|
border-width: 1px;
|
|
1803
1825
|
}
|
|
1804
1826
|
.Accordion_root__fTEyW .uui-accordion-toggler {
|
|
1805
|
-
font-family: var(--font
|
|
1827
|
+
font-family: var(--uui-accordion-toggler-font);
|
|
1828
|
+
font-weight: var(--uui-accordion-toggler-font-weight, normal);
|
|
1806
1829
|
color: var(--uui-accordion-text);
|
|
1807
1830
|
cursor: pointer;
|
|
1808
1831
|
}
|
|
1809
1832
|
.Accordion_root__fTEyW .uui-accordion-body {
|
|
1810
|
-
font-family: var(--font
|
|
1833
|
+
font-family: var(--uui-accordion-body-font);
|
|
1834
|
+
font-weight: var(--uui-accordion-body-font-weight, normal);
|
|
1811
1835
|
color: var(--uui-accordion-text);
|
|
1812
1836
|
}
|
|
1837
|
+
.Accordion_root__fTEyW.uui-accordion-container.Accordion_mode-block__WJ0h9 {
|
|
1838
|
+
box-shadow: var(--uui-accordion-shadow);
|
|
1839
|
+
}
|
|
1813
1840
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9 {
|
|
1814
1841
|
border-radius: var(--uui-accordion-border-radius);
|
|
1815
1842
|
}
|
|
1816
1843
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9 .uui-accordion-toggler {
|
|
1817
1844
|
background: var(--uui-accordion-bg);
|
|
1818
|
-
box-shadow: var(--uui-accordion-shadow);
|
|
1819
1845
|
fill: var(--uui-accordion-icon);
|
|
1820
1846
|
line-height: 24px;
|
|
1821
1847
|
font-size: 18px;
|
|
@@ -1838,26 +1864,27 @@
|
|
|
1838
1864
|
line-height: 24px;
|
|
1839
1865
|
letter-spacing: 0;
|
|
1840
1866
|
background: var(--uui-accordion-bg);
|
|
1841
|
-
box-shadow: var(--uui-accordion-shadow);
|
|
1842
1867
|
border-top: 1px solid var(--uui-accordion-border);
|
|
1843
1868
|
border-radius: 0 0 var(--uui-accordion-border-radius) var(--uui-accordion-border-radius);
|
|
1844
1869
|
}
|
|
1845
1870
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-opened .uui-accordion-toggler {
|
|
1846
1871
|
border-radius: var(--uui-accordion-border-radius) var(--uui-accordion-border-radius) 0 0;
|
|
1847
|
-
box-shadow: var(--uui-accordion-shadow);
|
|
1848
1872
|
}
|
|
1849
1873
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-opened .uui-accordion-toggler:hover, .Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-opened .uui-accordion-toggler:focus {
|
|
1850
|
-
border-color: var(--uui-accordion-
|
|
1874
|
+
border-color: var(--uui-accordion-shadow-hovered);
|
|
1851
1875
|
}
|
|
1852
1876
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-disabled .uui-accordion-toggler {
|
|
1853
1877
|
cursor: default;
|
|
1854
1878
|
fill: var(--uui-accordion-icon-disabled);
|
|
1855
1879
|
}
|
|
1880
|
+
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-disabled .uui-accordion-toggler.uui-opened {
|
|
1881
|
+
border-radius: var(--uui-accordion-border-radius) var(--uui-accordion-border-radius) 0 0;
|
|
1882
|
+
}
|
|
1856
1883
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1857
1884
|
color: var(--uui-accordion-text-disabled);
|
|
1858
1885
|
}
|
|
1859
1886
|
.Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-disabled .uui-accordion-toggler:hover, .Accordion_root__fTEyW.Accordion_mode-block__WJ0h9.uui-disabled .uui-accordion-toggler:focus {
|
|
1860
|
-
box-shadow:
|
|
1887
|
+
box-shadow: none;
|
|
1861
1888
|
}
|
|
1862
1889
|
.Accordion_root__fTEyW.Accordion_mode-inline__2zs0- .uui-accordion-toggler {
|
|
1863
1890
|
border-bottom: 1px solid var(--uui-accordion-border);
|
|
@@ -1877,12 +1904,14 @@
|
|
|
1877
1904
|
border-bottom: 1px solid var(--uui-accordion-border);
|
|
1878
1905
|
}
|
|
1879
1906
|
.Accordion_root__fTEyW.Accordion_mode-inline__2zs0-.uui-opened .uui-accordion-toggler {
|
|
1880
|
-
border-bottom:
|
|
1907
|
+
border-bottom: none;
|
|
1881
1908
|
}
|
|
1882
1909
|
.Accordion_root__fTEyW.Accordion_mode-inline__2zs0-.uui-disabled .uui-accordion-toggler {
|
|
1883
1910
|
cursor: default;
|
|
1884
1911
|
fill: var(--uui-accordion-icon-disabled);
|
|
1885
|
-
|
|
1912
|
+
}
|
|
1913
|
+
.Accordion_root__fTEyW.Accordion_mode-inline__2zs0-.uui-disabled .uui-accordion-toggler.uui-opened {
|
|
1914
|
+
border-bottom: none;
|
|
1886
1915
|
}
|
|
1887
1916
|
.Accordion_root__fTEyW.Accordion_mode-inline__2zs0-.uui-disabled .uui-accordion-toggler .uui-accordion-title {
|
|
1888
1917
|
color: var(--uui-accordion-text-disabled);
|
|
@@ -2006,6 +2035,7 @@
|
|
|
2006
2035
|
display: inline-flex;
|
|
2007
2036
|
align-items: center;
|
|
2008
2037
|
color: var(--uui-primary);
|
|
2038
|
+
text-decoration: underline;
|
|
2009
2039
|
}
|
|
2010
2040
|
.FlexRow_typography-inline__br3BL a:visited {
|
|
2011
2041
|
color: #5214CC;
|
|
@@ -2014,7 +2044,6 @@
|
|
|
2014
2044
|
color: #3F0F9E;
|
|
2015
2045
|
}
|
|
2016
2046
|
.FlexRow_typography-inline__br3BL a:hover {
|
|
2017
|
-
text-decoration: underline;
|
|
2018
2047
|
color: var(--uui-primary-dark);
|
|
2019
2048
|
}
|
|
2020
2049
|
.FlexRow_typography-inline__br3BL code {
|
|
@@ -2045,10 +2074,10 @@
|
|
|
2045
2074
|
|
|
2046
2075
|
.FlexRow_root__8pevZ {
|
|
2047
2076
|
box-sizing: content-box;
|
|
2077
|
+
background-color: var(--uui-flex-row-bg);
|
|
2048
2078
|
}
|
|
2049
|
-
.FlexRow_root__8pevZ
|
|
2050
|
-
|
|
2051
|
-
cursor: pointer;
|
|
2079
|
+
.FlexRow_root__8pevZ.FlexRow_border-bottom__5L1Xk {
|
|
2080
|
+
border-bottom: var(--uui-flex-row-border-bottom);
|
|
2052
2081
|
}
|
|
2053
2082
|
.FlexRow_root__8pevZ.FlexRow_top-shadow__yLJfa {
|
|
2054
2083
|
box-shadow: inset 0 10px 5px -10px rgba(51, 51, 51, 0.2);
|
|
@@ -2128,9 +2157,6 @@
|
|
|
2128
2157
|
.FlexRow_root__8pevZ.FlexRow_spacing-18__QdC3L > *:not(:first-child) {
|
|
2129
2158
|
margin-left: 9px;
|
|
2130
2159
|
}
|
|
2131
|
-
.FlexRow_root__8pevZ.FlexRow_border-bottom__5L1Xk {
|
|
2132
|
-
border-bottom: 1px solid var(--uui-divider);
|
|
2133
|
-
}
|
|
2134
2160
|
.Panel_root__Ue9u5 {
|
|
2135
2161
|
overflow: hidden;
|
|
2136
2162
|
border-radius: var(--uui-panel-border-radius);
|
|
@@ -2176,13 +2202,19 @@
|
|
|
2176
2202
|
display: flex;
|
|
2177
2203
|
}
|
|
2178
2204
|
|
|
2205
|
+
.Alert_action-icon__GhtYo {
|
|
2206
|
+
min-height: 30px;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2179
2209
|
.Alert_action-link__Hj-D2:not(:last-child) {
|
|
2180
2210
|
margin-right: 12px;
|
|
2181
2211
|
}
|
|
2182
2212
|
|
|
2183
2213
|
.Alert_close-icon__brCPM {
|
|
2184
|
-
height: 100%;
|
|
2185
2214
|
margin-left: 17px;
|
|
2215
|
+
min-height: 30px;
|
|
2216
|
+
min-width: fit-content;
|
|
2217
|
+
align-self: flex-start;
|
|
2186
2218
|
}
|
|
2187
2219
|
|
|
2188
2220
|
.Alert_main-path__jHhJZ {
|
|
@@ -2357,6 +2389,7 @@
|
|
|
2357
2389
|
display: inline-flex;
|
|
2358
2390
|
align-items: center;
|
|
2359
2391
|
color: var(--uui-primary);
|
|
2392
|
+
text-decoration: underline;
|
|
2360
2393
|
}
|
|
2361
2394
|
.DropdownMenu_typography-inline__QTz-3 a:visited {
|
|
2362
2395
|
color: #5214CC;
|
|
@@ -2365,7 +2398,6 @@
|
|
|
2365
2398
|
color: #3F0F9E;
|
|
2366
2399
|
}
|
|
2367
2400
|
.DropdownMenu_typography-inline__QTz-3 a:hover {
|
|
2368
|
-
text-decoration: underline;
|
|
2369
2401
|
color: var(--uui-primary-dark);
|
|
2370
2402
|
}
|
|
2371
2403
|
.DropdownMenu_typography-inline__QTz-3 code {
|
|
@@ -2405,10 +2437,11 @@
|
|
|
2405
2437
|
.DropdownMenu_bodyRoot__hAgqI {
|
|
2406
2438
|
color: var(--uui-text-primary);
|
|
2407
2439
|
fill: var(--uui-icon);
|
|
2408
|
-
font-family: var(--font
|
|
2440
|
+
font-family: var(--uui-dropdown-menu-body-font);
|
|
2441
|
+
font-weight: var(--uui-dropdown-menu-body-font-weight, normal);
|
|
2409
2442
|
font-size: 14px;
|
|
2410
2443
|
padding: 0.5em 0;
|
|
2411
|
-
background-color: var(--uui-
|
|
2444
|
+
background-color: var(--uui-dropdown-menu-bg);
|
|
2412
2445
|
box-shadow: var(--uui-shadow);
|
|
2413
2446
|
}
|
|
2414
2447
|
.DropdownMenu_bodyRoot__hAgqI .uui-icon svg {
|
|
@@ -2432,7 +2465,7 @@
|
|
|
2432
2465
|
.DropdownMenu_splitterRoot__mJGU2 .DropdownMenu_splitter__7AuFo {
|
|
2433
2466
|
width: 100%;
|
|
2434
2467
|
border: 0;
|
|
2435
|
-
border-top: 1px solid var(--uui-
|
|
2468
|
+
border-top: 1px solid var(--uui-dropdown-menu-splitter);
|
|
2436
2469
|
height: 0;
|
|
2437
2470
|
}
|
|
2438
2471
|
|
|
@@ -2444,7 +2477,8 @@
|
|
|
2444
2477
|
font-size: 14px;
|
|
2445
2478
|
box-sizing: border-box;
|
|
2446
2479
|
width: 100%;
|
|
2447
|
-
font-family: var(--font
|
|
2480
|
+
font-family: var(--uui-dropdown-menu-item-font);
|
|
2481
|
+
font-weight: var(--uui-dropdown-menu-item-font-weight, normal);
|
|
2448
2482
|
cursor: default;
|
|
2449
2483
|
font-size: 0.9em;
|
|
2450
2484
|
}
|
|
@@ -2458,7 +2492,8 @@
|
|
|
2458
2492
|
font-size: 14px;
|
|
2459
2493
|
box-sizing: border-box;
|
|
2460
2494
|
width: 100%;
|
|
2461
|
-
font-family: var(--font
|
|
2495
|
+
font-family: var(--uui-dropdown-menu-item-font);
|
|
2496
|
+
font-weight: var(--uui-dropdown-menu-item-font-weight, normal);
|
|
2462
2497
|
color: var(--uui-text-primary);
|
|
2463
2498
|
fill: var(--uui-icon);
|
|
2464
2499
|
}
|
|
@@ -2516,7 +2551,7 @@
|
|
|
2516
2551
|
outline: none;
|
|
2517
2552
|
}
|
|
2518
2553
|
.DropdownMenu_itemRoot__mBMPU.-clickable:not(.uui-disabled):hover, .DropdownMenu_itemRoot__mBMPU.-clickable:not(.uui-disabled):focus {
|
|
2519
|
-
background-color: var(--uui-
|
|
2554
|
+
background-color: var(--uui-dropdown-menu-item-hover);
|
|
2520
2555
|
fill: var(--uui-icon-active);
|
|
2521
2556
|
cursor: pointer;
|
|
2522
2557
|
}
|
|
@@ -2529,7 +2564,7 @@
|
|
|
2529
2564
|
cursor: default;
|
|
2530
2565
|
}
|
|
2531
2566
|
.DropdownMenu_itemRoot__mBMPU.uui-opened {
|
|
2532
|
-
background-color: var(--uui-
|
|
2567
|
+
background-color: var(--uui-dropdown-menu-item-active);
|
|
2533
2568
|
fill: var(--uui-text-primary);
|
|
2534
2569
|
}
|
|
2535
2570
|
.DropdownMenu_itemRoot__mBMPU > *:not(:last-child) {
|
|
@@ -2537,7 +2572,6 @@
|
|
|
2537
2572
|
}
|
|
2538
2573
|
.Text_root__iUAW9 {
|
|
2539
2574
|
font-family: var(--uui-font);
|
|
2540
|
-
font-weight: normal;
|
|
2541
2575
|
color: var(--uui-text);
|
|
2542
2576
|
}
|
|
2543
2577
|
.text-layout_line-height-12__-fXrz {
|
|
@@ -2773,6 +2807,7 @@
|
|
|
2773
2807
|
display: inline-flex;
|
|
2774
2808
|
align-items: center;
|
|
2775
2809
|
color: var(--uui-primary);
|
|
2810
|
+
text-decoration: underline;
|
|
2776
2811
|
}
|
|
2777
2812
|
.typography_typography-inline__EbQN2 a:visited {
|
|
2778
2813
|
color: #5214CC;
|
|
@@ -2781,7 +2816,6 @@
|
|
|
2781
2816
|
color: #3F0F9E;
|
|
2782
2817
|
}
|
|
2783
2818
|
.typography_typography-inline__EbQN2 a:hover {
|
|
2784
|
-
text-decoration: underline;
|
|
2785
2819
|
color: var(--uui-primary-dark);
|
|
2786
2820
|
}
|
|
2787
2821
|
.typography_typography-inline__EbQN2 code {
|
|
@@ -2901,6 +2935,7 @@
|
|
|
2901
2935
|
display: inline-flex;
|
|
2902
2936
|
align-items: center;
|
|
2903
2937
|
color: var(--uui-primary);
|
|
2938
|
+
text-decoration: underline;
|
|
2904
2939
|
}
|
|
2905
2940
|
.Modals_typography-inline__ZDBk- a:visited {
|
|
2906
2941
|
color: #5214CC;
|
|
@@ -2909,7 +2944,6 @@
|
|
|
2909
2944
|
color: #3F0F9E;
|
|
2910
2945
|
}
|
|
2911
2946
|
.Modals_typography-inline__ZDBk- a:hover {
|
|
2912
|
-
text-decoration: underline;
|
|
2913
2947
|
color: var(--uui-primary-dark);
|
|
2914
2948
|
}
|
|
2915
2949
|
.Modals_typography-inline__ZDBk- code {
|
|
@@ -3082,6 +3116,7 @@
|
|
|
3082
3116
|
display: inline-flex;
|
|
3083
3117
|
align-items: center;
|
|
3084
3118
|
color: var(--uui-primary);
|
|
3119
|
+
text-decoration: underline;
|
|
3085
3120
|
}
|
|
3086
3121
|
.NotificationCard_typography-inline__BO1HG a:visited {
|
|
3087
3122
|
color: #5214CC;
|
|
@@ -3090,7 +3125,6 @@
|
|
|
3090
3125
|
color: #3F0F9E;
|
|
3091
3126
|
}
|
|
3092
3127
|
.NotificationCard_typography-inline__BO1HG a:hover {
|
|
3093
|
-
text-decoration: underline;
|
|
3094
3128
|
color: var(--uui-primary-dark);
|
|
3095
3129
|
}
|
|
3096
3130
|
.NotificationCard_typography-inline__BO1HG code {
|
|
@@ -3121,12 +3155,12 @@
|
|
|
3121
3155
|
|
|
3122
3156
|
.NotificationCard_root__HP4NM {
|
|
3123
3157
|
border-style: solid;
|
|
3124
|
-
border-color: var(--uui-notification-card-border);
|
|
3158
|
+
border-color: var(--uui-notification-card-border, transparent);
|
|
3125
3159
|
border-width: var(--uui-notification-card-border-width);
|
|
3126
3160
|
border-top-width: var(--uui-notification-card-border-top-width);
|
|
3127
3161
|
padding: 6px 18px;
|
|
3128
3162
|
width: 360px;
|
|
3129
|
-
background: var(--uui-notification-card-bg);
|
|
3163
|
+
background: var(--uui-notification-card-bg, var(--uui-surface));
|
|
3130
3164
|
display: flex;
|
|
3131
3165
|
overflow: hidden;
|
|
3132
3166
|
border-radius: var(--uui-notification-card-border-radius);
|
|
@@ -3174,140 +3208,12 @@
|
|
|
3174
3208
|
.NotificationCard_root__HP4NM .NotificationCard_icon-wrapper__FZUAl .uui-icon {
|
|
3175
3209
|
fill: var(--uui-notification-card-fill);
|
|
3176
3210
|
}
|
|
3177
|
-
.Tooltip_typography-header__cNsyM .hero-header, .Tooltip_typography-header__cNsyM h1, .Tooltip_typography-header__cNsyM h2, .Tooltip_typography-header__cNsyM h3, .Tooltip_typography-header__cNsyM h4, .Tooltip_typography-header__cNsyM h5, .Tooltip_typography-header__cNsyM h6 {
|
|
3178
|
-
margin: 0;
|
|
3179
|
-
}
|
|
3180
|
-
.Tooltip_typography-header__cNsyM .hero-header {
|
|
3181
|
-
font-family: var(--font-promo);
|
|
3182
|
-
margin: 30px 0;
|
|
3183
|
-
font-size: 66px;
|
|
3184
|
-
line-height: 72px;
|
|
3185
|
-
}
|
|
3186
|
-
.Tooltip_typography-header__cNsyM .hero-header, .Tooltip_typography-header__cNsyM .promo-header {
|
|
3187
|
-
color: var(--uui-text-brand);
|
|
3188
|
-
text-align: center;
|
|
3189
|
-
}
|
|
3190
|
-
.Tooltip_typography-header__cNsyM .promo-header, .Tooltip_typography-header__cNsyM h1, .Tooltip_typography-header__cNsyM h2, .Tooltip_typography-header__cNsyM h3 {
|
|
3191
|
-
font-family: var(--font-primary);
|
|
3192
|
-
}
|
|
3193
|
-
.Tooltip_typography-header__cNsyM .promo-header {
|
|
3194
|
-
text-transform: uppercase;
|
|
3195
|
-
}
|
|
3196
|
-
.Tooltip_typography-header__cNsyM h4, .Tooltip_typography-header__cNsyM h5, .Tooltip_typography-header__cNsyM h6 {
|
|
3197
|
-
font-family: var(--font-semibold);
|
|
3198
|
-
}
|
|
3199
|
-
.Tooltip_typography-header__cNsyM h1, .Tooltip_typography-header__cNsyM h2, .Tooltip_typography-header__cNsyM h3, .Tooltip_typography-header__cNsyM h4, .Tooltip_typography-header__cNsyM h5, .Tooltip_typography-header__cNsyM h6 {
|
|
3200
|
-
margin-bottom: 0.5em;
|
|
3201
|
-
margin-top: 1.2em;
|
|
3202
|
-
line-height: 1.35em;
|
|
3203
|
-
}
|
|
3204
|
-
.Tooltip_typography-header__cNsyM h1 {
|
|
3205
|
-
font-size: 36px;
|
|
3206
|
-
}
|
|
3207
|
-
.Tooltip_typography-header__cNsyM h2 {
|
|
3208
|
-
font-size: 30px;
|
|
3209
|
-
letter-spacing: 0.1px;
|
|
3210
|
-
}
|
|
3211
|
-
.Tooltip_typography-header__cNsyM h2.promo-header {
|
|
3212
|
-
letter-spacing: 2px;
|
|
3213
|
-
}
|
|
3214
|
-
.Tooltip_typography-header__cNsyM h3 {
|
|
3215
|
-
font-size: 24px;
|
|
3216
|
-
}
|
|
3217
|
-
.Tooltip_typography-header__cNsyM h4 {
|
|
3218
|
-
font-size: 18px;
|
|
3219
|
-
letter-spacing: 0.1px;
|
|
3220
|
-
}
|
|
3221
|
-
.Tooltip_typography-header__cNsyM h5 {
|
|
3222
|
-
font-size: 16px;
|
|
3223
|
-
}
|
|
3224
|
-
.Tooltip_typography-header__cNsyM h6 {
|
|
3225
|
-
font-size: 14px;
|
|
3226
|
-
}
|
|
3227
|
-
|
|
3228
|
-
.Tooltip_typography-block__l3S7W ol, .Tooltip_typography-block__l3S7W ul {
|
|
3229
|
-
padding: 0;
|
|
3230
|
-
}
|
|
3231
|
-
.Tooltip_typography-block__l3S7W li {
|
|
3232
|
-
margin-left: 1.25em;
|
|
3233
|
-
line-height: 1.5;
|
|
3234
|
-
}
|
|
3235
|
-
.Tooltip_typography-block__l3S7W pre {
|
|
3236
|
-
padding: 1.25em;
|
|
3237
|
-
color: var(--gray10);
|
|
3238
|
-
background-color: var(--uui-secondary-darkest);
|
|
3239
|
-
font-family: monospace;
|
|
3240
|
-
white-space: pre-wrap;
|
|
3241
|
-
word-wrap: normal;
|
|
3242
|
-
}
|
|
3243
|
-
.Tooltip_typography-block__l3S7W img {
|
|
3244
|
-
max-width: 100%;
|
|
3245
|
-
}
|
|
3246
|
-
.Tooltip_typography-block__l3S7W figure {
|
|
3247
|
-
margin: 0;
|
|
3248
|
-
}
|
|
3249
|
-
.Tooltip_typography-block__l3S7W figure figcaption {
|
|
3250
|
-
font-size: 0.9em;
|
|
3251
|
-
opacity: 0.9;
|
|
3252
|
-
text-align: center;
|
|
3253
|
-
}
|
|
3254
|
-
.Tooltip_typography-block__l3S7W p {
|
|
3255
|
-
margin: 0.5em 0;
|
|
3256
|
-
line-height: 1.5;
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
.Tooltip_typography-inline__PWbqK b, .Tooltip_typography-inline__PWbqK strong {
|
|
3260
|
-
font-family: var(--font-semibold);
|
|
3261
|
-
}
|
|
3262
|
-
.Tooltip_typography-inline__PWbqK i, .Tooltip_typography-inline__PWbqK em {
|
|
3263
|
-
font-family: var(--font-italic);
|
|
3264
|
-
}
|
|
3265
|
-
.Tooltip_typography-inline__PWbqK a {
|
|
3266
|
-
display: inline-flex;
|
|
3267
|
-
align-items: center;
|
|
3268
|
-
color: var(--uui-primary);
|
|
3269
|
-
}
|
|
3270
|
-
.Tooltip_typography-inline__PWbqK a:visited {
|
|
3271
|
-
color: #5214CC;
|
|
3272
|
-
}
|
|
3273
|
-
.Tooltip_typography-inline__PWbqK a:visited:hover {
|
|
3274
|
-
color: #3F0F9E;
|
|
3275
|
-
}
|
|
3276
|
-
.Tooltip_typography-inline__PWbqK a:hover {
|
|
3277
|
-
text-decoration: underline;
|
|
3278
|
-
color: var(--uui-primary-dark);
|
|
3279
|
-
}
|
|
3280
|
-
.Tooltip_typography-inline__PWbqK code {
|
|
3281
|
-
padding: 0.125em 0.25em;
|
|
3282
|
-
color: var(--uui-text-primary);
|
|
3283
|
-
background-color: var(--uui-secondary-light);
|
|
3284
|
-
font-family: var(--font-mono);
|
|
3285
|
-
white-space: pre-wrap;
|
|
3286
|
-
word-wrap: normal;
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
.Tooltip_typography-16__v0Yv5 {
|
|
3290
|
-
font-size: 16px;
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
.Tooltip_typography-14__WqOph {
|
|
3294
|
-
font-size: 14px;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.Tooltip_typography-12__4oje1 {
|
|
3298
|
-
font-size: 12px;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.Tooltip_typography-promo__Epmej {
|
|
3302
|
-
font-family: var(--font-regular);
|
|
3303
|
-
color: var(--uui-text-primary);
|
|
3304
|
-
}
|
|
3305
|
-
|
|
3306
3211
|
.Tooltip_root__zZwnu .uui-tooltip-body {
|
|
3307
3212
|
padding: 3px 12px;
|
|
3308
3213
|
line-height: 24px;
|
|
3309
3214
|
font-size: 14px;
|
|
3310
|
-
font-family: var(--font
|
|
3215
|
+
font-family: var(--uui-tooltip-font);
|
|
3216
|
+
font-weight: var(--uui-tooltip-font-weight, normal);
|
|
3311
3217
|
box-shadow: var(--uui-tooltip-shadow);
|
|
3312
3218
|
max-width: 300px;
|
|
3313
3219
|
word-wrap: break-word;
|
|
@@ -3428,6 +3334,7 @@
|
|
|
3428
3334
|
display: inline-flex;
|
|
3429
3335
|
align-items: center;
|
|
3430
3336
|
color: var(--uui-primary);
|
|
3337
|
+
text-decoration: underline;
|
|
3431
3338
|
}
|
|
3432
3339
|
.LabeledInput_typography-inline__iNLix a:visited {
|
|
3433
3340
|
color: #5214CC;
|
|
@@ -3436,7 +3343,6 @@
|
|
|
3436
3343
|
color: #3F0F9E;
|
|
3437
3344
|
}
|
|
3438
3345
|
.LabeledInput_typography-inline__iNLix a:hover {
|
|
3439
|
-
text-decoration: underline;
|
|
3440
3346
|
color: var(--uui-primary-dark);
|
|
3441
3347
|
}
|
|
3442
3348
|
.LabeledInput_typography-inline__iNLix code {
|
|
@@ -3471,7 +3377,8 @@
|
|
|
3471
3377
|
.LabeledInput_root__xDC2q .uui-label {
|
|
3472
3378
|
overflow: hidden;
|
|
3473
3379
|
text-overflow: ellipsis;
|
|
3474
|
-
font-family: var(--font
|
|
3380
|
+
font-family: var(--uui-labeled-input-font);
|
|
3381
|
+
font-weight: var(--uui-labeled-input-font-weight, normal);
|
|
3475
3382
|
color: var(--uui-labeled-input);
|
|
3476
3383
|
}
|
|
3477
3384
|
.LabeledInput_root__xDC2q .uui-label .uui-labeled-input-info-icon {
|
|
@@ -3483,7 +3390,8 @@
|
|
|
3483
3390
|
color: var(--uui-labeled-input-asterisk);
|
|
3484
3391
|
}
|
|
3485
3392
|
.LabeledInput_root__xDC2q .uui-label .uui-labeled-input-optional {
|
|
3486
|
-
font-family: var(--font
|
|
3393
|
+
font-family: var(--uui-labeled-input-optional-font);
|
|
3394
|
+
font-weight: var(--uui-labeled-input-optional-font-weight, normal);
|
|
3487
3395
|
font-size: 12px;
|
|
3488
3396
|
line-height: 18px;
|
|
3489
3397
|
color: var(--uui-labeled-input-optional-text);
|
|
@@ -3495,7 +3403,8 @@
|
|
|
3495
3403
|
line-height: 18px;
|
|
3496
3404
|
font-size: 12px;
|
|
3497
3405
|
color: var(--uui-labeled-input-error);
|
|
3498
|
-
font-family: var(--font
|
|
3406
|
+
font-family: var(--uui-labeled-input-invalid-msg-font);
|
|
3407
|
+
font-weight: var(--uui-labeled-input-invalid-msg-font-weight, normal);
|
|
3499
3408
|
margin-top: 3px;
|
|
3500
3409
|
}
|
|
3501
3410
|
.LabeledInput_root__xDC2q.LabeledInput_size-24__0LWBQ .uui-label-top > .uui-label {
|
|
@@ -3533,11 +3442,8 @@
|
|
|
3533
3442
|
font-size: 14px;
|
|
3534
3443
|
line-height: 18px;
|
|
3535
3444
|
}
|
|
3536
|
-
.RadioGroup_root__uLWIn.uui-horizontal-direction
|
|
3537
|
-
|
|
3538
|
-
}
|
|
3539
|
-
.RadioGroup_root__uLWIn.uui-horizontal-direction :first-child {
|
|
3540
|
-
margin-left: 0;
|
|
3445
|
+
.RadioGroup_root__uLWIn.uui-horizontal-direction {
|
|
3446
|
+
gap: 12px 18px;
|
|
3541
3447
|
}
|
|
3542
3448
|
.RadioGroup_root__uLWIn.uui-vertical-direction > * {
|
|
3543
3449
|
margin-bottom: 12px;
|
|
@@ -3775,6 +3681,7 @@
|
|
|
3775
3681
|
display: inline-flex;
|
|
3776
3682
|
align-items: center;
|
|
3777
3683
|
color: var(--uui-primary);
|
|
3684
|
+
text-decoration: underline;
|
|
3778
3685
|
}
|
|
3779
3686
|
.NumericInput_typography-inline__i-mmY a:visited {
|
|
3780
3687
|
color: #5214CC;
|
|
@@ -3783,7 +3690,6 @@
|
|
|
3783
3690
|
color: #3F0F9E;
|
|
3784
3691
|
}
|
|
3785
3692
|
.NumericInput_typography-inline__i-mmY a:hover {
|
|
3786
|
-
text-decoration: underline;
|
|
3787
3693
|
color: var(--uui-primary-dark);
|
|
3788
3694
|
}
|
|
3789
3695
|
.NumericInput_typography-inline__i-mmY code {
|
|
@@ -3962,6 +3868,7 @@
|
|
|
3962
3868
|
display: inline-flex;
|
|
3963
3869
|
align-items: center;
|
|
3964
3870
|
color: var(--uui-primary);
|
|
3871
|
+
text-decoration: underline;
|
|
3965
3872
|
}
|
|
3966
3873
|
.TextArea_typography-inline__Y5s6o a:visited {
|
|
3967
3874
|
color: #5214CC;
|
|
@@ -3970,7 +3877,6 @@
|
|
|
3970
3877
|
color: #3F0F9E;
|
|
3971
3878
|
}
|
|
3972
3879
|
.TextArea_typography-inline__Y5s6o a:hover {
|
|
3973
|
-
text-decoration: underline;
|
|
3974
3880
|
color: var(--uui-primary-dark);
|
|
3975
3881
|
}
|
|
3976
3882
|
.TextArea_typography-inline__Y5s6o code {
|
|
@@ -4004,7 +3910,8 @@
|
|
|
4004
3910
|
fill: var(--uui-text-area-icon);
|
|
4005
3911
|
border-style: solid;
|
|
4006
3912
|
border-radius: var(--uui-text-area-border-radius);
|
|
4007
|
-
font-family: var(--font
|
|
3913
|
+
font-family: var(--uui-text-area-font);
|
|
3914
|
+
font-weight: var(--uui-text-area-font-weight, normal);
|
|
4008
3915
|
box-sizing: border-box;
|
|
4009
3916
|
padding-right: 18px;
|
|
4010
3917
|
padding-left: 12px;
|
|
@@ -4106,7 +4013,8 @@
|
|
|
4106
4013
|
line-height: 18px;
|
|
4107
4014
|
font-size: 12px;
|
|
4108
4015
|
color: var(--uui-text-area-icon);
|
|
4109
|
-
font-family: var(--font
|
|
4016
|
+
font-family: var(--uui-text-area-counter-font);
|
|
4017
|
+
font-weight: var(--uui-text-area-counter-font-weight, normal);
|
|
4110
4018
|
}
|
|
4111
4019
|
.TextArea_root__rb0Et.TextArea_size-24__-1cgl {
|
|
4112
4020
|
min-width: 24px;
|
|
@@ -4250,6 +4158,7 @@
|
|
|
4250
4158
|
display: inline-flex;
|
|
4251
4159
|
align-items: center;
|
|
4252
4160
|
color: var(--uui-primary);
|
|
4161
|
+
text-decoration: underline;
|
|
4253
4162
|
}
|
|
4254
4163
|
.DatePicker_typography-inline__uM5kg a:visited {
|
|
4255
4164
|
color: #5214CC;
|
|
@@ -4258,7 +4167,6 @@
|
|
|
4258
4167
|
color: #3F0F9E;
|
|
4259
4168
|
}
|
|
4260
4169
|
.DatePicker_typography-inline__uM5kg a:hover {
|
|
4261
|
-
text-decoration: underline;
|
|
4262
4170
|
color: var(--uui-primary-dark);
|
|
4263
4171
|
}
|
|
4264
4172
|
.DatePicker_typography-inline__uM5kg code {
|
|
@@ -4301,7 +4209,8 @@
|
|
|
4301
4209
|
padding: 0 18px 12px;
|
|
4302
4210
|
}
|
|
4303
4211
|
.DatePicker_root__kqFyh .uui-datepickerheader-nav-title {
|
|
4304
|
-
font-family: var(--font
|
|
4212
|
+
font-family: var(--uui-dtp_header-font);
|
|
4213
|
+
font-weight: var(--uui-dtp_header-font-weight, normal);
|
|
4305
4214
|
color: var(--uui-dtp-text-selected);
|
|
4306
4215
|
font-size: 14px;
|
|
4307
4216
|
padding: 3px 10px;
|
|
@@ -4333,7 +4242,8 @@
|
|
|
4333
4242
|
transform: rotate(90deg);
|
|
4334
4243
|
}
|
|
4335
4244
|
.DatePicker_root__kqFyh .uui-monthselection-content, .DatePicker_root__kqFyh .uui-yearselection-content {
|
|
4336
|
-
font-family: var(--font
|
|
4245
|
+
font-family: var(--uui-dtp_body-content-font);
|
|
4246
|
+
font-weight: var(--uui-dtp_body-content-font-weight, normal);
|
|
4337
4247
|
}
|
|
4338
4248
|
.DatePicker_root__kqFyh .uui-monthselection-month-container {
|
|
4339
4249
|
margin: 0 0 12px;
|
|
@@ -4485,6 +4395,7 @@
|
|
|
4485
4395
|
display: inline-flex;
|
|
4486
4396
|
align-items: center;
|
|
4487
4397
|
color: var(--uui-primary);
|
|
4398
|
+
text-decoration: underline;
|
|
4488
4399
|
}
|
|
4489
4400
|
.Calendar_typography-inline__NGFRU a:visited {
|
|
4490
4401
|
color: #5214CC;
|
|
@@ -4493,7 +4404,6 @@
|
|
|
4493
4404
|
color: #3F0F9E;
|
|
4494
4405
|
}
|
|
4495
4406
|
.Calendar_typography-inline__NGFRU a:hover {
|
|
4496
|
-
text-decoration: underline;
|
|
4497
4407
|
color: var(--uui-primary-dark);
|
|
4498
4408
|
}
|
|
4499
4409
|
.Calendar_typography-inline__NGFRU code {
|
|
@@ -4523,10 +4433,12 @@
|
|
|
4523
4433
|
}
|
|
4524
4434
|
|
|
4525
4435
|
.Calendar_root__Vh71D .uui-calendar-content {
|
|
4526
|
-
font-family: var(--font
|
|
4436
|
+
font-family: var(--uui-calendar-content-font);
|
|
4437
|
+
font-weight: var(--uui-calendar-content-font-weight, normal);
|
|
4527
4438
|
}
|
|
4528
4439
|
.Calendar_root__Vh71D .uui-calendar-weekday {
|
|
4529
|
-
font-family: var(--font
|
|
4440
|
+
font-family: var(--uui-calendar-weekday-font);
|
|
4441
|
+
font-weight: var(--uui-calendar-weekday-font-weight, normal);
|
|
4530
4442
|
color: var(--uui-calendar-weekends-weekdates);
|
|
4531
4443
|
width: 34px;
|
|
4532
4444
|
font-size: 12px;
|
|
@@ -4578,7 +4490,8 @@
|
|
|
4578
4490
|
}
|
|
4579
4491
|
.Calendar_root__Vh71D .uui-calendar-current-day.uui-calendar-day-wrapper {
|
|
4580
4492
|
color: var(--uui-calendar-start-end-selected);
|
|
4581
|
-
font-family: var(--font
|
|
4493
|
+
font-family: var(--uui-calendar-selected_day-font);
|
|
4494
|
+
font-weight: var(--uui-calendar-selected_day-font-weight, normal);
|
|
4582
4495
|
}
|
|
4583
4496
|
.Calendar_root__Vh71D .uui-calendar-current-day.uui-calendar-day-wrapper .uui-calendar-day::after {
|
|
4584
4497
|
position: absolute;
|
|
@@ -4610,65 +4523,65 @@
|
|
|
4610
4523
|
cursor: default;
|
|
4611
4524
|
background-color: transparent;
|
|
4612
4525
|
}
|
|
4613
|
-
.
|
|
4526
|
+
.RangeDatePickerBody_typography-header__yuzZD .hero-header, .RangeDatePickerBody_typography-header__yuzZD h1, .RangeDatePickerBody_typography-header__yuzZD h2, .RangeDatePickerBody_typography-header__yuzZD h3, .RangeDatePickerBody_typography-header__yuzZD h4, .RangeDatePickerBody_typography-header__yuzZD h5, .RangeDatePickerBody_typography-header__yuzZD h6 {
|
|
4614
4527
|
margin: 0;
|
|
4615
4528
|
}
|
|
4616
|
-
.
|
|
4529
|
+
.RangeDatePickerBody_typography-header__yuzZD .hero-header {
|
|
4617
4530
|
font-family: var(--font-promo);
|
|
4618
4531
|
margin: 30px 0;
|
|
4619
4532
|
font-size: 66px;
|
|
4620
4533
|
line-height: 72px;
|
|
4621
4534
|
}
|
|
4622
|
-
.
|
|
4535
|
+
.RangeDatePickerBody_typography-header__yuzZD .hero-header, .RangeDatePickerBody_typography-header__yuzZD .promo-header {
|
|
4623
4536
|
color: var(--uui-text-brand);
|
|
4624
4537
|
text-align: center;
|
|
4625
4538
|
}
|
|
4626
|
-
.
|
|
4539
|
+
.RangeDatePickerBody_typography-header__yuzZD .promo-header, .RangeDatePickerBody_typography-header__yuzZD h1, .RangeDatePickerBody_typography-header__yuzZD h2, .RangeDatePickerBody_typography-header__yuzZD h3 {
|
|
4627
4540
|
font-family: var(--font-primary);
|
|
4628
4541
|
}
|
|
4629
|
-
.
|
|
4542
|
+
.RangeDatePickerBody_typography-header__yuzZD .promo-header {
|
|
4630
4543
|
text-transform: uppercase;
|
|
4631
4544
|
}
|
|
4632
|
-
.
|
|
4545
|
+
.RangeDatePickerBody_typography-header__yuzZD h4, .RangeDatePickerBody_typography-header__yuzZD h5, .RangeDatePickerBody_typography-header__yuzZD h6 {
|
|
4633
4546
|
font-family: var(--font-semibold);
|
|
4634
4547
|
}
|
|
4635
|
-
.
|
|
4548
|
+
.RangeDatePickerBody_typography-header__yuzZD h1, .RangeDatePickerBody_typography-header__yuzZD h2, .RangeDatePickerBody_typography-header__yuzZD h3, .RangeDatePickerBody_typography-header__yuzZD h4, .RangeDatePickerBody_typography-header__yuzZD h5, .RangeDatePickerBody_typography-header__yuzZD h6 {
|
|
4636
4549
|
margin-bottom: 0.5em;
|
|
4637
4550
|
margin-top: 1.2em;
|
|
4638
4551
|
line-height: 1.35em;
|
|
4639
4552
|
}
|
|
4640
|
-
.
|
|
4553
|
+
.RangeDatePickerBody_typography-header__yuzZD h1 {
|
|
4641
4554
|
font-size: 36px;
|
|
4642
4555
|
}
|
|
4643
|
-
.
|
|
4556
|
+
.RangeDatePickerBody_typography-header__yuzZD h2 {
|
|
4644
4557
|
font-size: 30px;
|
|
4645
4558
|
letter-spacing: 0.1px;
|
|
4646
4559
|
}
|
|
4647
|
-
.
|
|
4560
|
+
.RangeDatePickerBody_typography-header__yuzZD h2.promo-header {
|
|
4648
4561
|
letter-spacing: 2px;
|
|
4649
4562
|
}
|
|
4650
|
-
.
|
|
4563
|
+
.RangeDatePickerBody_typography-header__yuzZD h3 {
|
|
4651
4564
|
font-size: 24px;
|
|
4652
4565
|
}
|
|
4653
|
-
.
|
|
4566
|
+
.RangeDatePickerBody_typography-header__yuzZD h4 {
|
|
4654
4567
|
font-size: 18px;
|
|
4655
4568
|
letter-spacing: 0.1px;
|
|
4656
4569
|
}
|
|
4657
|
-
.
|
|
4570
|
+
.RangeDatePickerBody_typography-header__yuzZD h5 {
|
|
4658
4571
|
font-size: 16px;
|
|
4659
4572
|
}
|
|
4660
|
-
.
|
|
4573
|
+
.RangeDatePickerBody_typography-header__yuzZD h6 {
|
|
4661
4574
|
font-size: 14px;
|
|
4662
4575
|
}
|
|
4663
4576
|
|
|
4664
|
-
.
|
|
4577
|
+
.RangeDatePickerBody_typography-block__lYgPa ol, .RangeDatePickerBody_typography-block__lYgPa ul {
|
|
4665
4578
|
padding: 0;
|
|
4666
4579
|
}
|
|
4667
|
-
.
|
|
4580
|
+
.RangeDatePickerBody_typography-block__lYgPa li {
|
|
4668
4581
|
margin-left: 1.25em;
|
|
4669
4582
|
line-height: 1.5;
|
|
4670
4583
|
}
|
|
4671
|
-
.
|
|
4584
|
+
.RangeDatePickerBody_typography-block__lYgPa pre {
|
|
4672
4585
|
padding: 1.25em;
|
|
4673
4586
|
color: var(--gray10);
|
|
4674
4587
|
background-color: var(--uui-secondary-darkest);
|
|
@@ -4676,44 +4589,44 @@
|
|
|
4676
4589
|
white-space: pre-wrap;
|
|
4677
4590
|
word-wrap: normal;
|
|
4678
4591
|
}
|
|
4679
|
-
.
|
|
4592
|
+
.RangeDatePickerBody_typography-block__lYgPa img {
|
|
4680
4593
|
max-width: 100%;
|
|
4681
4594
|
}
|
|
4682
|
-
.
|
|
4595
|
+
.RangeDatePickerBody_typography-block__lYgPa figure {
|
|
4683
4596
|
margin: 0;
|
|
4684
4597
|
}
|
|
4685
|
-
.
|
|
4598
|
+
.RangeDatePickerBody_typography-block__lYgPa figure figcaption {
|
|
4686
4599
|
font-size: 0.9em;
|
|
4687
4600
|
opacity: 0.9;
|
|
4688
4601
|
text-align: center;
|
|
4689
4602
|
}
|
|
4690
|
-
.
|
|
4603
|
+
.RangeDatePickerBody_typography-block__lYgPa p {
|
|
4691
4604
|
margin: 0.5em 0;
|
|
4692
4605
|
line-height: 1.5;
|
|
4693
4606
|
}
|
|
4694
4607
|
|
|
4695
|
-
.
|
|
4608
|
+
.RangeDatePickerBody_typography-inline__E8RNG b, .RangeDatePickerBody_typography-inline__E8RNG strong {
|
|
4696
4609
|
font-family: var(--font-semibold);
|
|
4697
4610
|
}
|
|
4698
|
-
.
|
|
4611
|
+
.RangeDatePickerBody_typography-inline__E8RNG i, .RangeDatePickerBody_typography-inline__E8RNG em {
|
|
4699
4612
|
font-family: var(--font-italic);
|
|
4700
4613
|
}
|
|
4701
|
-
.
|
|
4614
|
+
.RangeDatePickerBody_typography-inline__E8RNG a {
|
|
4702
4615
|
display: inline-flex;
|
|
4703
4616
|
align-items: center;
|
|
4704
4617
|
color: var(--uui-primary);
|
|
4618
|
+
text-decoration: underline;
|
|
4705
4619
|
}
|
|
4706
|
-
.
|
|
4620
|
+
.RangeDatePickerBody_typography-inline__E8RNG a:visited {
|
|
4707
4621
|
color: #5214CC;
|
|
4708
4622
|
}
|
|
4709
|
-
.
|
|
4623
|
+
.RangeDatePickerBody_typography-inline__E8RNG a:visited:hover {
|
|
4710
4624
|
color: #3F0F9E;
|
|
4711
4625
|
}
|
|
4712
|
-
.
|
|
4713
|
-
text-decoration: underline;
|
|
4626
|
+
.RangeDatePickerBody_typography-inline__E8RNG a:hover {
|
|
4714
4627
|
color: var(--uui-primary-dark);
|
|
4715
4628
|
}
|
|
4716
|
-
.
|
|
4629
|
+
.RangeDatePickerBody_typography-inline__E8RNG code {
|
|
4717
4630
|
padding: 0.125em 0.25em;
|
|
4718
4631
|
color: var(--uui-text-primary);
|
|
4719
4632
|
background-color: var(--uui-secondary-light);
|
|
@@ -4722,239 +4635,142 @@
|
|
|
4722
4635
|
word-wrap: normal;
|
|
4723
4636
|
}
|
|
4724
4637
|
|
|
4725
|
-
.
|
|
4638
|
+
.RangeDatePickerBody_typography-16__9uEL3 {
|
|
4726
4639
|
font-size: 16px;
|
|
4727
4640
|
}
|
|
4728
4641
|
|
|
4729
|
-
.
|
|
4642
|
+
.RangeDatePickerBody_typography-14__TEa5n {
|
|
4730
4643
|
font-size: 14px;
|
|
4731
4644
|
}
|
|
4732
4645
|
|
|
4733
|
-
.
|
|
4646
|
+
.RangeDatePickerBody_typography-12__S-NBX {
|
|
4734
4647
|
font-size: 12px;
|
|
4735
4648
|
}
|
|
4736
4649
|
|
|
4737
|
-
.
|
|
4650
|
+
.RangeDatePickerBody_typography-promo__4VksA {
|
|
4738
4651
|
font-family: var(--font-regular);
|
|
4739
4652
|
color: var(--uui-text-primary);
|
|
4740
4653
|
}
|
|
4741
4654
|
|
|
4742
|
-
.
|
|
4743
|
-
align-items: normal;
|
|
4744
|
-
}
|
|
4745
|
-
|
|
4746
|
-
.RangeDatePicker_container__Kz2FS {
|
|
4747
|
-
display: flex;
|
|
4748
|
-
padding: 9px 30px;
|
|
4749
|
-
justify-content: space-between;
|
|
4750
|
-
border-top: 1px solid var(--uui-control-border);
|
|
4751
|
-
align-items: center;
|
|
4752
|
-
background-color: var(--uui-rdtp-bg);
|
|
4655
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:last-child .uui-calendar-day-cell:last-child > .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) {
|
|
4753
4656
|
position: relative;
|
|
4754
4657
|
}
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
display: flex;
|
|
4758
|
-
justify-content: flex-end;
|
|
4759
|
-
}
|
|
4760
|
-
|
|
4761
|
-
.RangeDatePicker_counter__rNj2e {
|
|
4762
|
-
color: var(--uui-control-border);
|
|
4763
|
-
font-size: 15px;
|
|
4764
|
-
font-family: var(--font-regular);
|
|
4765
|
-
}
|
|
4766
|
-
|
|
4767
|
-
.RangeDatePicker_date-input__2aXJj {
|
|
4768
|
-
min-width: 0;
|
|
4769
|
-
padding: 0 5px;
|
|
4770
|
-
}
|
|
4771
|
-
.RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
4772
|
-
border: 1px solid var(--uui-control-border-checked);
|
|
4773
|
-
}
|
|
4774
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x {
|
|
4775
|
-
min-width: 22px;
|
|
4776
|
-
padding-left: 5px;
|
|
4777
|
-
padding-right: 5px;
|
|
4778
|
-
}
|
|
4779
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x .uui-input {
|
|
4780
|
-
padding-left: 6px;
|
|
4781
|
-
padding-right: 6px;
|
|
4782
|
-
}
|
|
4783
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x.uui-input-box {
|
|
4784
|
-
min-height: 22px;
|
|
4785
|
-
border-width: 0;
|
|
4786
|
-
}
|
|
4787
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW {
|
|
4788
|
-
min-width: 28px;
|
|
4789
|
-
padding-left: 5px;
|
|
4790
|
-
padding-right: 5px;
|
|
4791
|
-
}
|
|
4792
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW .uui-input {
|
|
4793
|
-
padding-left: 6px;
|
|
4794
|
-
padding-right: 6px;
|
|
4795
|
-
}
|
|
4796
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW.uui-input-box {
|
|
4797
|
-
min-height: 28px;
|
|
4798
|
-
border-width: 0;
|
|
4799
|
-
}
|
|
4800
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS {
|
|
4801
|
-
min-width: 34px;
|
|
4802
|
-
padding-left: 5px;
|
|
4803
|
-
padding-right: 5px;
|
|
4804
|
-
}
|
|
4805
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS .uui-input {
|
|
4806
|
-
padding-left: 6px;
|
|
4807
|
-
padding-right: 6px;
|
|
4808
|
-
}
|
|
4809
|
-
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS.uui-input-box {
|
|
4810
|
-
min-height: 34px;
|
|
4811
|
-
border-width: 0;
|
|
4658
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:last-child .uui-calendar-day-cell:last-child > .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day {
|
|
4659
|
+
top: -3px;
|
|
4812
4660
|
}
|
|
4813
|
-
.
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4661
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:last-child .uui-calendar-day-cell:last-child > .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper)::after {
|
|
4662
|
+
background: linear-gradient(320deg, #FFFFFF 3px, transparent 0), linear-gradient(-135deg, #FFFFFF 3px, transparent 0);
|
|
4663
|
+
background-position: left-bottom;
|
|
4664
|
+
background-repeat: repeat-y;
|
|
4665
|
+
background-size: 6px 6px;
|
|
4666
|
+
content: " ";
|
|
4667
|
+
display: block;
|
|
4668
|
+
position: absolute;
|
|
4669
|
+
bottom: 0;
|
|
4670
|
+
right: 0;
|
|
4671
|
+
width: 6px;
|
|
4672
|
+
height: 100%;
|
|
4817
4673
|
}
|
|
4818
|
-
.
|
|
4819
|
-
|
|
4820
|
-
|
|
4674
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper),
|
|
4675
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) {
|
|
4676
|
+
position: relative;
|
|
4821
4677
|
}
|
|
4822
|
-
.
|
|
4823
|
-
|
|
4824
|
-
|
|
4678
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day,
|
|
4679
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day {
|
|
4680
|
+
top: -3px;
|
|
4825
4681
|
}
|
|
4826
|
-
.
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4682
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper)::after,
|
|
4683
|
+
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper)::after {
|
|
4684
|
+
background: linear-gradient(45deg, #FFFFFF 3px, transparent 0), linear-gradient(135deg, #FFFFFF 3px, transparent 0);
|
|
4685
|
+
background-position: left-bottom;
|
|
4686
|
+
background-repeat: repeat-y;
|
|
4687
|
+
background-size: 6px 6px;
|
|
4688
|
+
content: " ";
|
|
4689
|
+
display: block;
|
|
4690
|
+
position: absolute;
|
|
4691
|
+
bottom: 0;
|
|
4692
|
+
left: 0;
|
|
4693
|
+
width: 6px;
|
|
4694
|
+
height: 100%;
|
|
4830
4695
|
}
|
|
4831
|
-
.
|
|
4832
|
-
|
|
4833
|
-
|
|
4696
|
+
.RangeDatePickerBody_root__CCVfb .uui-range-datepicker-in-range.uui-calendar-day-wrapper {
|
|
4697
|
+
background-color: var(--uui-rdtp-bg-selected-date);
|
|
4698
|
+
border-radius: 0;
|
|
4699
|
+
width: 40px;
|
|
4834
4700
|
}
|
|
4835
|
-
.
|
|
4836
|
-
|
|
4837
|
-
border-
|
|
4701
|
+
.RangeDatePickerBody_root__CCVfb .uui-range-datepicker-first-day-in-range-wrapper.uui-calendar-selected-day {
|
|
4702
|
+
border-top-left-radius: 50%;
|
|
4703
|
+
border-bottom-left-radius: 50%;
|
|
4838
4704
|
}
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
background-color: var(--uui-rdtp-bg);
|
|
4844
|
-
border: 1px solid var(--uui-control-border);
|
|
4705
|
+
.RangeDatePickerBody_root__CCVfb .uui-range-datepicker-last-day-in-range-wrapper.uui-calendar-selected-day {
|
|
4706
|
+
border-top-right-radius: 50%;
|
|
4707
|
+
border-bottom-right-radius: 50%;
|
|
4708
|
+
margin-right: 10px;
|
|
4845
4709
|
}
|
|
4846
|
-
.
|
|
4710
|
+
.RangeDatePickerBody_root__CCVfb .uui-range-datepicker-separator {
|
|
4847
4711
|
display: flex;
|
|
4848
|
-
flex
|
|
4849
|
-
|
|
4850
|
-
width: 1px;
|
|
4851
|
-
}
|
|
4852
|
-
.RangeDatePicker_date-input-group__CGdCd:hover {
|
|
4853
|
-
border-color: var(--uui-control-textinput-border-hover);
|
|
4854
|
-
}
|
|
4855
|
-
.RangeDatePicker_date-input-group__CGdCd:hover .RangeDatePicker_separator__qmCk8 {
|
|
4856
|
-
background: var(--uui-control-textinput-border-hover);
|
|
4857
|
-
}
|
|
4858
|
-
.RangeDatePicker_date-input-group__CGdCd:hover.uui-disabled, .RangeDatePicker_date-input-group__CGdCd:hover.uui-readonly {
|
|
4859
|
-
border-color: var(--uui-control-border);
|
|
4860
|
-
}
|
|
4861
|
-
.RangeDatePicker_date-input-group__CGdCd:hover.uui-disabled .RangeDatePicker_separator__qmCk8, .RangeDatePicker_date-input-group__CGdCd:hover.uui-readonly .RangeDatePicker_separator__qmCk8 {
|
|
4862
|
-
background: var(--uui-control-border);
|
|
4863
|
-
}
|
|
4864
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-focus {
|
|
4865
|
-
border-color: var(--uui-control-border);
|
|
4866
|
-
}
|
|
4867
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_separator__qmCk8 {
|
|
4868
|
-
background: var(--uui-control-border-checked);
|
|
4869
|
-
}
|
|
4870
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_date-input__2aXJj:hover {
|
|
4871
|
-
outline: 1px solid var(--uui-control-textinput-border-hover);
|
|
4872
|
-
}
|
|
4873
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
4874
|
-
outline: 1px solid var(--uui-control-border-checked);
|
|
4875
|
-
}
|
|
4876
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-form__o0e0M {
|
|
4877
|
-
background-color: var(--uui-control-bg-readonly);
|
|
4878
|
-
border-color: var(--uui-control-border-readonly);
|
|
4879
|
-
pointer-events: none;
|
|
4880
|
-
}
|
|
4881
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-form__o0e0M:hover {
|
|
4882
|
-
border-color: var(--uui-control-border-readonly);
|
|
4883
|
-
}
|
|
4884
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-cell__neiVz {
|
|
4885
|
-
background-color: transparent;
|
|
4886
|
-
border-color: transparent;
|
|
4887
|
-
pointer-events: none;
|
|
4888
|
-
}
|
|
4889
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-cell__neiVz:hover {
|
|
4890
|
-
background-color: transparent;
|
|
4891
|
-
border-color: transparent;
|
|
4892
|
-
}
|
|
4893
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-readonly .RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
4894
|
-
box-shadow: none;
|
|
4895
|
-
}
|
|
4896
|
-
.RangeDatePicker_date-input-group__CGdCd.uui-invalid {
|
|
4897
|
-
border-color: var(--uui-text-input-border-error);
|
|
4712
|
+
flex: 0 0 auto;
|
|
4713
|
+
border-left: 1px solid var(--uui-control-border);
|
|
4898
4714
|
}
|
|
4899
|
-
.
|
|
4715
|
+
.CalendarPresets_typography-header__D2UZW .hero-header, .CalendarPresets_typography-header__D2UZW h1, .CalendarPresets_typography-header__D2UZW h2, .CalendarPresets_typography-header__D2UZW h3, .CalendarPresets_typography-header__D2UZW h4, .CalendarPresets_typography-header__D2UZW h5, .CalendarPresets_typography-header__D2UZW h6 {
|
|
4900
4716
|
margin: 0;
|
|
4901
4717
|
}
|
|
4902
|
-
.
|
|
4718
|
+
.CalendarPresets_typography-header__D2UZW .hero-header {
|
|
4903
4719
|
font-family: var(--font-promo);
|
|
4904
4720
|
margin: 30px 0;
|
|
4905
4721
|
font-size: 66px;
|
|
4906
4722
|
line-height: 72px;
|
|
4907
4723
|
}
|
|
4908
|
-
.
|
|
4724
|
+
.CalendarPresets_typography-header__D2UZW .hero-header, .CalendarPresets_typography-header__D2UZW .promo-header {
|
|
4909
4725
|
color: var(--uui-text-brand);
|
|
4910
4726
|
text-align: center;
|
|
4911
4727
|
}
|
|
4912
|
-
.
|
|
4728
|
+
.CalendarPresets_typography-header__D2UZW .promo-header, .CalendarPresets_typography-header__D2UZW h1, .CalendarPresets_typography-header__D2UZW h2, .CalendarPresets_typography-header__D2UZW h3 {
|
|
4913
4729
|
font-family: var(--font-primary);
|
|
4914
4730
|
}
|
|
4915
|
-
.
|
|
4731
|
+
.CalendarPresets_typography-header__D2UZW .promo-header {
|
|
4916
4732
|
text-transform: uppercase;
|
|
4917
4733
|
}
|
|
4918
|
-
.
|
|
4734
|
+
.CalendarPresets_typography-header__D2UZW h4, .CalendarPresets_typography-header__D2UZW h5, .CalendarPresets_typography-header__D2UZW h6 {
|
|
4919
4735
|
font-family: var(--font-semibold);
|
|
4920
4736
|
}
|
|
4921
|
-
.
|
|
4737
|
+
.CalendarPresets_typography-header__D2UZW h1, .CalendarPresets_typography-header__D2UZW h2, .CalendarPresets_typography-header__D2UZW h3, .CalendarPresets_typography-header__D2UZW h4, .CalendarPresets_typography-header__D2UZW h5, .CalendarPresets_typography-header__D2UZW h6 {
|
|
4922
4738
|
margin-bottom: 0.5em;
|
|
4923
4739
|
margin-top: 1.2em;
|
|
4924
4740
|
line-height: 1.35em;
|
|
4925
4741
|
}
|
|
4926
|
-
.
|
|
4742
|
+
.CalendarPresets_typography-header__D2UZW h1 {
|
|
4927
4743
|
font-size: 36px;
|
|
4928
4744
|
}
|
|
4929
|
-
.
|
|
4745
|
+
.CalendarPresets_typography-header__D2UZW h2 {
|
|
4930
4746
|
font-size: 30px;
|
|
4931
4747
|
letter-spacing: 0.1px;
|
|
4932
4748
|
}
|
|
4933
|
-
.
|
|
4749
|
+
.CalendarPresets_typography-header__D2UZW h2.promo-header {
|
|
4934
4750
|
letter-spacing: 2px;
|
|
4935
4751
|
}
|
|
4936
|
-
.
|
|
4752
|
+
.CalendarPresets_typography-header__D2UZW h3 {
|
|
4937
4753
|
font-size: 24px;
|
|
4938
4754
|
}
|
|
4939
|
-
.
|
|
4755
|
+
.CalendarPresets_typography-header__D2UZW h4 {
|
|
4940
4756
|
font-size: 18px;
|
|
4941
4757
|
letter-spacing: 0.1px;
|
|
4942
4758
|
}
|
|
4943
|
-
.
|
|
4759
|
+
.CalendarPresets_typography-header__D2UZW h5 {
|
|
4944
4760
|
font-size: 16px;
|
|
4945
4761
|
}
|
|
4946
|
-
.
|
|
4762
|
+
.CalendarPresets_typography-header__D2UZW h6 {
|
|
4947
4763
|
font-size: 14px;
|
|
4948
4764
|
}
|
|
4949
4765
|
|
|
4950
|
-
.
|
|
4766
|
+
.CalendarPresets_typography-block__68m9o ol, .CalendarPresets_typography-block__68m9o ul {
|
|
4951
4767
|
padding: 0;
|
|
4952
4768
|
}
|
|
4953
|
-
.
|
|
4769
|
+
.CalendarPresets_typography-block__68m9o li {
|
|
4954
4770
|
margin-left: 1.25em;
|
|
4955
4771
|
line-height: 1.5;
|
|
4956
4772
|
}
|
|
4957
|
-
.
|
|
4773
|
+
.CalendarPresets_typography-block__68m9o pre {
|
|
4958
4774
|
padding: 1.25em;
|
|
4959
4775
|
color: var(--gray10);
|
|
4960
4776
|
background-color: var(--uui-secondary-darkest);
|
|
@@ -4962,44 +4778,44 @@
|
|
|
4962
4778
|
white-space: pre-wrap;
|
|
4963
4779
|
word-wrap: normal;
|
|
4964
4780
|
}
|
|
4965
|
-
.
|
|
4781
|
+
.CalendarPresets_typography-block__68m9o img {
|
|
4966
4782
|
max-width: 100%;
|
|
4967
4783
|
}
|
|
4968
|
-
.
|
|
4784
|
+
.CalendarPresets_typography-block__68m9o figure {
|
|
4969
4785
|
margin: 0;
|
|
4970
4786
|
}
|
|
4971
|
-
.
|
|
4787
|
+
.CalendarPresets_typography-block__68m9o figure figcaption {
|
|
4972
4788
|
font-size: 0.9em;
|
|
4973
4789
|
opacity: 0.9;
|
|
4974
4790
|
text-align: center;
|
|
4975
4791
|
}
|
|
4976
|
-
.
|
|
4792
|
+
.CalendarPresets_typography-block__68m9o p {
|
|
4977
4793
|
margin: 0.5em 0;
|
|
4978
4794
|
line-height: 1.5;
|
|
4979
4795
|
}
|
|
4980
4796
|
|
|
4981
|
-
.
|
|
4797
|
+
.CalendarPresets_typography-inline__5mzPE b, .CalendarPresets_typography-inline__5mzPE strong {
|
|
4982
4798
|
font-family: var(--font-semibold);
|
|
4983
4799
|
}
|
|
4984
|
-
.
|
|
4800
|
+
.CalendarPresets_typography-inline__5mzPE i, .CalendarPresets_typography-inline__5mzPE em {
|
|
4985
4801
|
font-family: var(--font-italic);
|
|
4986
4802
|
}
|
|
4987
|
-
.
|
|
4803
|
+
.CalendarPresets_typography-inline__5mzPE a {
|
|
4988
4804
|
display: inline-flex;
|
|
4989
4805
|
align-items: center;
|
|
4990
4806
|
color: var(--uui-primary);
|
|
4807
|
+
text-decoration: underline;
|
|
4991
4808
|
}
|
|
4992
|
-
.
|
|
4809
|
+
.CalendarPresets_typography-inline__5mzPE a:visited {
|
|
4993
4810
|
color: #5214CC;
|
|
4994
4811
|
}
|
|
4995
|
-
.
|
|
4812
|
+
.CalendarPresets_typography-inline__5mzPE a:visited:hover {
|
|
4996
4813
|
color: #3F0F9E;
|
|
4997
4814
|
}
|
|
4998
|
-
.
|
|
4999
|
-
text-decoration: underline;
|
|
4815
|
+
.CalendarPresets_typography-inline__5mzPE a:hover {
|
|
5000
4816
|
color: var(--uui-primary-dark);
|
|
5001
4817
|
}
|
|
5002
|
-
.
|
|
4818
|
+
.CalendarPresets_typography-inline__5mzPE code {
|
|
5003
4819
|
padding: 0.125em 0.25em;
|
|
5004
4820
|
color: var(--uui-text-primary);
|
|
5005
4821
|
background-color: var(--uui-secondary-light);
|
|
@@ -5008,142 +4824,103 @@
|
|
|
5008
4824
|
word-wrap: normal;
|
|
5009
4825
|
}
|
|
5010
4826
|
|
|
5011
|
-
.
|
|
4827
|
+
.CalendarPresets_typography-16__-TrF- {
|
|
5012
4828
|
font-size: 16px;
|
|
5013
4829
|
}
|
|
5014
4830
|
|
|
5015
|
-
.
|
|
4831
|
+
.CalendarPresets_typography-14__-onzo {
|
|
5016
4832
|
font-size: 14px;
|
|
5017
4833
|
}
|
|
5018
4834
|
|
|
5019
|
-
.
|
|
4835
|
+
.CalendarPresets_typography-12__zE74w {
|
|
5020
4836
|
font-size: 12px;
|
|
5021
4837
|
}
|
|
5022
4838
|
|
|
5023
|
-
.
|
|
4839
|
+
.CalendarPresets_typography-promo__Zp05u {
|
|
5024
4840
|
font-family: var(--font-regular);
|
|
5025
4841
|
color: var(--uui-text-primary);
|
|
5026
4842
|
}
|
|
5027
4843
|
|
|
5028
|
-
.
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:last-child .uui-calendar-day-cell:last-child > .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day {
|
|
5032
|
-
top: -3px;
|
|
5033
|
-
}
|
|
5034
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:last-child .uui-calendar-day-cell:last-child > .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper):after {
|
|
5035
|
-
background: linear-gradient(320deg, #ffffff 3px, transparent 0), linear-gradient(-135deg, #ffffff 3px, transparent 0);
|
|
5036
|
-
background-position: left-bottom;
|
|
5037
|
-
background-repeat: repeat-y;
|
|
5038
|
-
background-size: 6px 6px;
|
|
5039
|
-
content: " ";
|
|
5040
|
-
display: block;
|
|
5041
|
-
position: absolute;
|
|
5042
|
-
bottom: 0;
|
|
5043
|
-
right: 0;
|
|
5044
|
-
width: 6px;
|
|
5045
|
-
height: 100%;
|
|
5046
|
-
}
|
|
5047
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper),
|
|
5048
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) {
|
|
5049
|
-
position: relative;
|
|
5050
|
-
}
|
|
5051
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day,
|
|
5052
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper) .uui-calendar-day {
|
|
5053
|
-
top: -3px;
|
|
5054
|
-
}
|
|
5055
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:empty + .uui-calendar-day-cell .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper):after,
|
|
5056
|
-
.RangeDatePickerBody_root__CCVfb .uui-calendar-days > div:first-child .uui-calendar-day-cell:first-child .uui-range-datepicker-in-range:not(.uui-range-datepicker-first-day-in-range-wrapper):not(.uui-range-datepicker-last-day-in-range-wrapper):after {
|
|
5057
|
-
background: linear-gradient(45deg, #ffffff 3px, transparent 0), linear-gradient(135deg, #ffffff 3px, transparent 0);
|
|
5058
|
-
background-position: left-bottom;
|
|
5059
|
-
background-repeat: repeat-y;
|
|
5060
|
-
background-size: 6px 6px;
|
|
5061
|
-
content: " ";
|
|
5062
|
-
display: block;
|
|
5063
|
-
position: absolute;
|
|
5064
|
-
bottom: 0;
|
|
5065
|
-
left: 0;
|
|
5066
|
-
width: 6px;
|
|
5067
|
-
height: 100%;
|
|
5068
|
-
}
|
|
5069
|
-
.RangeDatePickerBody_root__CCVfb .uui-range-datepicker-in-range.uui-calendar-day-wrapper {
|
|
5070
|
-
background-color: var(--uui-rdtp-bg-selected-date);
|
|
5071
|
-
border-radius: 0;
|
|
5072
|
-
width: 40px;
|
|
4844
|
+
.CalendarPresets_root__5O668 .uui-presets-container {
|
|
4845
|
+
padding: 24px;
|
|
4846
|
+
font-family: var(--font-regular);
|
|
5073
4847
|
}
|
|
5074
|
-
.
|
|
5075
|
-
|
|
5076
|
-
|
|
4848
|
+
.CalendarPresets_root__5O668 .uui-presets-header {
|
|
4849
|
+
font-family: var(--font-semibold);
|
|
4850
|
+
font-size: 14px;
|
|
4851
|
+
line-height: 24px;
|
|
4852
|
+
padding-bottom: 12px;
|
|
5077
4853
|
}
|
|
5078
|
-
.
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
4854
|
+
.CalendarPresets_root__5O668 .uui-presets-item {
|
|
4855
|
+
font-family: var(--font-semibold);
|
|
4856
|
+
font-size: 12px;
|
|
4857
|
+
line-height: 18px;
|
|
4858
|
+
color: var(--uui-link-button-text);
|
|
4859
|
+
padding-bottom: 6px;
|
|
5082
4860
|
}
|
|
5083
|
-
.
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
border-left: 1px solid var(--uui-control-border);
|
|
4861
|
+
.CalendarPresets_root__5O668 .uui-presets-item:hover {
|
|
4862
|
+
color: var(--uui-link-button-text-active);
|
|
4863
|
+
cursor: pointer;
|
|
5087
4864
|
}
|
|
5088
|
-
.
|
|
4865
|
+
.RangeDatePicker_typography-header__1MSa3 .hero-header, .RangeDatePicker_typography-header__1MSa3 h1, .RangeDatePicker_typography-header__1MSa3 h2, .RangeDatePicker_typography-header__1MSa3 h3, .RangeDatePicker_typography-header__1MSa3 h4, .RangeDatePicker_typography-header__1MSa3 h5, .RangeDatePicker_typography-header__1MSa3 h6 {
|
|
5089
4866
|
margin: 0;
|
|
5090
4867
|
}
|
|
5091
|
-
.
|
|
4868
|
+
.RangeDatePicker_typography-header__1MSa3 .hero-header {
|
|
5092
4869
|
font-family: var(--font-promo);
|
|
5093
4870
|
margin: 30px 0;
|
|
5094
4871
|
font-size: 66px;
|
|
5095
4872
|
line-height: 72px;
|
|
5096
4873
|
}
|
|
5097
|
-
.
|
|
4874
|
+
.RangeDatePicker_typography-header__1MSa3 .hero-header, .RangeDatePicker_typography-header__1MSa3 .promo-header {
|
|
5098
4875
|
color: var(--uui-text-brand);
|
|
5099
4876
|
text-align: center;
|
|
5100
4877
|
}
|
|
5101
|
-
.
|
|
4878
|
+
.RangeDatePicker_typography-header__1MSa3 .promo-header, .RangeDatePicker_typography-header__1MSa3 h1, .RangeDatePicker_typography-header__1MSa3 h2, .RangeDatePicker_typography-header__1MSa3 h3 {
|
|
5102
4879
|
font-family: var(--font-primary);
|
|
5103
4880
|
}
|
|
5104
|
-
.
|
|
4881
|
+
.RangeDatePicker_typography-header__1MSa3 .promo-header {
|
|
5105
4882
|
text-transform: uppercase;
|
|
5106
4883
|
}
|
|
5107
|
-
.
|
|
4884
|
+
.RangeDatePicker_typography-header__1MSa3 h4, .RangeDatePicker_typography-header__1MSa3 h5, .RangeDatePicker_typography-header__1MSa3 h6 {
|
|
5108
4885
|
font-family: var(--font-semibold);
|
|
5109
4886
|
}
|
|
5110
|
-
.
|
|
4887
|
+
.RangeDatePicker_typography-header__1MSa3 h1, .RangeDatePicker_typography-header__1MSa3 h2, .RangeDatePicker_typography-header__1MSa3 h3, .RangeDatePicker_typography-header__1MSa3 h4, .RangeDatePicker_typography-header__1MSa3 h5, .RangeDatePicker_typography-header__1MSa3 h6 {
|
|
5111
4888
|
margin-bottom: 0.5em;
|
|
5112
4889
|
margin-top: 1.2em;
|
|
5113
4890
|
line-height: 1.35em;
|
|
5114
4891
|
}
|
|
5115
|
-
.
|
|
4892
|
+
.RangeDatePicker_typography-header__1MSa3 h1 {
|
|
5116
4893
|
font-size: 36px;
|
|
5117
4894
|
}
|
|
5118
|
-
.
|
|
4895
|
+
.RangeDatePicker_typography-header__1MSa3 h2 {
|
|
5119
4896
|
font-size: 30px;
|
|
5120
4897
|
letter-spacing: 0.1px;
|
|
5121
4898
|
}
|
|
5122
|
-
.
|
|
4899
|
+
.RangeDatePicker_typography-header__1MSa3 h2.promo-header {
|
|
5123
4900
|
letter-spacing: 2px;
|
|
5124
4901
|
}
|
|
5125
|
-
.
|
|
4902
|
+
.RangeDatePicker_typography-header__1MSa3 h3 {
|
|
5126
4903
|
font-size: 24px;
|
|
5127
4904
|
}
|
|
5128
|
-
.
|
|
4905
|
+
.RangeDatePicker_typography-header__1MSa3 h4 {
|
|
5129
4906
|
font-size: 18px;
|
|
5130
4907
|
letter-spacing: 0.1px;
|
|
5131
4908
|
}
|
|
5132
|
-
.
|
|
4909
|
+
.RangeDatePicker_typography-header__1MSa3 h5 {
|
|
5133
4910
|
font-size: 16px;
|
|
5134
4911
|
}
|
|
5135
|
-
.
|
|
4912
|
+
.RangeDatePicker_typography-header__1MSa3 h6 {
|
|
5136
4913
|
font-size: 14px;
|
|
5137
4914
|
}
|
|
5138
4915
|
|
|
5139
|
-
.
|
|
4916
|
+
.RangeDatePicker_typography-block__pC0T7 ol, .RangeDatePicker_typography-block__pC0T7 ul {
|
|
5140
4917
|
padding: 0;
|
|
5141
4918
|
}
|
|
5142
|
-
.
|
|
4919
|
+
.RangeDatePicker_typography-block__pC0T7 li {
|
|
5143
4920
|
margin-left: 1.25em;
|
|
5144
4921
|
line-height: 1.5;
|
|
5145
4922
|
}
|
|
5146
|
-
.
|
|
4923
|
+
.RangeDatePicker_typography-block__pC0T7 pre {
|
|
5147
4924
|
padding: 1.25em;
|
|
5148
4925
|
color: var(--gray10);
|
|
5149
4926
|
background-color: var(--uui-secondary-darkest);
|
|
@@ -5151,44 +4928,44 @@
|
|
|
5151
4928
|
white-space: pre-wrap;
|
|
5152
4929
|
word-wrap: normal;
|
|
5153
4930
|
}
|
|
5154
|
-
.
|
|
4931
|
+
.RangeDatePicker_typography-block__pC0T7 img {
|
|
5155
4932
|
max-width: 100%;
|
|
5156
4933
|
}
|
|
5157
|
-
.
|
|
4934
|
+
.RangeDatePicker_typography-block__pC0T7 figure {
|
|
5158
4935
|
margin: 0;
|
|
5159
4936
|
}
|
|
5160
|
-
.
|
|
4937
|
+
.RangeDatePicker_typography-block__pC0T7 figure figcaption {
|
|
5161
4938
|
font-size: 0.9em;
|
|
5162
4939
|
opacity: 0.9;
|
|
5163
4940
|
text-align: center;
|
|
5164
4941
|
}
|
|
5165
|
-
.
|
|
4942
|
+
.RangeDatePicker_typography-block__pC0T7 p {
|
|
5166
4943
|
margin: 0.5em 0;
|
|
5167
4944
|
line-height: 1.5;
|
|
5168
4945
|
}
|
|
5169
4946
|
|
|
5170
|
-
.
|
|
4947
|
+
.RangeDatePicker_typography-inline__efdyU b, .RangeDatePicker_typography-inline__efdyU strong {
|
|
5171
4948
|
font-family: var(--font-semibold);
|
|
5172
4949
|
}
|
|
5173
|
-
.
|
|
4950
|
+
.RangeDatePicker_typography-inline__efdyU i, .RangeDatePicker_typography-inline__efdyU em {
|
|
5174
4951
|
font-family: var(--font-italic);
|
|
5175
4952
|
}
|
|
5176
|
-
.
|
|
4953
|
+
.RangeDatePicker_typography-inline__efdyU a {
|
|
5177
4954
|
display: inline-flex;
|
|
5178
4955
|
align-items: center;
|
|
5179
4956
|
color: var(--uui-primary);
|
|
4957
|
+
text-decoration: underline;
|
|
5180
4958
|
}
|
|
5181
|
-
.
|
|
4959
|
+
.RangeDatePicker_typography-inline__efdyU a:visited {
|
|
5182
4960
|
color: #5214CC;
|
|
5183
4961
|
}
|
|
5184
|
-
.
|
|
4962
|
+
.RangeDatePicker_typography-inline__efdyU a:visited:hover {
|
|
5185
4963
|
color: #3F0F9E;
|
|
5186
4964
|
}
|
|
5187
|
-
.
|
|
5188
|
-
text-decoration: underline;
|
|
4965
|
+
.RangeDatePicker_typography-inline__efdyU a:hover {
|
|
5189
4966
|
color: var(--uui-primary-dark);
|
|
5190
4967
|
}
|
|
5191
|
-
.
|
|
4968
|
+
.RangeDatePicker_typography-inline__efdyU code {
|
|
5192
4969
|
padding: 0.125em 0.25em;
|
|
5193
4970
|
color: var(--uui-text-primary);
|
|
5194
4971
|
background-color: var(--uui-secondary-light);
|
|
@@ -5197,43 +4974,173 @@
|
|
|
5197
4974
|
word-wrap: normal;
|
|
5198
4975
|
}
|
|
5199
4976
|
|
|
5200
|
-
.
|
|
4977
|
+
.RangeDatePicker_typography-16__FHiRR {
|
|
5201
4978
|
font-size: 16px;
|
|
5202
4979
|
}
|
|
5203
4980
|
|
|
5204
|
-
.
|
|
4981
|
+
.RangeDatePicker_typography-14__5MCXV {
|
|
5205
4982
|
font-size: 14px;
|
|
5206
4983
|
}
|
|
5207
4984
|
|
|
5208
|
-
.
|
|
4985
|
+
.RangeDatePicker_typography-12__zcQS2 {
|
|
5209
4986
|
font-size: 12px;
|
|
5210
4987
|
}
|
|
5211
4988
|
|
|
5212
|
-
.
|
|
4989
|
+
.RangeDatePicker_typography-promo__GtLFC {
|
|
5213
4990
|
font-family: var(--font-regular);
|
|
5214
4991
|
color: var(--uui-text-primary);
|
|
5215
4992
|
}
|
|
5216
4993
|
|
|
5217
|
-
.
|
|
5218
|
-
|
|
5219
|
-
font-family: var(--font-regular);
|
|
4994
|
+
.RangeDatePicker_dropdown-container__GJh6o {
|
|
4995
|
+
align-items: normal;
|
|
5220
4996
|
}
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
4997
|
+
|
|
4998
|
+
.RangeDatePicker_container__Kz2FS {
|
|
4999
|
+
display: flex;
|
|
5000
|
+
padding: 9px 30px;
|
|
5001
|
+
justify-content: space-between;
|
|
5002
|
+
border-top: 1px solid var(--uui-control-border);
|
|
5003
|
+
align-items: center;
|
|
5004
|
+
background-color: var(--uui-rdtp-bg);
|
|
5005
|
+
position: relative;
|
|
5226
5006
|
}
|
|
5227
|
-
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
color: var(--uui-link-button-text);
|
|
5232
|
-
padding-bottom: 6px;
|
|
5007
|
+
|
|
5008
|
+
.RangeDatePicker_button-group__a-twv {
|
|
5009
|
+
display: flex;
|
|
5010
|
+
justify-content: flex-end;
|
|
5233
5011
|
}
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5012
|
+
|
|
5013
|
+
.RangeDatePicker_date-input__2aXJj {
|
|
5014
|
+
min-width: 0;
|
|
5015
|
+
padding: 0 5px;
|
|
5016
|
+
}
|
|
5017
|
+
.RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
5018
|
+
border: 1px solid var(--uui-control-border-checked);
|
|
5019
|
+
}
|
|
5020
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x {
|
|
5021
|
+
min-width: 22px;
|
|
5022
|
+
padding-left: 5px;
|
|
5023
|
+
padding-right: 5px;
|
|
5024
|
+
}
|
|
5025
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x .uui-input {
|
|
5026
|
+
padding-left: 6px;
|
|
5027
|
+
padding-right: 6px;
|
|
5028
|
+
}
|
|
5029
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-24__64v-x.uui-input-box {
|
|
5030
|
+
min-height: 22px;
|
|
5031
|
+
border-width: 0;
|
|
5032
|
+
}
|
|
5033
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW {
|
|
5034
|
+
min-width: 28px;
|
|
5035
|
+
padding-left: 5px;
|
|
5036
|
+
padding-right: 5px;
|
|
5037
|
+
}
|
|
5038
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW .uui-input {
|
|
5039
|
+
padding-left: 6px;
|
|
5040
|
+
padding-right: 6px;
|
|
5041
|
+
}
|
|
5042
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-30__7OPWW.uui-input-box {
|
|
5043
|
+
min-height: 28px;
|
|
5044
|
+
border-width: 0;
|
|
5045
|
+
}
|
|
5046
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS {
|
|
5047
|
+
min-width: 34px;
|
|
5048
|
+
padding-left: 5px;
|
|
5049
|
+
padding-right: 5px;
|
|
5050
|
+
}
|
|
5051
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS .uui-input {
|
|
5052
|
+
padding-left: 6px;
|
|
5053
|
+
padding-right: 6px;
|
|
5054
|
+
}
|
|
5055
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-36__urHhS.uui-input-box {
|
|
5056
|
+
min-height: 34px;
|
|
5057
|
+
border-width: 0;
|
|
5058
|
+
}
|
|
5059
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-42__VMCut {
|
|
5060
|
+
min-width: 40px;
|
|
5061
|
+
padding-left: 5px;
|
|
5062
|
+
padding-right: 5px;
|
|
5063
|
+
}
|
|
5064
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-42__VMCut .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-42__VMCut .uui-input {
|
|
5065
|
+
padding-left: 6px;
|
|
5066
|
+
padding-right: 6px;
|
|
5067
|
+
}
|
|
5068
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-42__VMCut.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-42__VMCut.uui-input-box {
|
|
5069
|
+
min-height: 40px;
|
|
5070
|
+
border-width: 0;
|
|
5071
|
+
}
|
|
5072
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-48__YHcLe {
|
|
5073
|
+
min-width: 46px;
|
|
5074
|
+
padding-left: 5px;
|
|
5075
|
+
padding-right: 5px;
|
|
5076
|
+
}
|
|
5077
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-48__YHcLe .uui-caption, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-48__YHcLe .uui-input {
|
|
5078
|
+
padding-left: 6px;
|
|
5079
|
+
padding-right: 6px;
|
|
5080
|
+
}
|
|
5081
|
+
.RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-48__YHcLe.uui-button-box, .RangeDatePicker_date-input__2aXJj.RangeDatePicker_size-48__YHcLe.uui-input-box {
|
|
5082
|
+
min-height: 46px;
|
|
5083
|
+
border-width: 0;
|
|
5084
|
+
}
|
|
5085
|
+
|
|
5086
|
+
.RangeDatePicker_date-input-group__CGdCd {
|
|
5087
|
+
display: flex;
|
|
5088
|
+
min-width: 0;
|
|
5089
|
+
background-color: var(--uui-rdtp-bg);
|
|
5090
|
+
border: 1px solid var(--uui-control-border);
|
|
5091
|
+
}
|
|
5092
|
+
.RangeDatePicker_date-input-group__CGdCd .RangeDatePicker_separator__qmCk8 {
|
|
5093
|
+
display: flex;
|
|
5094
|
+
flex-shrink: 0;
|
|
5095
|
+
background: var(--uui-control-border);
|
|
5096
|
+
width: 1px;
|
|
5097
|
+
}
|
|
5098
|
+
.RangeDatePicker_date-input-group__CGdCd:hover {
|
|
5099
|
+
border-color: var(--uui-control_textinput-border-hover);
|
|
5100
|
+
}
|
|
5101
|
+
.RangeDatePicker_date-input-group__CGdCd:hover .RangeDatePicker_separator__qmCk8 {
|
|
5102
|
+
background: var(--uui-control_textinput-border-hover);
|
|
5103
|
+
}
|
|
5104
|
+
.RangeDatePicker_date-input-group__CGdCd:hover.uui-disabled, .RangeDatePicker_date-input-group__CGdCd:hover.uui-readonly {
|
|
5105
|
+
border-color: var(--uui-control-border);
|
|
5106
|
+
}
|
|
5107
|
+
.RangeDatePicker_date-input-group__CGdCd:hover.uui-disabled .RangeDatePicker_separator__qmCk8, .RangeDatePicker_date-input-group__CGdCd:hover.uui-readonly .RangeDatePicker_separator__qmCk8 {
|
|
5108
|
+
background: var(--uui-control-border);
|
|
5109
|
+
}
|
|
5110
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-focus {
|
|
5111
|
+
border-color: var(--uui-control-border);
|
|
5112
|
+
}
|
|
5113
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_separator__qmCk8 {
|
|
5114
|
+
background: var(--uui-control-border-checked);
|
|
5115
|
+
}
|
|
5116
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_date-input__2aXJj:hover {
|
|
5117
|
+
outline: 1px solid var(--uui-control_textinput-border-hover);
|
|
5118
|
+
}
|
|
5119
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-focus .RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
5120
|
+
outline: 1px solid var(--uui-control-border-checked);
|
|
5121
|
+
}
|
|
5122
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-form__o0e0M {
|
|
5123
|
+
background-color: var(--uui-control-bg-readonly);
|
|
5124
|
+
border-color: var(--uui-control-border-readonly);
|
|
5125
|
+
pointer-events: none;
|
|
5126
|
+
}
|
|
5127
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-form__o0e0M:hover {
|
|
5128
|
+
border-color: var(--uui-control-border-readonly);
|
|
5129
|
+
}
|
|
5130
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-cell__neiVz {
|
|
5131
|
+
background-color: transparent;
|
|
5132
|
+
border-color: transparent;
|
|
5133
|
+
pointer-events: none;
|
|
5134
|
+
}
|
|
5135
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-readonly.RangeDatePicker_mode-cell__neiVz:hover {
|
|
5136
|
+
background-color: transparent;
|
|
5137
|
+
border-color: transparent;
|
|
5138
|
+
}
|
|
5139
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-readonly .RangeDatePicker_date-input__2aXJj.uui-focus {
|
|
5140
|
+
box-shadow: none;
|
|
5141
|
+
}
|
|
5142
|
+
.RangeDatePicker_date-input-group__CGdCd.uui-invalid {
|
|
5143
|
+
border-color: var(--uui-text-input-border-error);
|
|
5237
5144
|
}
|
|
5238
5145
|
.DropMarker_typography-header__W65wc .hero-header, .DropMarker_typography-header__W65wc h1, .DropMarker_typography-header__W65wc h2, .DropMarker_typography-header__W65wc h3, .DropMarker_typography-header__W65wc h4, .DropMarker_typography-header__W65wc h5, .DropMarker_typography-header__W65wc h6 {
|
|
5239
5146
|
margin: 0;
|
|
@@ -5327,6 +5234,7 @@
|
|
|
5327
5234
|
display: inline-flex;
|
|
5328
5235
|
align-items: center;
|
|
5329
5236
|
color: var(--uui-primary);
|
|
5237
|
+
text-decoration: underline;
|
|
5330
5238
|
}
|
|
5331
5239
|
.DropMarker_typography-inline__tZ3Y- a:visited {
|
|
5332
5240
|
color: #5214CC;
|
|
@@ -5335,7 +5243,6 @@
|
|
|
5335
5243
|
color: #3F0F9E;
|
|
5336
5244
|
}
|
|
5337
5245
|
.DropMarker_typography-inline__tZ3Y- a:hover {
|
|
5338
|
-
text-decoration: underline;
|
|
5339
5246
|
color: var(--uui-primary-dark);
|
|
5340
5247
|
}
|
|
5341
5248
|
.DropMarker_typography-inline__tZ3Y- code {
|
|
@@ -5513,6 +5420,7 @@
|
|
|
5513
5420
|
display: inline-flex;
|
|
5514
5421
|
align-items: center;
|
|
5515
5422
|
color: var(--uui-primary);
|
|
5423
|
+
text-decoration: underline;
|
|
5516
5424
|
}
|
|
5517
5425
|
.DataPickerBody_typography-inline__lOHW0 a:visited {
|
|
5518
5426
|
color: #5214CC;
|
|
@@ -5521,7 +5429,6 @@
|
|
|
5521
5429
|
color: #3F0F9E;
|
|
5522
5430
|
}
|
|
5523
5431
|
.DataPickerBody_typography-inline__lOHW0 a:hover {
|
|
5524
|
-
text-decoration: underline;
|
|
5525
5432
|
color: var(--uui-primary-dark);
|
|
5526
5433
|
}
|
|
5527
5434
|
.DataPickerBody_typography-inline__lOHW0 code {
|
|
@@ -5557,7 +5464,7 @@
|
|
|
5557
5464
|
align-self: stretch;
|
|
5558
5465
|
width: 100%;
|
|
5559
5466
|
}
|
|
5560
|
-
.DataPickerBody_body__9Atow
|
|
5467
|
+
.DataPickerBody_body__9Atow .-scrolled-bottom {
|
|
5561
5468
|
border-bottom: 1px solid var(--uui-divider);
|
|
5562
5469
|
}
|
|
5563
5470
|
.DataPickerBody_body__9Atow.DataPickerBody_modal__zvOE2 .-scrolled-top {
|
|
@@ -5650,7 +5557,12 @@
|
|
|
5650
5557
|
padding-right: 24px;
|
|
5651
5558
|
}
|
|
5652
5559
|
.DataTableCell_cell__VgHTT.uui-invalid {
|
|
5653
|
-
background-color: var(--uui-dt-cell-
|
|
5560
|
+
background-color: var(--uui-dt-cell-bg-invalid);
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5563
|
+
.uui-dt-vertical-cell-border {
|
|
5564
|
+
border-left-color: var(--uui-dt-border);
|
|
5565
|
+
border-right-color: var(--uui-dt-border);
|
|
5654
5566
|
}
|
|
5655
5567
|
|
|
5656
5568
|
.DataTableCell_drag-handle__Ge7UM {
|
|
@@ -5677,6 +5589,7 @@
|
|
|
5677
5589
|
flex-shrink: 0;
|
|
5678
5590
|
width: 12px;
|
|
5679
5591
|
padding-right: 12px;
|
|
5592
|
+
box-sizing: content-box;
|
|
5680
5593
|
}
|
|
5681
5594
|
|
|
5682
5595
|
.DataTableCell_folding-arrow__6iI4s {
|
|
@@ -5701,7 +5614,7 @@
|
|
|
5701
5614
|
}
|
|
5702
5615
|
|
|
5703
5616
|
.DataTableCell_icon-container__1fR7V {
|
|
5704
|
-
fill: var(--
|
|
5617
|
+
fill: var(--uui-icon);
|
|
5705
5618
|
}
|
|
5706
5619
|
.DataTableRow_typography-header__uNO7L .hero-header, .DataTableRow_typography-header__uNO7L h1, .DataTableRow_typography-header__uNO7L h2, .DataTableRow_typography-header__uNO7L h3, .DataTableRow_typography-header__uNO7L h4, .DataTableRow_typography-header__uNO7L h5, .DataTableRow_typography-header__uNO7L h6 {
|
|
5707
5620
|
margin: 0;
|
|
@@ -5795,6 +5708,7 @@
|
|
|
5795
5708
|
display: inline-flex;
|
|
5796
5709
|
align-items: center;
|
|
5797
5710
|
color: var(--uui-primary);
|
|
5711
|
+
text-decoration: underline;
|
|
5798
5712
|
}
|
|
5799
5713
|
.DataTableRow_typography-inline__KgXSh a:visited {
|
|
5800
5714
|
color: #5214CC;
|
|
@@ -5803,7 +5717,6 @@
|
|
|
5803
5717
|
color: #3F0F9E;
|
|
5804
5718
|
}
|
|
5805
5719
|
.DataTableRow_typography-inline__KgXSh a:hover {
|
|
5806
|
-
text-decoration: underline;
|
|
5807
5720
|
color: var(--uui-primary-dark);
|
|
5808
5721
|
}
|
|
5809
5722
|
.DataTableRow_typography-inline__KgXSh code {
|
|
@@ -5859,6 +5772,14 @@
|
|
|
5859
5772
|
.DataTableRow_root__ThnfZ.uui-drag-ghost {
|
|
5860
5773
|
box-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
|
|
5861
5774
|
}
|
|
5775
|
+
.DataTableRow_root__ThnfZ.uui-dt-row-border {
|
|
5776
|
+
border-bottom-color: var(--uui-dt-border);
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.uui-dt-row-border .uui-table-fixed-section, .uui-dt-row-border .uui-table-scrolling-section {
|
|
5780
|
+
border-bottom-color: var(--uui-dt-border);
|
|
5781
|
+
}
|
|
5782
|
+
|
|
5862
5783
|
.DataTableRow_size-24__mjGKU {
|
|
5863
5784
|
min-height: 24px;
|
|
5864
5785
|
}
|
|
@@ -5878,10 +5799,6 @@
|
|
|
5878
5799
|
.DataTableRow_size-60__k0ZKS {
|
|
5879
5800
|
min-height: 60px;
|
|
5880
5801
|
}
|
|
5881
|
-
|
|
5882
|
-
.DataTableRow_background-white__GKFMn {
|
|
5883
|
-
--uui-dt-row-background: white;
|
|
5884
|
-
}
|
|
5885
5802
|
.DataTableHeaderRow_typography-header__17Mf0 .hero-header, .DataTableHeaderRow_typography-header__17Mf0 h1, .DataTableHeaderRow_typography-header__17Mf0 h2, .DataTableHeaderRow_typography-header__17Mf0 h3, .DataTableHeaderRow_typography-header__17Mf0 h4, .DataTableHeaderRow_typography-header__17Mf0 h5, .DataTableHeaderRow_typography-header__17Mf0 h6 {
|
|
5886
5803
|
margin: 0;
|
|
5887
5804
|
}
|
|
@@ -5974,6 +5891,7 @@
|
|
|
5974
5891
|
display: inline-flex;
|
|
5975
5892
|
align-items: center;
|
|
5976
5893
|
color: var(--uui-primary);
|
|
5894
|
+
text-decoration: underline;
|
|
5977
5895
|
}
|
|
5978
5896
|
.DataTableHeaderRow_typography-inline__lCA-Y a:visited {
|
|
5979
5897
|
color: #5214CC;
|
|
@@ -5982,7 +5900,6 @@
|
|
|
5982
5900
|
color: #3F0F9E;
|
|
5983
5901
|
}
|
|
5984
5902
|
.DataTableHeaderRow_typography-inline__lCA-Y a:hover {
|
|
5985
|
-
text-decoration: underline;
|
|
5986
5903
|
color: var(--uui-primary-dark);
|
|
5987
5904
|
}
|
|
5988
5905
|
.DataTableHeaderRow_typography-inline__lCA-Y code {
|
|
@@ -6021,6 +5938,15 @@
|
|
|
6021
5938
|
right: 24px;
|
|
6022
5939
|
z-index: 2;
|
|
6023
5940
|
}
|
|
5941
|
+
|
|
5942
|
+
.uui-table-header-row .uui-table-fixed-section, .uui-table-header-row .uui-table-scrolling-section {
|
|
5943
|
+
border-bottom-color: var(--uui-dt-border);
|
|
5944
|
+
}
|
|
5945
|
+
|
|
5946
|
+
.uui-table-header-row {
|
|
5947
|
+
--uui-dt-row-bg: var(--uui-dt-header-row-bg);
|
|
5948
|
+
--uui-dt-row-bg-hover: var(--uui-dt-header-row-bg-hover);
|
|
5949
|
+
}
|
|
6024
5950
|
.DataTableHeaderCell_typography-header__oILYa .hero-header, .DataTableHeaderCell_typography-header__oILYa h1, .DataTableHeaderCell_typography-header__oILYa h2, .DataTableHeaderCell_typography-header__oILYa h3, .DataTableHeaderCell_typography-header__oILYa h4, .DataTableHeaderCell_typography-header__oILYa h5, .DataTableHeaderCell_typography-header__oILYa h6 {
|
|
6025
5951
|
margin: 0;
|
|
6026
5952
|
}
|
|
@@ -6113,6 +6039,7 @@
|
|
|
6113
6039
|
display: inline-flex;
|
|
6114
6040
|
align-items: center;
|
|
6115
6041
|
color: var(--uui-primary);
|
|
6042
|
+
text-decoration: underline;
|
|
6116
6043
|
}
|
|
6117
6044
|
.DataTableHeaderCell_typography-inline__cfsue a:visited {
|
|
6118
6045
|
color: #5214CC;
|
|
@@ -6121,7 +6048,6 @@
|
|
|
6121
6048
|
color: #3F0F9E;
|
|
6122
6049
|
}
|
|
6123
6050
|
.DataTableHeaderCell_typography-inline__cfsue a:hover {
|
|
6124
|
-
text-decoration: underline;
|
|
6125
6051
|
color: var(--uui-primary-dark);
|
|
6126
6052
|
}
|
|
6127
6053
|
.DataTableHeaderCell_typography-inline__cfsue code {
|
|
@@ -6167,13 +6093,13 @@
|
|
|
6167
6093
|
}
|
|
6168
6094
|
.DataTableHeaderCell_cell__8JnbB.-clickable:hover {
|
|
6169
6095
|
background: var(--uui-dt-row-bg-hover);
|
|
6170
|
-
box-shadow: var(--uui-dt-
|
|
6096
|
+
box-shadow: inset 1px 0 0 var(--uui-dt-border), inset -1px 0 0 var(--uui-dt-border);
|
|
6171
6097
|
}
|
|
6172
6098
|
.DataTableHeaderCell_cell__8JnbB.-clickable:hover .DataTableHeaderCell_sort-icon__Wi-rh, .DataTableHeaderCell_cell__8JnbB.-clickable:hover .DataTableHeaderCell_dropdown-icon__-vO3u, .DataTableHeaderCell_cell__8JnbB.-clickable:hover .DataTableHeaderCell_infoIcon__1Ang4 {
|
|
6173
6099
|
fill: var(--uui-icon-hover);
|
|
6174
6100
|
}
|
|
6175
6101
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_resizable__sNvwo:hover {
|
|
6176
|
-
box-shadow: var(--uui-dt-
|
|
6102
|
+
box-shadow: inset 1px 0 0 var(--uui-dt-border), inset -1px 0 0 var(--uui-dt-border);
|
|
6177
6103
|
}
|
|
6178
6104
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_size-24__ntP26 {
|
|
6179
6105
|
height: 24px;
|
|
@@ -6197,7 +6123,8 @@
|
|
|
6197
6123
|
padding-right: 24px;
|
|
6198
6124
|
}
|
|
6199
6125
|
.DataTableHeaderCell_cell__8JnbB .DataTableHeaderCell_caption__pF7VF {
|
|
6200
|
-
font-family: var(--font
|
|
6126
|
+
font-family: var(--uui-dt-header-cell-font);
|
|
6127
|
+
font-weight: var(--uui-dt-header-cell-font-weight, normal);
|
|
6201
6128
|
overflow: hidden;
|
|
6202
6129
|
text-overflow: ellipsis;
|
|
6203
6130
|
white-space: nowrap;
|
|
@@ -6247,30 +6174,30 @@
|
|
|
6247
6174
|
cursor: col-resize;
|
|
6248
6175
|
}
|
|
6249
6176
|
.DataTableHeaderCell_cell__8JnbB .DataTableHeaderCell_resize-mark__Vlv3w:hover {
|
|
6250
|
-
background-color: var(--uui-dt-cell-resize
|
|
6177
|
+
background-color: var(--uui-dt-cell-bg-resize);
|
|
6251
6178
|
}
|
|
6252
6179
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_draggable__c0dne {
|
|
6253
6180
|
cursor: pointer;
|
|
6254
6181
|
}
|
|
6255
6182
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_ghost__Yjb5B {
|
|
6256
|
-
background-color: var(--uui-dt-row-bg-hover);
|
|
6257
6183
|
box-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
|
|
6184
|
+
background-color: var(--uui-dt-row-bg-hover);
|
|
6258
6185
|
}
|
|
6259
6186
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_is-dragged-out__HzBd6 {
|
|
6260
6187
|
background-color: var(--uui-dt-row-bg-hover);
|
|
6261
6188
|
opacity: 0.5;
|
|
6262
6189
|
}
|
|
6263
6190
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-left__0pkPC {
|
|
6264
|
-
box-shadow: var(--uui-
|
|
6191
|
+
box-shadow: inset 2px 0 0 0 var(--uui-dt_header-drop_marker);
|
|
6265
6192
|
}
|
|
6266
6193
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-left__0pkPC.-clickable, .DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-left__0pkPC.DataTableHeaderCell_resizable__sNvwo {
|
|
6267
|
-
box-shadow: var(--uui-
|
|
6194
|
+
box-shadow: inset 2px 0 0 0 var(--uui-dt_header-drop_marker);
|
|
6268
6195
|
}
|
|
6269
6196
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-right__1i9gh {
|
|
6270
|
-
box-shadow: var(--uui-
|
|
6197
|
+
box-shadow: inset -2px 0 0 0 var(--uui-dt_header-drop_marker);
|
|
6271
6198
|
}
|
|
6272
6199
|
.DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-right__1i9gh.-clickable, .DataTableHeaderCell_cell__8JnbB.DataTableHeaderCell_dnd-marker-right__1i9gh.DataTableHeaderCell_resizable__sNvwo {
|
|
6273
|
-
box-shadow: var(--uui-
|
|
6200
|
+
box-shadow: inset -2px 0 0 0 var(--uui-dt_header-drop_marker);
|
|
6274
6201
|
}
|
|
6275
6202
|
.DataTable_sticky-header__Dt-br {
|
|
6276
6203
|
position: sticky;
|
|
@@ -6300,7 +6227,7 @@
|
|
|
6300
6227
|
.DataTable_table__n--u- .uui-scroll-shadow-top-visible {
|
|
6301
6228
|
display: block;
|
|
6302
6229
|
height: 5px;
|
|
6303
|
-
background: var(--uui-dt-top-shadow);
|
|
6230
|
+
background: var(--uui-dt-top-shadow, linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%));
|
|
6304
6231
|
transition: display 200ms;
|
|
6305
6232
|
}
|
|
6306
6233
|
|
|
@@ -6412,6 +6339,7 @@
|
|
|
6412
6339
|
display: inline-flex;
|
|
6413
6340
|
align-items: center;
|
|
6414
6341
|
color: var(--uui-primary);
|
|
6342
|
+
text-decoration: underline;
|
|
6415
6343
|
}
|
|
6416
6344
|
.ColumnsConfigurationModal_typography-inline__VJCzZ a:visited {
|
|
6417
6345
|
color: #5214CC;
|
|
@@ -6420,7 +6348,6 @@
|
|
|
6420
6348
|
color: #3F0F9E;
|
|
6421
6349
|
}
|
|
6422
6350
|
.ColumnsConfigurationModal_typography-inline__VJCzZ a:hover {
|
|
6423
|
-
text-decoration: underline;
|
|
6424
6351
|
color: var(--uui-primary-dark);
|
|
6425
6352
|
}
|
|
6426
6353
|
.ColumnsConfigurationModal_typography-inline__VJCzZ code {
|
|
@@ -6583,6 +6510,7 @@
|
|
|
6583
6510
|
display: inline-flex;
|
|
6584
6511
|
align-items: center;
|
|
6585
6512
|
color: var(--uui-primary);
|
|
6513
|
+
text-decoration: underline;
|
|
6586
6514
|
}
|
|
6587
6515
|
.ColumnRow_typography-inline__GYRwx a:visited {
|
|
6588
6516
|
color: #5214CC;
|
|
@@ -6591,7 +6519,6 @@
|
|
|
6591
6519
|
color: #3F0F9E;
|
|
6592
6520
|
}
|
|
6593
6521
|
.ColumnRow_typography-inline__GYRwx a:hover {
|
|
6594
|
-
text-decoration: underline;
|
|
6595
6522
|
color: var(--uui-primary-dark);
|
|
6596
6523
|
}
|
|
6597
6524
|
.ColumnRow_typography-inline__GYRwx code {
|
|
@@ -6647,8 +6574,8 @@
|
|
|
6647
6574
|
touch-action: auto;
|
|
6648
6575
|
}
|
|
6649
6576
|
.ColumnRow_row-wrapper__XJiWz.uui-drag-ghost {
|
|
6650
|
-
background-color: var(--uui-surface);
|
|
6651
6577
|
box-shadow: 0 6px 18px 0 rgba(29, 30, 38, 0.05), 0 3px 12px 0 rgba(29, 30, 38, 0.05);
|
|
6578
|
+
background-color: var(--uui-surface);
|
|
6652
6579
|
}
|
|
6653
6580
|
@media screen and (max-width: 720px) {
|
|
6654
6581
|
.ColumnHeaderDropdown_panel__52aQo {
|
|
@@ -6748,6 +6675,7 @@
|
|
|
6748
6675
|
display: inline-flex;
|
|
6749
6676
|
align-items: center;
|
|
6750
6677
|
color: var(--uui-primary);
|
|
6678
|
+
text-decoration: underline;
|
|
6751
6679
|
}
|
|
6752
6680
|
.SortingPanel_typography-inline__Tcu9M a:visited {
|
|
6753
6681
|
color: #5214CC;
|
|
@@ -6756,7 +6684,6 @@
|
|
|
6756
6684
|
color: #3F0F9E;
|
|
6757
6685
|
}
|
|
6758
6686
|
.SortingPanel_typography-inline__Tcu9M a:hover {
|
|
6759
|
-
text-decoration: underline;
|
|
6760
6687
|
color: var(--uui-primary-dark);
|
|
6761
6688
|
}
|
|
6762
6689
|
.SortingPanel_typography-inline__Tcu9M code {
|
|
@@ -6890,6 +6817,7 @@
|
|
|
6890
6817
|
display: inline-flex;
|
|
6891
6818
|
align-items: center;
|
|
6892
6819
|
color: var(--uui-primary);
|
|
6820
|
+
text-decoration: underline;
|
|
6893
6821
|
}
|
|
6894
6822
|
.DataPickerRow_typography-inline__nLffn a:visited {
|
|
6895
6823
|
color: #5214CC;
|
|
@@ -6898,7 +6826,6 @@
|
|
|
6898
6826
|
color: #3F0F9E;
|
|
6899
6827
|
}
|
|
6900
6828
|
.DataPickerRow_typography-inline__nLffn a:hover {
|
|
6901
|
-
text-decoration: underline;
|
|
6902
6829
|
color: var(--uui-primary-dark);
|
|
6903
6830
|
}
|
|
6904
6831
|
.DataPickerRow_typography-inline__nLffn code {
|
|
@@ -6946,10 +6873,10 @@
|
|
|
6946
6873
|
}
|
|
6947
6874
|
|
|
6948
6875
|
.DataPickerRow_icon-default__DpPlP {
|
|
6949
|
-
fill: var(--
|
|
6876
|
+
fill: var(--uui-icon);
|
|
6950
6877
|
}
|
|
6951
6878
|
|
|
6952
|
-
.DataPickerRow_icon-
|
|
6879
|
+
.DataPickerRow_icon-primary__s8KHw {
|
|
6953
6880
|
fill: var(--uui-primary);
|
|
6954
6881
|
}
|
|
6955
6882
|
.MobileDropdownWrapper_typography-header__x4CWx .hero-header, .MobileDropdownWrapper_typography-header__x4CWx h1, .MobileDropdownWrapper_typography-header__x4CWx h2, .MobileDropdownWrapper_typography-header__x4CWx h3, .MobileDropdownWrapper_typography-header__x4CWx h4, .MobileDropdownWrapper_typography-header__x4CWx h5, .MobileDropdownWrapper_typography-header__x4CWx h6 {
|
|
@@ -7044,6 +6971,7 @@
|
|
|
7044
6971
|
display: inline-flex;
|
|
7045
6972
|
align-items: center;
|
|
7046
6973
|
color: var(--uui-primary);
|
|
6974
|
+
text-decoration: underline;
|
|
7047
6975
|
}
|
|
7048
6976
|
.MobileDropdownWrapper_typography-inline__yk-yR a:visited {
|
|
7049
6977
|
color: #5214CC;
|
|
@@ -7052,7 +6980,6 @@
|
|
|
7052
6980
|
color: #3F0F9E;
|
|
7053
6981
|
}
|
|
7054
6982
|
.MobileDropdownWrapper_typography-inline__yk-yR a:hover {
|
|
7055
|
-
text-decoration: underline;
|
|
7056
6983
|
color: var(--uui-primary-dark);
|
|
7057
6984
|
}
|
|
7058
6985
|
.MobileDropdownWrapper_typography-inline__yk-yR code {
|
|
@@ -7088,7 +7015,7 @@
|
|
|
7088
7015
|
border-top: 1px solid var(--uui-divider);
|
|
7089
7016
|
}
|
|
7090
7017
|
.MobileDropdownWrapper_done__kE5Pe.uui-button-box {
|
|
7091
|
-
background-color: #
|
|
7018
|
+
background-color: #FFF;
|
|
7092
7019
|
border-width: 1px !important;
|
|
7093
7020
|
}
|
|
7094
7021
|
.PickerModal_typography-header__UkGcm .hero-header, .PickerModal_typography-header__UkGcm h1, .PickerModal_typography-header__UkGcm h2, .PickerModal_typography-header__UkGcm h3, .PickerModal_typography-header__UkGcm h4, .PickerModal_typography-header__UkGcm h5, .PickerModal_typography-header__UkGcm h6 {
|
|
@@ -7183,6 +7110,7 @@
|
|
|
7183
7110
|
display: inline-flex;
|
|
7184
7111
|
align-items: center;
|
|
7185
7112
|
color: var(--uui-primary);
|
|
7113
|
+
text-decoration: underline;
|
|
7186
7114
|
}
|
|
7187
7115
|
.PickerModal_typography-inline__KorkO a:visited {
|
|
7188
7116
|
color: #5214CC;
|
|
@@ -7191,7 +7119,6 @@
|
|
|
7191
7119
|
color: #3F0F9E;
|
|
7192
7120
|
}
|
|
7193
7121
|
.PickerModal_typography-inline__KorkO a:hover {
|
|
7194
|
-
text-decoration: underline;
|
|
7195
7122
|
color: var(--uui-primary-dark);
|
|
7196
7123
|
}
|
|
7197
7124
|
.PickerModal_typography-inline__KorkO code {
|
|
@@ -7227,6 +7154,21 @@
|
|
|
7227
7154
|
.PickerModal_switch__l1-Vd {
|
|
7228
7155
|
margin-bottom: 12px;
|
|
7229
7156
|
}
|
|
7157
|
+
.AvatarStack_root__Tsg6N .avatars {
|
|
7158
|
+
padding-right: 12px;
|
|
7159
|
+
}
|
|
7160
|
+
.AvatarStack_root__Tsg6N .avatars > * {
|
|
7161
|
+
border-radius: 50%;
|
|
7162
|
+
border: 1px solid white;
|
|
7163
|
+
}
|
|
7164
|
+
.AvatarStack_root__Tsg6N .avatarsCount {
|
|
7165
|
+
color: var(--uui-text-primary);
|
|
7166
|
+
margin-left: 3px;
|
|
7167
|
+
line-height: 1;
|
|
7168
|
+
font-family: var(--uui-avatar-stack-font);
|
|
7169
|
+
font-weight: var(--uui-avatar-stack-font-weight, normal);
|
|
7170
|
+
font-size: 14px;
|
|
7171
|
+
}
|
|
7230
7172
|
.Badge_typography-header__zhcFQ .hero-header, .Badge_typography-header__zhcFQ h1, .Badge_typography-header__zhcFQ h2, .Badge_typography-header__zhcFQ h3, .Badge_typography-header__zhcFQ h4, .Badge_typography-header__zhcFQ h5, .Badge_typography-header__zhcFQ h6 {
|
|
7231
7173
|
margin: 0;
|
|
7232
7174
|
}
|
|
@@ -7319,6 +7261,7 @@
|
|
|
7319
7261
|
display: inline-flex;
|
|
7320
7262
|
align-items: center;
|
|
7321
7263
|
color: var(--uui-primary);
|
|
7264
|
+
text-decoration: underline;
|
|
7322
7265
|
}
|
|
7323
7266
|
.Badge_typography-inline__MLd7F a:visited {
|
|
7324
7267
|
color: #5214CC;
|
|
@@ -7327,7 +7270,6 @@
|
|
|
7327
7270
|
color: #3F0F9E;
|
|
7328
7271
|
}
|
|
7329
7272
|
.Badge_typography-inline__MLd7F a:hover {
|
|
7330
|
-
text-decoration: underline;
|
|
7331
7273
|
color: var(--uui-primary-dark);
|
|
7332
7274
|
}
|
|
7333
7275
|
.Badge_typography-inline__MLd7F code {
|
|
@@ -7357,7 +7299,8 @@
|
|
|
7357
7299
|
}
|
|
7358
7300
|
|
|
7359
7301
|
.Badge_root__wIzSP .uui-count {
|
|
7360
|
-
font-family: var(--font
|
|
7302
|
+
font-family: var(--uui-badge-count-font);
|
|
7303
|
+
font-weight: var(--uui-badge-count-font-weight, normal);
|
|
7361
7304
|
margin: auto;
|
|
7362
7305
|
height: 18px;
|
|
7363
7306
|
line-height: 18px;
|
|
@@ -7372,7 +7315,8 @@
|
|
|
7372
7315
|
margin-left: 6px;
|
|
7373
7316
|
}
|
|
7374
7317
|
.Badge_root__wIzSP .uui-caption {
|
|
7375
|
-
font-family: var(--font
|
|
7318
|
+
font-family: var(--uui-badge-font);
|
|
7319
|
+
font-weight: var(--uui-badge-font-weight, normal);
|
|
7376
7320
|
}
|
|
7377
7321
|
.Badge_root__wIzSP.uui-button-box {
|
|
7378
7322
|
border-width: 1px;
|
|
@@ -7424,7 +7368,7 @@
|
|
|
7424
7368
|
padding-top: 2px;
|
|
7425
7369
|
padding-bottom: 2px;
|
|
7426
7370
|
line-height: 18px;
|
|
7427
|
-
font-size:
|
|
7371
|
+
font-size: 12px;
|
|
7428
7372
|
}
|
|
7429
7373
|
.Badge_root__wIzSP.Badge_size-24__WZsqd.Badge_fill-transparent__za27N .uui-caption {
|
|
7430
7374
|
margin-left: 12px;
|
|
@@ -7592,7 +7536,6 @@
|
|
|
7592
7536
|
border-color: transparent;
|
|
7593
7537
|
}
|
|
7594
7538
|
.Badge_root__wIzSP.Badge_fill-transparent__za27N.-clickable:hover {
|
|
7595
|
-
color: var(--uui-badge-bg-hover);
|
|
7596
7539
|
fill: var(--uui-badge-bg-hover);
|
|
7597
7540
|
cursor: pointer;
|
|
7598
7541
|
}
|
|
@@ -7694,6 +7637,7 @@
|
|
|
7694
7637
|
display: inline-flex;
|
|
7695
7638
|
align-items: center;
|
|
7696
7639
|
color: var(--uui-primary);
|
|
7640
|
+
text-decoration: underline;
|
|
7697
7641
|
}
|
|
7698
7642
|
.Tag_typography-inline__Yhikn a:visited {
|
|
7699
7643
|
color: #5214CC;
|
|
@@ -7702,7 +7646,6 @@
|
|
|
7702
7646
|
color: #3F0F9E;
|
|
7703
7647
|
}
|
|
7704
7648
|
.Tag_typography-inline__Yhikn a:hover {
|
|
7705
|
-
text-decoration: underline;
|
|
7706
7649
|
color: var(--uui-primary-dark);
|
|
7707
7650
|
}
|
|
7708
7651
|
.Tag_typography-inline__Yhikn code {
|
|
@@ -7740,7 +7683,8 @@
|
|
|
7740
7683
|
.Tag_root__610w5.uui-button-box .uui-count {
|
|
7741
7684
|
background-color: var(--uui-tag-count-bg);
|
|
7742
7685
|
color: var(--uui-tag-count);
|
|
7743
|
-
font-family: var(--font
|
|
7686
|
+
font-family: var(--uui-tag-count-font);
|
|
7687
|
+
font-weight: var(--uui-tag-count-font-weight, normal);
|
|
7744
7688
|
margin: auto;
|
|
7745
7689
|
height: 18px;
|
|
7746
7690
|
line-height: 18px;
|
|
@@ -7759,7 +7703,8 @@
|
|
|
7759
7703
|
}
|
|
7760
7704
|
.Tag_root__610w5.uui-button-box .uui-caption {
|
|
7761
7705
|
text-transform: none;
|
|
7762
|
-
font-family: var(--font
|
|
7706
|
+
font-family: var(--uui-tag-font);
|
|
7707
|
+
font-weight: var(--uui-tag-font-weight, normal);
|
|
7763
7708
|
color: var(--uui-tag-caption);
|
|
7764
7709
|
}
|
|
7765
7710
|
.Tag_root__610w5.Tag_size-18__mPDDm {
|
|
@@ -7879,6 +7824,89 @@
|
|
|
7879
7824
|
border-radius: 12px;
|
|
7880
7825
|
min-width: 12px;
|
|
7881
7826
|
}
|
|
7827
|
+
.Paginator_root__axS3r {
|
|
7828
|
+
display: flex;
|
|
7829
|
+
flex-direction: row;
|
|
7830
|
+
}
|
|
7831
|
+
.Paginator_root__axS3r .Paginator_spacer__Xicct {
|
|
7832
|
+
color: var(--uui-text-primary);
|
|
7833
|
+
}
|
|
7834
|
+
.Paginator_root__axS3r .Paginator_mode-ghost__3igjT {
|
|
7835
|
+
color: var(--uui-text-primary);
|
|
7836
|
+
}
|
|
7837
|
+
.Paginator_root__axS3r .Paginator_mode-ghost__3igjT:hover {
|
|
7838
|
+
color: var(--uui-primary);
|
|
7839
|
+
}
|
|
7840
|
+
.Paginator_root__axS3r .Paginator_size-24__ZlsRd.uui-button-box {
|
|
7841
|
+
min-width: 24px;
|
|
7842
|
+
}
|
|
7843
|
+
.Paginator_root__axS3r .Paginator_size-24__ZlsRd .uui-caption {
|
|
7844
|
+
font-family: var(--uui-pagination-font);
|
|
7845
|
+
font-weight: var(--uui-pagination-font-weight, normal);
|
|
7846
|
+
font-size: 14px;
|
|
7847
|
+
padding-left: 2px;
|
|
7848
|
+
padding-right: 2px;
|
|
7849
|
+
}
|
|
7850
|
+
.Paginator_root__axS3r .Paginator_size-24__ZlsRd:first-of-type {
|
|
7851
|
+
margin-right: 6px;
|
|
7852
|
+
}
|
|
7853
|
+
.Paginator_root__axS3r .Paginator_size-24__ZlsRd:last-of-type {
|
|
7854
|
+
margin-left: 6px;
|
|
7855
|
+
}
|
|
7856
|
+
.Paginator_root__axS3r .Paginator_size-24__ZlsRd.Paginator_spacer__Xicct {
|
|
7857
|
+
min-width: 28px;
|
|
7858
|
+
}
|
|
7859
|
+
.Paginator_root__axS3r .Paginator_size-30__Uw66-.uui-button-box {
|
|
7860
|
+
min-width: 30px;
|
|
7861
|
+
}
|
|
7862
|
+
.Paginator_root__axS3r .Paginator_size-30__Uw66- .uui-caption {
|
|
7863
|
+
font-family: var(--uui-pagination-font);
|
|
7864
|
+
font-weight: var(--uui-pagination-font-weight, normal);
|
|
7865
|
+
font-size: 14px;
|
|
7866
|
+
padding-left: 5px;
|
|
7867
|
+
padding-right: 5px;
|
|
7868
|
+
}
|
|
7869
|
+
.Paginator_root__axS3r .Paginator_size-30__Uw66-:first-of-type {
|
|
7870
|
+
margin-right: 6px;
|
|
7871
|
+
}
|
|
7872
|
+
.Paginator_root__axS3r .Paginator_size-30__Uw66-:last-of-type {
|
|
7873
|
+
margin-left: 6px;
|
|
7874
|
+
}
|
|
7875
|
+
.Paginator_root__axS3r .Paginator_size-30__Uw66-.Paginator_spacer__Xicct {
|
|
7876
|
+
min-width: 34px;
|
|
7877
|
+
}
|
|
7878
|
+
.Paginator_root__axS3r .Paginator_navigation-size-24__FpImt.uui-button-box {
|
|
7879
|
+
min-width: 24px;
|
|
7880
|
+
}
|
|
7881
|
+
.Paginator_root__axS3r .Paginator_navigation-size-24__FpImt .uui-caption {
|
|
7882
|
+
font-family: var(--uui-pagination-font);
|
|
7883
|
+
font-weight: var(--uui-pagination-font-weight, normal);
|
|
7884
|
+
font-size: 14px;
|
|
7885
|
+
padding-left: 0;
|
|
7886
|
+
padding-right: 0;
|
|
7887
|
+
}
|
|
7888
|
+
.Paginator_root__axS3r .Paginator_navigation-size-24__FpImt:first-of-type {
|
|
7889
|
+
margin-right: 6px;
|
|
7890
|
+
}
|
|
7891
|
+
.Paginator_root__axS3r .Paginator_navigation-size-24__FpImt:last-of-type {
|
|
7892
|
+
margin-left: 6px;
|
|
7893
|
+
}
|
|
7894
|
+
.Paginator_root__axS3r .Paginator_navigation-size-30__-PWmy.uui-button-box {
|
|
7895
|
+
min-width: 30px;
|
|
7896
|
+
}
|
|
7897
|
+
.Paginator_root__axS3r .Paginator_navigation-size-30__-PWmy .uui-caption {
|
|
7898
|
+
font-family: var(--uui-pagination-font);
|
|
7899
|
+
font-weight: var(--uui-pagination-font-weight, normal);
|
|
7900
|
+
font-size: 14px;
|
|
7901
|
+
padding-left: 0;
|
|
7902
|
+
padding-right: 0;
|
|
7903
|
+
}
|
|
7904
|
+
.Paginator_root__axS3r .Paginator_navigation-size-30__-PWmy:first-of-type {
|
|
7905
|
+
margin-right: 6px;
|
|
7906
|
+
}
|
|
7907
|
+
.Paginator_root__axS3r .Paginator_navigation-size-30__-PWmy:last-of-type {
|
|
7908
|
+
margin-left: 6px;
|
|
7909
|
+
}
|
|
7882
7910
|
.PickerToggler_typography-header__Wl3bF .hero-header, .PickerToggler_typography-header__Wl3bF h1, .PickerToggler_typography-header__Wl3bF h2, .PickerToggler_typography-header__Wl3bF h3, .PickerToggler_typography-header__Wl3bF h4, .PickerToggler_typography-header__Wl3bF h5, .PickerToggler_typography-header__Wl3bF h6 {
|
|
7883
7911
|
margin: 0;
|
|
7884
7912
|
}
|
|
@@ -7971,6 +7999,7 @@
|
|
|
7971
7999
|
display: inline-flex;
|
|
7972
8000
|
align-items: center;
|
|
7973
8001
|
color: var(--uui-primary);
|
|
8002
|
+
text-decoration: underline;
|
|
7974
8003
|
}
|
|
7975
8004
|
.PickerToggler_typography-inline__R6g9F a:visited {
|
|
7976
8005
|
color: #5214CC;
|
|
@@ -7979,7 +8008,6 @@
|
|
|
7979
8008
|
color: #3F0F9E;
|
|
7980
8009
|
}
|
|
7981
8010
|
.PickerToggler_typography-inline__R6g9F a:hover {
|
|
7982
|
-
text-decoration: underline;
|
|
7983
8011
|
color: var(--uui-primary-dark);
|
|
7984
8012
|
}
|
|
7985
8013
|
.PickerToggler_typography-inline__R6g9F code {
|
|
@@ -8064,6 +8092,19 @@
|
|
|
8064
8092
|
.PickerToggler_root__G7gEl.PickerToggler_mode-cell__hBg0t.uui-focus {
|
|
8065
8093
|
outline: none;
|
|
8066
8094
|
}
|
|
8095
|
+
.PickerToggler_root__G7gEl.PickerToggler_mode-inline__AIRuh {
|
|
8096
|
+
background-color: initial;
|
|
8097
|
+
border-color: transparent;
|
|
8098
|
+
border-radius: var(--uui-picker-toggler-border-radius);
|
|
8099
|
+
fill: var(--uui-picker-toggler-icon-clickable);
|
|
8100
|
+
}
|
|
8101
|
+
.PickerToggler_root__G7gEl.PickerToggler_mode-inline__AIRuh:hover {
|
|
8102
|
+
border-color: var(--uui-picker-toggler-border-hover);
|
|
8103
|
+
}
|
|
8104
|
+
.PickerToggler_root__G7gEl.PickerToggler_mode-inline__AIRuh.uui-focus {
|
|
8105
|
+
border-color: var(--uui-picker-toggler-border-active);
|
|
8106
|
+
outline: none;
|
|
8107
|
+
}
|
|
8067
8108
|
.PickerToggler_root__G7gEl.uui-invalid.PickerToggler_mode-form__OlTHW {
|
|
8068
8109
|
border-color: var(--uui-picker-toggler-border-error);
|
|
8069
8110
|
}
|
|
@@ -8163,7 +8204,8 @@
|
|
|
8163
8204
|
padding-left: 6px;
|
|
8164
8205
|
padding-right: 6px;
|
|
8165
8206
|
margin-bottom: 2px;
|
|
8166
|
-
font-family: var(--font
|
|
8207
|
+
font-family: var(--uui-picker-toggler-font);
|
|
8208
|
+
font-weight: var(--uui-picker-toggler-font-weight, normal);
|
|
8167
8209
|
color: var(--uui-picker-toggler-text);
|
|
8168
8210
|
}
|
|
8169
8211
|
.PickerToggler_root__G7gEl .uui-input::placeholder {
|
|
@@ -8175,7 +8217,8 @@
|
|
|
8175
8217
|
.PickerToggler_root__G7gEl .uui-caption {
|
|
8176
8218
|
overflow: hidden;
|
|
8177
8219
|
text-overflow: ellipsis;
|
|
8178
|
-
font-family: var(--font
|
|
8220
|
+
font-family: var(--uui-picker-toggler-font);
|
|
8221
|
+
font-weight: var(--uui-picker-toggler-font-weight, normal);
|
|
8179
8222
|
align-self: center;
|
|
8180
8223
|
white-space: nowrap;
|
|
8181
8224
|
}
|
|
@@ -8408,6 +8451,7 @@
|
|
|
8408
8451
|
display: inline-flex;
|
|
8409
8452
|
align-items: center;
|
|
8410
8453
|
color: var(--uui-primary);
|
|
8454
|
+
text-decoration: underline;
|
|
8411
8455
|
}
|
|
8412
8456
|
.PickerInput_typography-inline__3Z1Fw a:visited {
|
|
8413
8457
|
color: #5214CC;
|
|
@@ -8416,7 +8460,6 @@
|
|
|
8416
8460
|
color: #3F0F9E;
|
|
8417
8461
|
}
|
|
8418
8462
|
.PickerInput_typography-inline__3Z1Fw a:hover {
|
|
8419
|
-
text-decoration: underline;
|
|
8420
8463
|
color: var(--uui-primary-dark);
|
|
8421
8464
|
}
|
|
8422
8465
|
.PickerInput_typography-inline__3Z1Fw code {
|
|
@@ -8445,6 +8488,10 @@
|
|
|
8445
8488
|
color: var(--uui-text-primary);
|
|
8446
8489
|
}
|
|
8447
8490
|
|
|
8491
|
+
.PickerInput_panel__0GHsI {
|
|
8492
|
+
background: var(--uui-picker_input-bg);
|
|
8493
|
+
box-shadow: var(--uui-dropdown-container-shadow);
|
|
8494
|
+
}
|
|
8448
8495
|
@media screen and (max-width: 720px) {
|
|
8449
8496
|
.PickerInput_panel__0GHsI {
|
|
8450
8497
|
height: var(--app-mobile-height);
|
|
@@ -8453,7 +8500,6 @@
|
|
|
8453
8500
|
|
|
8454
8501
|
.PickerInput_footer-wrapper__hMVx6 {
|
|
8455
8502
|
border-top: 1px solid var(--uui-divider);
|
|
8456
|
-
background: white;
|
|
8457
8503
|
padding: 0 12px;
|
|
8458
8504
|
display: flex;
|
|
8459
8505
|
}
|
|
@@ -8576,6 +8622,7 @@
|
|
|
8576
8622
|
display: inline-flex;
|
|
8577
8623
|
align-items: center;
|
|
8578
8624
|
color: var(--uui-primary);
|
|
8625
|
+
text-decoration: underline;
|
|
8579
8626
|
}
|
|
8580
8627
|
.FilterPanelItemToggler_typography-inline__GBz0E a:visited {
|
|
8581
8628
|
color: #5214CC;
|
|
@@ -8584,7 +8631,6 @@
|
|
|
8584
8631
|
color: #3F0F9E;
|
|
8585
8632
|
}
|
|
8586
8633
|
.FilterPanelItemToggler_typography-inline__GBz0E a:hover {
|
|
8587
|
-
text-decoration: underline;
|
|
8588
8634
|
color: var(--uui-primary-dark);
|
|
8589
8635
|
}
|
|
8590
8636
|
.FilterPanelItemToggler_typography-inline__GBz0E code {
|
|
@@ -8623,6 +8669,7 @@
|
|
|
8623
8669
|
border: 1px solid var(--uui-filters-toggler-border);
|
|
8624
8670
|
border-radius: var(--uui-filters-toggler-border-radius);
|
|
8625
8671
|
background-color: var(--uui-filters-toggler-bg);
|
|
8672
|
+
box-shadow: var(--uui-filters-toggler-shadow);
|
|
8626
8673
|
padding-left: 6px;
|
|
8627
8674
|
padding-right: 6px;
|
|
8628
8675
|
}
|
|
@@ -8638,7 +8685,8 @@
|
|
|
8638
8685
|
background-color: var(--uui-filters-toggler-bg-hover);
|
|
8639
8686
|
}
|
|
8640
8687
|
.FilterPanelItemToggler_root__KIGYZ.uui-input-box .FilterPanelItemToggler_title-wrapper__hrBtt {
|
|
8641
|
-
font-family: var(--font
|
|
8688
|
+
font-family: var(--uui-filters-toggler-font);
|
|
8689
|
+
font-weight: var(--uui-filters-toggler-font-weight, normal);
|
|
8642
8690
|
flex: 1 1 auto;
|
|
8643
8691
|
min-width: 0;
|
|
8644
8692
|
outline: none;
|
|
@@ -8742,139 +8790,6 @@
|
|
|
8742
8790
|
margin-bottom: auto;
|
|
8743
8791
|
padding-left: 3px;
|
|
8744
8792
|
}
|
|
8745
|
-
.FilterPickerBody_typography-header__2k2Z8 .hero-header, .FilterPickerBody_typography-header__2k2Z8 h1, .FilterPickerBody_typography-header__2k2Z8 h2, .FilterPickerBody_typography-header__2k2Z8 h3, .FilterPickerBody_typography-header__2k2Z8 h4, .FilterPickerBody_typography-header__2k2Z8 h5, .FilterPickerBody_typography-header__2k2Z8 h6 {
|
|
8746
|
-
margin: 0;
|
|
8747
|
-
}
|
|
8748
|
-
.FilterPickerBody_typography-header__2k2Z8 .hero-header {
|
|
8749
|
-
font-family: var(--font-promo);
|
|
8750
|
-
margin: 30px 0;
|
|
8751
|
-
font-size: 66px;
|
|
8752
|
-
line-height: 72px;
|
|
8753
|
-
}
|
|
8754
|
-
.FilterPickerBody_typography-header__2k2Z8 .hero-header, .FilterPickerBody_typography-header__2k2Z8 .promo-header {
|
|
8755
|
-
color: var(--uui-text-brand);
|
|
8756
|
-
text-align: center;
|
|
8757
|
-
}
|
|
8758
|
-
.FilterPickerBody_typography-header__2k2Z8 .promo-header, .FilterPickerBody_typography-header__2k2Z8 h1, .FilterPickerBody_typography-header__2k2Z8 h2, .FilterPickerBody_typography-header__2k2Z8 h3 {
|
|
8759
|
-
font-family: var(--font-primary);
|
|
8760
|
-
}
|
|
8761
|
-
.FilterPickerBody_typography-header__2k2Z8 .promo-header {
|
|
8762
|
-
text-transform: uppercase;
|
|
8763
|
-
}
|
|
8764
|
-
.FilterPickerBody_typography-header__2k2Z8 h4, .FilterPickerBody_typography-header__2k2Z8 h5, .FilterPickerBody_typography-header__2k2Z8 h6 {
|
|
8765
|
-
font-family: var(--font-semibold);
|
|
8766
|
-
}
|
|
8767
|
-
.FilterPickerBody_typography-header__2k2Z8 h1, .FilterPickerBody_typography-header__2k2Z8 h2, .FilterPickerBody_typography-header__2k2Z8 h3, .FilterPickerBody_typography-header__2k2Z8 h4, .FilterPickerBody_typography-header__2k2Z8 h5, .FilterPickerBody_typography-header__2k2Z8 h6 {
|
|
8768
|
-
margin-bottom: 0.5em;
|
|
8769
|
-
margin-top: 1.2em;
|
|
8770
|
-
line-height: 1.35em;
|
|
8771
|
-
}
|
|
8772
|
-
.FilterPickerBody_typography-header__2k2Z8 h1 {
|
|
8773
|
-
font-size: 36px;
|
|
8774
|
-
}
|
|
8775
|
-
.FilterPickerBody_typography-header__2k2Z8 h2 {
|
|
8776
|
-
font-size: 30px;
|
|
8777
|
-
letter-spacing: 0.1px;
|
|
8778
|
-
}
|
|
8779
|
-
.FilterPickerBody_typography-header__2k2Z8 h2.promo-header {
|
|
8780
|
-
letter-spacing: 2px;
|
|
8781
|
-
}
|
|
8782
|
-
.FilterPickerBody_typography-header__2k2Z8 h3 {
|
|
8783
|
-
font-size: 24px;
|
|
8784
|
-
}
|
|
8785
|
-
.FilterPickerBody_typography-header__2k2Z8 h4 {
|
|
8786
|
-
font-size: 18px;
|
|
8787
|
-
letter-spacing: 0.1px;
|
|
8788
|
-
}
|
|
8789
|
-
.FilterPickerBody_typography-header__2k2Z8 h5 {
|
|
8790
|
-
font-size: 16px;
|
|
8791
|
-
}
|
|
8792
|
-
.FilterPickerBody_typography-header__2k2Z8 h6 {
|
|
8793
|
-
font-size: 14px;
|
|
8794
|
-
}
|
|
8795
|
-
|
|
8796
|
-
.FilterPickerBody_typography-block__IVJqu ol, .FilterPickerBody_typography-block__IVJqu ul {
|
|
8797
|
-
padding: 0;
|
|
8798
|
-
}
|
|
8799
|
-
.FilterPickerBody_typography-block__IVJqu li {
|
|
8800
|
-
margin-left: 1.25em;
|
|
8801
|
-
line-height: 1.5;
|
|
8802
|
-
}
|
|
8803
|
-
.FilterPickerBody_typography-block__IVJqu pre {
|
|
8804
|
-
padding: 1.25em;
|
|
8805
|
-
color: var(--gray10);
|
|
8806
|
-
background-color: var(--uui-secondary-darkest);
|
|
8807
|
-
font-family: monospace;
|
|
8808
|
-
white-space: pre-wrap;
|
|
8809
|
-
word-wrap: normal;
|
|
8810
|
-
}
|
|
8811
|
-
.FilterPickerBody_typography-block__IVJqu img {
|
|
8812
|
-
max-width: 100%;
|
|
8813
|
-
}
|
|
8814
|
-
.FilterPickerBody_typography-block__IVJqu figure {
|
|
8815
|
-
margin: 0;
|
|
8816
|
-
}
|
|
8817
|
-
.FilterPickerBody_typography-block__IVJqu figure figcaption {
|
|
8818
|
-
font-size: 0.9em;
|
|
8819
|
-
opacity: 0.9;
|
|
8820
|
-
text-align: center;
|
|
8821
|
-
}
|
|
8822
|
-
.FilterPickerBody_typography-block__IVJqu p {
|
|
8823
|
-
margin: 0.5em 0;
|
|
8824
|
-
line-height: 1.5;
|
|
8825
|
-
}
|
|
8826
|
-
|
|
8827
|
-
.FilterPickerBody_typography-inline__mBxPJ b, .FilterPickerBody_typography-inline__mBxPJ strong {
|
|
8828
|
-
font-family: var(--font-semibold);
|
|
8829
|
-
}
|
|
8830
|
-
.FilterPickerBody_typography-inline__mBxPJ i, .FilterPickerBody_typography-inline__mBxPJ em {
|
|
8831
|
-
font-family: var(--font-italic);
|
|
8832
|
-
}
|
|
8833
|
-
.FilterPickerBody_typography-inline__mBxPJ a {
|
|
8834
|
-
display: inline-flex;
|
|
8835
|
-
align-items: center;
|
|
8836
|
-
color: var(--uui-primary);
|
|
8837
|
-
}
|
|
8838
|
-
.FilterPickerBody_typography-inline__mBxPJ a:visited {
|
|
8839
|
-
color: #5214CC;
|
|
8840
|
-
}
|
|
8841
|
-
.FilterPickerBody_typography-inline__mBxPJ a:visited:hover {
|
|
8842
|
-
color: #3F0F9E;
|
|
8843
|
-
}
|
|
8844
|
-
.FilterPickerBody_typography-inline__mBxPJ a:hover {
|
|
8845
|
-
text-decoration: underline;
|
|
8846
|
-
color: var(--uui-primary-dark);
|
|
8847
|
-
}
|
|
8848
|
-
.FilterPickerBody_typography-inline__mBxPJ code {
|
|
8849
|
-
padding: 0.125em 0.25em;
|
|
8850
|
-
color: var(--uui-text-primary);
|
|
8851
|
-
background-color: var(--uui-secondary-light);
|
|
8852
|
-
font-family: var(--font-mono);
|
|
8853
|
-
white-space: pre-wrap;
|
|
8854
|
-
word-wrap: normal;
|
|
8855
|
-
}
|
|
8856
|
-
|
|
8857
|
-
.FilterPickerBody_typography-16__dtP5r {
|
|
8858
|
-
font-size: 16px;
|
|
8859
|
-
}
|
|
8860
|
-
|
|
8861
|
-
.FilterPickerBody_typography-14__HZiqg {
|
|
8862
|
-
font-size: 14px;
|
|
8863
|
-
}
|
|
8864
|
-
|
|
8865
|
-
.FilterPickerBody_typography-12__w8xeY {
|
|
8866
|
-
font-size: 12px;
|
|
8867
|
-
}
|
|
8868
|
-
|
|
8869
|
-
.FilterPickerBody_typography-promo__S9Gyx {
|
|
8870
|
-
font-family: var(--font-regular);
|
|
8871
|
-
color: var(--uui-text-primary);
|
|
8872
|
-
}
|
|
8873
|
-
|
|
8874
|
-
.FilterPickerBody_footer-wrapper__-CvZO {
|
|
8875
|
-
border-top: 1px solid var(--uui-control-border);
|
|
8876
|
-
justify-content: flex-end;
|
|
8877
|
-
}
|
|
8878
8793
|
.FilterRangeDatePickerBody_typography-header__HGaXO .hero-header, .FilterRangeDatePickerBody_typography-header__HGaXO h1, .FilterRangeDatePickerBody_typography-header__HGaXO h2, .FilterRangeDatePickerBody_typography-header__HGaXO h3, .FilterRangeDatePickerBody_typography-header__HGaXO h4, .FilterRangeDatePickerBody_typography-header__HGaXO h5, .FilterRangeDatePickerBody_typography-header__HGaXO h6 {
|
|
8879
8794
|
margin: 0;
|
|
8880
8795
|
}
|
|
@@ -8967,6 +8882,7 @@
|
|
|
8967
8882
|
display: inline-flex;
|
|
8968
8883
|
align-items: center;
|
|
8969
8884
|
color: var(--uui-primary);
|
|
8885
|
+
text-decoration: underline;
|
|
8970
8886
|
}
|
|
8971
8887
|
.FilterRangeDatePickerBody_typography-inline__M3AvG a:visited {
|
|
8972
8888
|
color: #5214CC;
|
|
@@ -8975,7 +8891,6 @@
|
|
|
8975
8891
|
color: #3F0F9E;
|
|
8976
8892
|
}
|
|
8977
8893
|
.FilterRangeDatePickerBody_typography-inline__M3AvG a:hover {
|
|
8978
|
-
text-decoration: underline;
|
|
8979
8894
|
color: var(--uui-primary-dark);
|
|
8980
8895
|
}
|
|
8981
8896
|
.FilterRangeDatePickerBody_typography-inline__M3AvG code {
|
|
@@ -9090,10 +9005,10 @@
|
|
|
9090
9005
|
width: 1px;
|
|
9091
9006
|
}
|
|
9092
9007
|
.FilterRangeDatePickerBody_date-input-group__cYRz6:hover {
|
|
9093
|
-
border-color: var(--uui-
|
|
9008
|
+
border-color: var(--uui-control_textinput-border-hover);
|
|
9094
9009
|
}
|
|
9095
9010
|
.FilterRangeDatePickerBody_date-input-group__cYRz6:hover .FilterRangeDatePickerBody_separator__Txi2W {
|
|
9096
|
-
background: var(--uui-
|
|
9011
|
+
background: var(--uui-control_textinput-border-hover);
|
|
9097
9012
|
}
|
|
9098
9013
|
.FilterRangeDatePickerBody_date-input-group__cYRz6:hover.uui-disabled, .FilterRangeDatePickerBody_date-input-group__cYRz6:hover.uui-readonly {
|
|
9099
9014
|
border-color: var(--uui-control-border);
|
|
@@ -9108,7 +9023,7 @@
|
|
|
9108
9023
|
background: var(--uui-control-border-checked);
|
|
9109
9024
|
}
|
|
9110
9025
|
.FilterRangeDatePickerBody_date-input-group__cYRz6.uui-focus .FilterRangeDatePickerBody_date-input__5E3aM:hover {
|
|
9111
|
-
outline: 1px solid var(--uui-
|
|
9026
|
+
outline: 1px solid var(--uui-control_textinput-border-hover);
|
|
9112
9027
|
}
|
|
9113
9028
|
.FilterRangeDatePickerBody_date-input-group__cYRz6.uui-focus .FilterRangeDatePickerBody_date-input__5E3aM.uui-focus {
|
|
9114
9029
|
outline: 1px solid var(--uui-control-border-checked);
|
|
@@ -9228,6 +9143,7 @@
|
|
|
9228
9143
|
display: inline-flex;
|
|
9229
9144
|
align-items: center;
|
|
9230
9145
|
color: var(--uui-primary);
|
|
9146
|
+
text-decoration: underline;
|
|
9231
9147
|
}
|
|
9232
9148
|
.FiltersPanelItem_typography-inline__j90GN a:visited {
|
|
9233
9149
|
color: #5214CC;
|
|
@@ -9236,7 +9152,6 @@
|
|
|
9236
9152
|
color: #3F0F9E;
|
|
9237
9153
|
}
|
|
9238
9154
|
.FiltersPanelItem_typography-inline__j90GN a:hover {
|
|
9239
|
-
text-decoration: underline;
|
|
9240
9155
|
color: var(--uui-primary-dark);
|
|
9241
9156
|
}
|
|
9242
9157
|
.FiltersPanelItem_typography-inline__j90GN code {
|
|
@@ -9266,7 +9181,8 @@
|
|
|
9266
9181
|
}
|
|
9267
9182
|
|
|
9268
9183
|
.FiltersPanelItem_header__1Ogc3 {
|
|
9269
|
-
font-family: var(--font
|
|
9184
|
+
font-family: var(--uui-filters-panel-header-font);
|
|
9185
|
+
font-weight: var(--uui-filters-panel-header-font-weight, normal);
|
|
9270
9186
|
display: flex;
|
|
9271
9187
|
justify-content: space-between;
|
|
9272
9188
|
align-items: center;
|
|
@@ -9275,6 +9191,12 @@
|
|
|
9275
9191
|
.FiltersPanelItem_header__1Ogc3 button.FiltersPanelItem_removeButton__ykSMB {
|
|
9276
9192
|
padding-left: 24px;
|
|
9277
9193
|
}
|
|
9194
|
+
|
|
9195
|
+
@media screen and (max-width: 720px) {
|
|
9196
|
+
.FiltersPanelItem_panel__aLA55 {
|
|
9197
|
+
height: var(--app-mobile-height);
|
|
9198
|
+
}
|
|
9199
|
+
}
|
|
9278
9200
|
.PresetsPanel_divider__jIY7S {
|
|
9279
9201
|
margin-right: 3px;
|
|
9280
9202
|
border-left: 1px solid var(--uui-divider);
|
|
@@ -9370,10 +9292,11 @@
|
|
|
9370
9292
|
}
|
|
9371
9293
|
.MainMenu_root__39Kfw .uui-mainmenu-server-badge-label {
|
|
9372
9294
|
padding: 0 5px;
|
|
9373
|
-
border: 2px solid
|
|
9295
|
+
border: 2px solid #FFFFFF; /* for CI/CD, not themeable */
|
|
9374
9296
|
border-radius: 5px 5px 0 0;
|
|
9375
9297
|
border-bottom: 0;
|
|
9376
|
-
font-family: var(--font
|
|
9298
|
+
font-family: var(--uui-main_menu-font);
|
|
9299
|
+
font-weight: var(--uui-main_menu-font-weight, normal);
|
|
9377
9300
|
font-size: 9px;
|
|
9378
9301
|
text-transform: uppercase;
|
|
9379
9302
|
}
|
|
@@ -9384,9 +9307,13 @@
|
|
|
9384
9307
|
fill: var(--uui-main_menu-icon);
|
|
9385
9308
|
flex-shrink: 0;
|
|
9386
9309
|
cursor: pointer;
|
|
9310
|
+
background: transparent;
|
|
9311
|
+
border: none;
|
|
9312
|
+
padding: 0;
|
|
9387
9313
|
}
|
|
9388
|
-
.GlobalMenu_global-menu-btn__QdXAw:hover {
|
|
9314
|
+
.GlobalMenu_global-menu-btn__QdXAw:focus, .GlobalMenu_global-menu-btn__QdXAw:hover {
|
|
9389
9315
|
background-color: var(--uui-main_menu-hover);
|
|
9316
|
+
outline: none;
|
|
9390
9317
|
}
|
|
9391
9318
|
.GlobalMenu_global-menu-btn__QdXAw:active {
|
|
9392
9319
|
background-color: var(--uui-main_menu-active);
|
|
@@ -9548,6 +9475,7 @@
|
|
|
9548
9475
|
display: inline-flex;
|
|
9549
9476
|
align-items: center;
|
|
9550
9477
|
color: var(--uui-primary);
|
|
9478
|
+
text-decoration: underline;
|
|
9551
9479
|
}
|
|
9552
9480
|
.BurgerButton_typography-inline__Q7e9n a:visited {
|
|
9553
9481
|
color: #5214CC;
|
|
@@ -9556,7 +9484,6 @@
|
|
|
9556
9484
|
color: #3F0F9E;
|
|
9557
9485
|
}
|
|
9558
9486
|
.BurgerButton_typography-inline__Q7e9n a:hover {
|
|
9559
|
-
text-decoration: underline;
|
|
9560
9487
|
color: var(--uui-primary-dark);
|
|
9561
9488
|
}
|
|
9562
9489
|
.BurgerButton_typography-inline__Q7e9n code {
|
|
@@ -9590,21 +9517,22 @@
|
|
|
9590
9517
|
background: none;
|
|
9591
9518
|
border: 0;
|
|
9592
9519
|
outline: none;
|
|
9593
|
-
font-family: var(--font
|
|
9520
|
+
font-family: var(--uui-burger_btn-font);
|
|
9521
|
+
font-weight: var(--uui-burger_btn-font-weight, normal);
|
|
9594
9522
|
line-height: 48px;
|
|
9595
9523
|
flex-shrink: 0;
|
|
9596
9524
|
}
|
|
9597
9525
|
.BurgerButton_root__FLwMS.uui-enabled {
|
|
9598
|
-
color: var(--uui-
|
|
9599
|
-
fill: var(--uui-
|
|
9526
|
+
color: var(--uui-burger_btn_caption);
|
|
9527
|
+
fill: var(--uui-burger_btn_caption);
|
|
9600
9528
|
}
|
|
9601
9529
|
.BurgerButton_root__FLwMS.uui-enabled.-clickable:hover {
|
|
9602
|
-
color: var(--uui-
|
|
9603
|
-
fill: var(--uui-
|
|
9530
|
+
color: var(--uui-burger_btn_caption-hover);
|
|
9531
|
+
fill: var(--uui-burger_btn_caption-hover);
|
|
9604
9532
|
}
|
|
9605
9533
|
.BurgerButton_root__FLwMS.uui-active {
|
|
9606
|
-
color: var(--uui-
|
|
9607
|
-
fill: var(--uui-
|
|
9534
|
+
color: var(--uui-burger_btn_caption-active);
|
|
9535
|
+
fill: var(--uui-burger_btn_caption-active);
|
|
9608
9536
|
}
|
|
9609
9537
|
.BurgerButton_root__FLwMS .uui-icon {
|
|
9610
9538
|
padding: 0 12px 0 24px;
|
|
@@ -9638,7 +9566,8 @@
|
|
|
9638
9566
|
}
|
|
9639
9567
|
.BurgerSearch_search-input__pTnno .uui-input {
|
|
9640
9568
|
color: var(--uui-burger_search);
|
|
9641
|
-
font-family: var(--font
|
|
9569
|
+
font-family: var(--uui-burger_search-font);
|
|
9570
|
+
font-weight: var(--uui-burger_search-font-weight, normal);
|
|
9642
9571
|
}
|
|
9643
9572
|
.BurgerSearch_search-input__pTnno .uui-input::placeholder {
|
|
9644
9573
|
color: var(--uui-burger_search-placeholder);
|
|
@@ -9665,7 +9594,8 @@
|
|
|
9665
9594
|
}
|
|
9666
9595
|
|
|
9667
9596
|
.BurgerGroupHeader_group-name__szcRq {
|
|
9668
|
-
font-family: var(--font
|
|
9597
|
+
font-family: var(--uui-burger_group-font);
|
|
9598
|
+
font-weight: var(--uui-burger_group-font-weight, normal);
|
|
9669
9599
|
font-size: 12px;
|
|
9670
9600
|
color: var(--uui-burger_group-text);
|
|
9671
9601
|
background: var(--uui-burger_group-bg);
|
|
@@ -9688,6 +9618,8 @@
|
|
|
9688
9618
|
height: 60px;
|
|
9689
9619
|
padding-left: 18px;
|
|
9690
9620
|
padding-right: 6px;
|
|
9621
|
+
background-color: transparent;
|
|
9622
|
+
border: none;
|
|
9691
9623
|
}
|
|
9692
9624
|
.MainMenuAvatar_container__vT8rb .uui-caption, .MainMenuAvatar_container__vT8rb .uui-input {
|
|
9693
9625
|
padding-top: 21px;
|
|
@@ -9696,14 +9628,14 @@
|
|
|
9696
9628
|
line-height: 18px;
|
|
9697
9629
|
font-size: 18px;
|
|
9698
9630
|
}
|
|
9699
|
-
|
|
9700
|
-
.MainMenuAvatar_dropdown__ezcds {
|
|
9631
|
+
.MainMenuAvatar_container__vT8rb.-clickable {
|
|
9701
9632
|
cursor: pointer;
|
|
9702
9633
|
}
|
|
9703
|
-
.
|
|
9634
|
+
.MainMenuAvatar_container__vT8rb.-clickable:focus, .MainMenuAvatar_container__vT8rb.-clickable:hover {
|
|
9704
9635
|
background: var(--uui-main_menu-dropdown-bg);
|
|
9636
|
+
outline: none;
|
|
9705
9637
|
}
|
|
9706
|
-
.
|
|
9638
|
+
.MainMenuAvatar_container__vT8rb.-clickable:active {
|
|
9707
9639
|
background-color: var(--uui-main_menu-dropdown-bg);
|
|
9708
9640
|
}
|
|
9709
9641
|
|
|
@@ -9724,7 +9656,8 @@
|
|
|
9724
9656
|
}
|
|
9725
9657
|
.MainMenuSearch_search-input__xTdYX .uui-input {
|
|
9726
9658
|
color: var(--uui-main_menu-text);
|
|
9727
|
-
font-family: var(--font
|
|
9659
|
+
font-family: var(--uui-main_menu-search-font);
|
|
9660
|
+
font-weight: var(--uui-main_menu-search-font-weight, normal);
|
|
9728
9661
|
}
|
|
9729
9662
|
.MainMenuSearch_search-input__xTdYX .uui-input::placeholder {
|
|
9730
9663
|
color: var(--uui-main_menu-search-border);
|
|
@@ -9768,20 +9701,6 @@
|
|
|
9768
9701
|
background-color: var(--uui-main_menu-active);
|
|
9769
9702
|
fill: var(--uui-main_menu-icon-active);
|
|
9770
9703
|
}
|
|
9771
|
-
.MainMenuDropdown_dropdown-body__k9qxb {
|
|
9772
|
-
display: flex;
|
|
9773
|
-
flex-direction: column;
|
|
9774
|
-
min-width: 200px;
|
|
9775
|
-
background-color: var(--uui-main_menu-dropdown-bg);
|
|
9776
|
-
}
|
|
9777
|
-
.MainMenuDropdown_dropdown-body__k9qxb .-clickable.uui-button-box:hover {
|
|
9778
|
-
background-color: var(--uui-main_menu-bg);
|
|
9779
|
-
}
|
|
9780
|
-
.MainMenuDropdown_dropdown-body__k9qxb .uui-button-box.uui-active {
|
|
9781
|
-
border: none;
|
|
9782
|
-
border-left: 3px solid var(--uui-main_menu-border-active);
|
|
9783
|
-
background-color: var(--uui-main_menu-bg);
|
|
9784
|
-
}
|
|
9785
9704
|
.MainMenuButton_typography-header__pWBln .hero-header, .MainMenuButton_typography-header__pWBln h1, .MainMenuButton_typography-header__pWBln h2, .MainMenuButton_typography-header__pWBln h3, .MainMenuButton_typography-header__pWBln h4, .MainMenuButton_typography-header__pWBln h5, .MainMenuButton_typography-header__pWBln h6 {
|
|
9786
9705
|
margin: 0;
|
|
9787
9706
|
}
|
|
@@ -9874,6 +9793,7 @@
|
|
|
9874
9793
|
display: inline-flex;
|
|
9875
9794
|
align-items: center;
|
|
9876
9795
|
color: var(--uui-primary);
|
|
9796
|
+
text-decoration: underline;
|
|
9877
9797
|
}
|
|
9878
9798
|
.MainMenuButton_typography-inline__dABqt a:visited {
|
|
9879
9799
|
color: #5214CC;
|
|
@@ -9882,7 +9802,6 @@
|
|
|
9882
9802
|
color: #3F0F9E;
|
|
9883
9803
|
}
|
|
9884
9804
|
.MainMenuButton_typography-inline__dABqt a:hover {
|
|
9885
|
-
text-decoration: underline;
|
|
9886
9805
|
color: var(--uui-primary-dark);
|
|
9887
9806
|
}
|
|
9888
9807
|
.MainMenuButton_typography-inline__dABqt code {
|
|
@@ -9920,7 +9839,8 @@
|
|
|
9920
9839
|
padding: 22px 6px;
|
|
9921
9840
|
line-height: 16px;
|
|
9922
9841
|
margin-bottom: -3px;
|
|
9923
|
-
font-family: var(--font
|
|
9842
|
+
font-family: var(--uui-main_menu-font);
|
|
9843
|
+
font-weight: var(--uui-main_menu-font-weight, normal);
|
|
9924
9844
|
}
|
|
9925
9845
|
.MainMenuButton_root__182y5.uui-button-box, .MainMenuButton_root__182y5.uui-input-box {
|
|
9926
9846
|
min-height: 60px;
|
|
@@ -9953,4 +9873,21 @@
|
|
|
9953
9873
|
color: var(--uui-main_menu-text);
|
|
9954
9874
|
fill: var(--uui-main_menu-icon-active);
|
|
9955
9875
|
}
|
|
9876
|
+
.MainMenuDropdown_dropdown-body__k9qxb {
|
|
9877
|
+
display: flex;
|
|
9878
|
+
flex-direction: column;
|
|
9879
|
+
min-width: 200px;
|
|
9880
|
+
background-color: var(--uui-main_menu-dropdown-bg);
|
|
9881
|
+
box-shadow: var(--uui-main_menu-dropdown-shadow);
|
|
9882
|
+
border-radius: var(--uui-main_menu-dropdown-border-radius);
|
|
9883
|
+
overflow: hidden;
|
|
9884
|
+
}
|
|
9885
|
+
.MainMenuDropdown_dropdown-body__k9qxb .-clickable.uui-button-box:hover {
|
|
9886
|
+
background-color: var(--uui-main_menu-hover);
|
|
9887
|
+
}
|
|
9888
|
+
.MainMenuDropdown_dropdown-body__k9qxb .uui-button-box.uui-active {
|
|
9889
|
+
border: none;
|
|
9890
|
+
border-left: 3px solid var(--uui-main_menu-border-active);
|
|
9891
|
+
background-color: var(--uui-main_menu-hover);
|
|
9892
|
+
}
|
|
9956
9893
|
/*# sourceMappingURL=styles.css.map */
|