@kaizen/components 1.78.1 → 1.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles.css +10589 -10782
- package/package.json +1 -1
- package/src/Avatar/Avatar.module.css +137 -135
- package/src/AvatarGroup/AvatarGroup.module.css +58 -56
- package/src/Badge/Badge.module.css +98 -96
- package/src/Brand/Brand.module.css +5 -3
- package/src/BrandMoment/BrandMoment.module.css +147 -145
- package/src/BrandMoment/_docs/ExampleHeaders.module.scss +68 -66
- package/src/Button/Button/Button.module.scss +135 -133
- package/src/Button/GenericButton/GenericButton.module.scss +81 -79
- package/src/Button/IconButton/IconButton.module.scss +20 -18
- package/src/ButtonGroup/ButtonGroup.module.css +38 -36
- package/src/ButtonGroup/ButtonGroup.module.scss +41 -39
- package/src/Calendar/CalendarPopover/CalendarPopover.module.scss +19 -17
- package/src/Calendar/CalendarRange/CalendarRange.module.scss +48 -46
- package/src/Calendar/CalendarSingle/CalendarSingle.module.scss +12 -10
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss +20 -18
- package/src/Calendar/baseCalendarClassNames.module.scss +148 -146
- package/src/Card/Card.module.css +91 -89
- package/src/Checkbox/Checkbox/Checkbox.module.scss +89 -87
- package/src/Checkbox/CheckboxField/CheckboxField.module.scss +32 -30
- package/src/Checkbox/CheckboxGroup/CheckboxGroup.module.scss +11 -9
- package/src/ClearButton/ClearButton.module.scss +32 -30
- package/src/Collapsible/Collapsible/Collapsible.module.scss +87 -85
- package/src/Collapsible/CollapsibleGroup/CollapsibleGroup.module.scss +9 -7
- package/src/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.module.scss +35 -33
- package/src/Container/Container.module.scss +11 -9
- package/src/Content/Content.module.scss +10 -8
- package/src/DateInput/DateInput/DateInput.module.scss +7 -5
- package/src/DateInput/DateInputDescription/DateInputDescription.module.scss +15 -13
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss +32 -30
- package/src/DatePicker/DatePicker.module.scss +7 -5
- package/src/DatePicker/subcomponents/DateInputField/DateInputField.module.scss +5 -3
- package/src/DateRangePicker/DateRangePicker.module.scss +75 -73
- package/src/Divider/Divider.module.scss +35 -33
- package/src/EmptyState/EmptyState.module.css +95 -93
- package/src/ErrorPage/ErrorPage.module.scss +4 -2
- package/src/FieldGroup/FieldGroup.module.scss +8 -6
- package/src/FieldMessage/FieldMessage.module.scss +53 -51
- package/src/Filter/Filter/Filter.module.css +5 -3
- package/src/Filter/Filter/subcomponents/FilterContents/FilterContents.module.css +4 -2
- package/src/Filter/Filter/subcomponents/FilterPopover/FilterPopover.module.css +8 -6
- package/src/Filter/FilterBar/FilterBar.module.css +17 -15
- package/src/Filter/FilterBar/subcomponents/ClearAllButton/ClearAllButton.module.css +7 -5
- package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.module.css +4 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.module.css +5 -3
- package/src/Filter/FilterButton/FilterButton/FilterButton.module.css +19 -17
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.module.css +4 -2
- package/src/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.module.scss +42 -40
- package/src/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.module.scss +4 -2
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.module.scss +6 -4
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.module.css +7 -5
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.module.scss +5 -3
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.module.scss +36 -34
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.module.scss +5 -3
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.module.scss +7 -5
- package/src/Filter/FilterMultiSelect/subcomponents/ListBox/ListBox.module.scss +19 -17
- package/src/Filter/FilterMultiSelect/subcomponents/ListBoxSection/ListBoxSection.module.scss +14 -12
- package/src/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.module.scss +4 -2
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuFooter/MenuFooter.module.scss +7 -5
- package/src/Filter/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.module.scss +8 -6
- package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss +17 -15
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.module.scss +90 -88
- package/src/Filter/FilterMultiSelect/subcomponents/NoResults/NoResults.module.scss +4 -2
- package/src/Filter/FilterMultiSelect/subcomponents/SearchInput/SearchInput.module.scss +5 -3
- package/src/Filter/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.module.scss +4 -2
- package/src/Filter/FilterMultiSelect/subcomponents/SelectionControlButton/SelectionControlButton.module.scss +52 -50
- package/src/Filter/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.module.css +4 -2
- package/src/Filter/FilterSelect/FilterSelect.module.css +9 -7
- package/src/Focusable/Focusable.module.scss +4 -2
- package/src/GuidanceBlock/GuidanceBlock.module.css +212 -210
- package/src/Heading/Heading.module.scss +87 -85
- package/src/Icon/_docs/icon.module.scss +35 -33
- package/src/Icon/subcomponents/SVG/SVG.module.scss +26 -24
- package/src/Illustration/subcomponents/Base/Base.module.scss +100 -98
- package/src/Input/Input/Input.module.scss +217 -215
- package/src/Input/InputRange/InputRange.module.scss +138 -136
- package/src/Input/InputSearch/InputSearch.module.scss +155 -152
- package/src/Label/Label.module.scss +82 -80
- package/src/LabelledMessage/LabelledMessage.module.scss +8 -6
- package/src/LikertScaleLegacy/LikertScaleLegacy.module.scss +266 -264
- package/src/Link/Link.module.css +115 -113
- package/src/LinkButton/LinkButton.module.css +5 -3
- package/src/Loading/LoadingGraphic/LoadingGraphic.module.scss +12 -10
- package/src/Loading/LoadingHeading/LoadingHeading.module.scss +44 -42
- package/src/Loading/LoadingInput/LoadingInput.module.scss +11 -9
- package/src/Loading/LoadingParagraph/LoadingParagraph.module.scss +47 -45
- package/src/Loading/LoadingSpinner/LoadingSpinner.module.css +22 -20
- package/src/Loading/_mixins.scss +11 -9
- package/src/Menu/subcomponents/MenuDropdown/MenuDropdown.module.scss +18 -16
- package/src/Menu/subcomponents/MenuHeading/MenuHeading.module.scss +8 -6
- package/src/Menu/subcomponents/MenuItem/MenuItem.module.scss +74 -72
- package/src/Menu/subcomponents/MenuList/MenuList.module.scss +14 -12
- package/src/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss +4 -2
- package/src/Modal/ConfirmationModal/ConfirmationModal.module.scss +126 -124
- package/src/Modal/ContextModal/ContextModal.module.scss +72 -70
- package/src/Modal/GenericModal/GenericModal.module.scss +92 -90
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleDescription/ModalAccessibleDescription.module.scss +4 -2
- package/src/Modal/GenericModal/subcomponents/ModalAccessibleLabel/ModalAccessibleLabel.module.scss +25 -23
- package/src/Modal/GenericModal/subcomponents/ModalBody/ModalBody.module.scss +5 -3
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.module.scss +55 -53
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.module.scss +17 -15
- package/src/Modal/InputEditModal/InputEditModal.module.scss +32 -30
- package/src/MultiSelect/MultiSelect.module.scss +7 -5
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.module.scss +59 -57
- package/src/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.module.scss +55 -53
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.module.scss +8 -6
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.module.scss +66 -64
- package/src/MultiSelect/subcomponents/Popover/Popover.module.scss +15 -13
- package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.module.scss +21 -19
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +112 -110
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +278 -276
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css +4 -2
- package/src/Pagination/Pagination.module.scss +39 -37
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.module.scss +11 -9
- package/src/Pagination/subcomponents/PaginationLink/PaginationLink.module.scss +53 -51
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.css +10 -8
- package/src/Popover/Popover.module.scss +187 -185
- package/src/ProgressBar/ProgressBar.module.scss +75 -73
- package/src/ProgressBar/subcomponents/Label/Label.module.scss +6 -4
- package/src/Radio/Radio/Radio.module.scss +60 -58
- package/src/Radio/RadioField/RadioField.module.scss +33 -31
- package/src/Radio/RadioGroup/RadioGroup.module.scss +18 -16
- package/src/RichTextEditor/EditableRichTextContent/EditableRichTextContent.module.scss +32 -30
- package/src/RichTextEditor/RichTextContent/RichTextContent.module.scss +4 -2
- package/src/RichTextEditor/RichTextEditor/RichTextEditor.module.scss +76 -74
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.module.scss +92 -90
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.module.scss +5 -3
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToolbarSection/ToolbarSection.module.scss +12 -10
- package/src/RichTextEditor/_mixins.scss +1 -1
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkModal/LinkModal.module.scss +5 -3
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.module.scss +22 -20
- package/src/SearchField/SearchField.module.scss +5 -3
- package/src/Select/Select.module.scss +17 -0
- package/src/Skirt/Skirt.module.scss +24 -22
- package/src/Skirt/subcomponents/SkirtCard/SkirtCard.module.scss +13 -11
- package/src/Slider/Slider.module.scss +34 -32
- package/src/SplitButton/SplitButton.module.scss +5 -3
- package/src/SplitButton/subcomponents/ActionButton/ActionButton.module.scss +7 -5
- package/src/SplitButton/subcomponents/BaseButton/BaseButton.module.scss +65 -63
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.module.scss +19 -17
- package/src/Table/Table.module.scss +251 -249
- package/src/Tabs/subcomponents/Tab.module.scss +81 -79
- package/src/Tabs/subcomponents/TabList.module.scss +8 -6
- package/src/Tabs/subcomponents/TabPanel.module.scss +10 -8
- package/src/Tag/Tag.module.scss +166 -164
- package/src/Tag/subcomponents/LiveIcon/LiveIcon.module.css +42 -40
- package/src/Text/Text.module.scss +57 -55
- package/src/TextArea/TextArea.module.css +102 -99
- package/src/TextAreaField/TextAreaField.module.scss +14 -12
- package/src/TextField/TextField.module.scss +16 -14
- package/src/Tile/MultiActionTile/MultiActionTile.module.scss +7 -5
- package/src/Tile/TileGrid/TileGrid.module.scss +18 -16
- package/src/Tile/subcomponents/GenericTile/GenericTile.module.scss +123 -121
- package/src/TimeField/TimeField.module.scss +57 -55
- package/src/TimeField/subcomponents/TimeSegment/TimeSegment.module.scss +37 -35
- package/src/TitleBlockZen/TitleBlockZen.module.scss +507 -505
- package/src/TitleBlockZen/subcomponents/MainActions.module.scss +11 -9
- package/src/TitleBlockZen/subcomponents/MobileActions.module.scss +146 -144
- package/src/TitleBlockZen/subcomponents/NavigationTabs.module.scss +105 -103
- package/src/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss +74 -72
- package/src/TitleBlockZen/subcomponents/Toolbar.module.scss +28 -26
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +105 -103
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss +11 -9
- package/src/Tooltip/Tooltip.module.scss +139 -137
- package/src/VisuallyHidden/VisuallyHidden.module.scss +10 -8
- package/src/Well/Well.module.css +104 -102
- package/src/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.module.css +14 -12
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css +101 -99
- package/src/Workflow/subcomponents/Footer/components/Root/FooterRoot.module.css +19 -17
- package/src/Workflow/subcomponents/Header/components/Actions/Actions.module.css +14 -12
- package/src/Workflow/subcomponents/Header/components/Branding/Branding.module.css +12 -10
- package/src/Workflow/subcomponents/Header/components/Root/Root.module.css +19 -17
- package/src/Workflow/subcomponents/Header/components/Titles/Titles.module.css +19 -17
- package/src/Workflow/subcomponents/Main/Main.module.css +5 -3
- package/src/Workflow/subcomponents/Wrapper/Wrapper.module.css +8 -6
- package/src/__next__/Button/Button.module.css +220 -218
- package/src/__next__/Button/subcomponents/ButtonContent/ButtonContent.module.css +17 -15
- package/src/__next__/Button/subcomponents/PendingContent/PendingContent.module.css +15 -13
- package/src/__next__/Icon/Icon.module.css +40 -38
- package/src/__next__/Icon/_docs/Icon.docs.module.css +13 -11
- package/src/__next__/Menu/Menu.module.css +30 -28
- package/src/__next__/Menu/MenuItem.module.css +41 -39
- package/src/__next__/Select/Select.module.scss +8 -6
- package/src/__next__/Select/subcomponents/ListBox/ListBox.module.scss +12 -10
- package/src/__next__/Select/subcomponents/ListBoxSection/ListBoxSection.module.scss +15 -13
- package/src/__next__/Select/subcomponents/Option/Option.module.scss +53 -51
- package/src/__next__/Select/subcomponents/SectionDivider/SectionDivider.module.scss +8 -6
- package/src/__next__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.module.scss +4 -2
- package/src/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss +105 -103
- package/src/__next__/Tabs/subcomponents/Tab/Tab.module.css +81 -79
- package/src/__next__/Tabs/subcomponents/TabList/TabList.module.css +56 -54
- package/src/__next__/Tabs/subcomponents/TabPanel/TabPanel.module.css +10 -8
- package/src/__next__/Tag/RemovableTag/RemovableTag.module.scss +6 -4
- package/src/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +26 -24
- package/src/__next__/Tag/Tag/Tag.module.scss +56 -54
- package/src/__next__/Tooltip/OverlayArrow.module.scss +40 -38
- package/src/__next__/Tooltip/Tooltip.module.scss +39 -37
- package/src/__next__/Tooltip/_docs/ApiSpecification.mdx +2 -2
- package/src/__next__/Tooltip/_docs/Tooltip.docs.stories.tsx +15 -30
- package/src/__next__/Tooltip/_docs/Tooltip.mdx +1 -1
- package/src/__next__/Tooltip/_docs/Tooltip.spec.stories.tsx +21 -58
- package/src/__next__/Tooltip/_docs/Tooltip.stories.tsx +2 -2
- package/src/utils/AppearanceAnim.module.scss +14 -12
|
@@ -9,660 +9,663 @@
|
|
|
9
9
|
@import './mixins';
|
|
10
10
|
@import './variables';
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
$
|
|
14
|
-
$breadcrumb-
|
|
15
|
-
$breadcrumb-
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$tab-container-height-
|
|
19
|
-
$tab-container-height-
|
|
20
|
-
$tab-container-height-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
&.educationVariant {
|
|
34
|
-
background-color: $dt-color-background-color-eduction;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&.adminVariant {
|
|
38
|
-
background-color: $dt-color-background-color-admin;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@media print {
|
|
42
|
-
display: none;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.titleRow,
|
|
47
|
-
.rowBelowSeparator {
|
|
48
|
-
display: flex;
|
|
49
|
-
width: 100%;
|
|
50
|
-
justify-content: center;
|
|
51
|
-
}
|
|
12
|
+
@layer kz-components {
|
|
13
|
+
$title-block-margin-width-on-medium-and-small: 12px;
|
|
14
|
+
$breadcrumb-circle-width: 48px;
|
|
15
|
+
$breadcrumb-breakpoint-width: $layout-content-max-width + $layout-content-side-margin * 2 +
|
|
16
|
+
$breadcrumb-circle-width * 2.25;
|
|
17
|
+
$title-block-separator-height: 0.1875rem;
|
|
18
|
+
$tab-container-height-default: $ca-grid * 3;
|
|
19
|
+
$tab-container-height-small: $ca-grid * 2.5;
|
|
20
|
+
$tab-container-height-default-collapsed: 0;
|
|
21
|
+
$tab-container-height-medium-and-small-collapsed: 0;
|
|
22
|
+
|
|
23
|
+
/* stylelint-disable no-descending-specificity */
|
|
24
|
+
.titleBlock {
|
|
25
|
+
position: relative;
|
|
26
|
+
-webkit-font-smoothing: antialiased;
|
|
27
|
+
-moz-osx-font-smoothing: grayscale;
|
|
28
|
+
background-color: $dt-color-background-color-default;
|
|
29
|
+
width: 100%;
|
|
30
|
+
display: flex;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
flex-direction: column;
|
|
52
33
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
34
|
+
&.educationVariant {
|
|
35
|
+
background-color: $dt-color-background-color-eduction;
|
|
36
|
+
}
|
|
56
37
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
display: flex;
|
|
61
|
-
flex-direction: column;
|
|
62
|
-
width: 100%;
|
|
63
|
-
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
38
|
+
&.adminVariant {
|
|
39
|
+
background-color: $dt-color-background-color-admin;
|
|
40
|
+
}
|
|
64
41
|
|
|
65
|
-
|
|
66
|
-
|
|
42
|
+
@media print {
|
|
43
|
+
display: none;
|
|
44
|
+
}
|
|
67
45
|
}
|
|
68
|
-
}
|
|
69
46
|
|
|
70
|
-
.
|
|
71
|
-
|
|
72
|
-
|
|
47
|
+
.titleRow,
|
|
48
|
+
.rowBelowSeparator {
|
|
49
|
+
display: flex;
|
|
50
|
+
width: 100%;
|
|
51
|
+
justify-content: center;
|
|
52
|
+
}
|
|
73
53
|
|
|
74
|
-
.
|
|
75
|
-
|
|
76
|
-
}
|
|
54
|
+
.adminVariant .titleRow {
|
|
55
|
+
background-color: $color-white;
|
|
56
|
+
}
|
|
77
57
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
border-bottom: $title-block-separator-height solid rgba($color-white-rgb, 0.1);
|
|
58
|
+
%titleBlockInner {
|
|
59
|
+
max-width: $layout-content-max-width;
|
|
60
|
+
margin: 0 $layout-content-side-margin;
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: column;
|
|
63
|
+
width: 100%;
|
|
64
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
86
65
|
|
|
87
|
-
|
|
88
|
-
|
|
66
|
+
@include title-block-medium-and-small {
|
|
67
|
+
margin: 0 $title-block-margin-width-on-medium-and-small;
|
|
68
|
+
}
|
|
89
69
|
}
|
|
90
70
|
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
border-bottom-color: transparent;
|
|
71
|
+
.titleRowInner {
|
|
72
|
+
@extend %titleBlockInner;
|
|
94
73
|
}
|
|
95
74
|
|
|
96
|
-
|
|
97
|
-
|
|
75
|
+
.rowBelowSeparatorInner {
|
|
76
|
+
@extend %titleBlockInner;
|
|
98
77
|
}
|
|
99
|
-
}
|
|
100
78
|
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
105
|
-
|
|
106
|
-
// Applying width 100% when the title is *not* long and is followed by a subtitle
|
|
107
|
-
// causes misalignment of both.
|
|
108
|
-
@include title-block-under-1366 {
|
|
79
|
+
.titleRowInnerContent {
|
|
80
|
+
position: relative;
|
|
81
|
+
display: flex;
|
|
109
82
|
width: 100%;
|
|
110
|
-
|
|
111
|
-
|
|
83
|
+
align-items: center;
|
|
84
|
+
min-height: $ca-grid * 3.5;
|
|
85
|
+
justify-content: space-between;
|
|
86
|
+
border-bottom: $title-block-separator-height solid rgba($color-white-rgb, 0.1);
|
|
112
87
|
|
|
113
|
-
.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
117
|
-
transform: translateY(-0.0833em);
|
|
88
|
+
.educationVariant & {
|
|
89
|
+
border-bottom-color: rgba($color-purple-700-rgb, 0.2);
|
|
90
|
+
}
|
|
118
91
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
92
|
+
.adminVariant &,
|
|
93
|
+
.collapseNavigationArea & {
|
|
94
|
+
border-bottom-color: transparent;
|
|
122
95
|
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
96
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
97
|
+
@include title-block-medium-and-small {
|
|
98
|
+
border-bottom: none;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
129
101
|
|
|
130
|
-
|
|
131
|
-
|
|
102
|
+
.title {
|
|
103
|
+
display: flex;
|
|
132
104
|
align-items: center;
|
|
105
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
133
106
|
|
|
107
|
+
// Applying width 100% when the title is *not* long and is followed by a subtitle
|
|
108
|
+
// causes misalignment of both.
|
|
134
109
|
@include title-block-under-1366 {
|
|
135
|
-
|
|
110
|
+
width: 100%;
|
|
136
111
|
}
|
|
137
112
|
}
|
|
138
113
|
|
|
139
|
-
.
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
114
|
+
.titleAndSubtitle {
|
|
115
|
+
display: flex;
|
|
116
|
+
align-items: center;
|
|
117
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
118
|
+
transform: translateY(-0.0833em);
|
|
119
|
+
|
|
120
|
+
.hasSubtitle & {
|
|
121
|
+
@include title-block-under-1366 {
|
|
122
|
+
transform: translateY(-0.3833em);
|
|
123
|
+
}
|
|
145
124
|
}
|
|
146
125
|
}
|
|
147
126
|
|
|
148
|
-
.
|
|
149
|
-
|
|
150
|
-
|
|
127
|
+
.titleAndSubtitleInner {
|
|
128
|
+
display: flex;
|
|
129
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
151
130
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
justify-content: space-between;
|
|
156
|
-
transform: translateY(calc(#{$ca-grid} / 3));
|
|
131
|
+
// TODO: removing .hasLongTitle here fixes the alignment on Performance story, but we should be able to not wrap subtitle.
|
|
132
|
+
.hasSubtitle.hasLongTitle.hasLongSubtitle & {
|
|
133
|
+
align-items: center;
|
|
157
134
|
|
|
158
|
-
|
|
135
|
+
@include title-block-under-1366 {
|
|
159
136
|
align-items: baseline;
|
|
160
137
|
}
|
|
161
138
|
}
|
|
162
139
|
|
|
163
|
-
|
|
164
|
-
|
|
140
|
+
.hasPageSwitcherSelect & {
|
|
141
|
+
@include title-block-medium-and-small {
|
|
142
|
+
align-items: normal;
|
|
143
|
+
flex-direction: column;
|
|
144
|
+
justify-content: space-between;
|
|
145
|
+
transform: translateY(calc(#{$ca-grid} / 3));
|
|
146
|
+
}
|
|
165
147
|
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
148
|
|
|
169
|
-
.
|
|
170
|
-
|
|
149
|
+
.hasSubtitle & {
|
|
150
|
+
align-items: baseline;
|
|
151
|
+
overflow: hidden;
|
|
171
152
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
153
|
+
@include title-block-under-1366 {
|
|
154
|
+
align-items: normal;
|
|
155
|
+
flex-direction: column;
|
|
156
|
+
justify-content: space-between;
|
|
157
|
+
transform: translateY(calc(#{$ca-grid} / 3));
|
|
158
|
+
|
|
159
|
+
.hasLongTitle.hasLongSubtitle & {
|
|
160
|
+
align-items: baseline;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
@include title-block-medium-and-small {
|
|
165
|
+
transform: translateY(calc(#{$ca-grid} / 2));
|
|
166
|
+
}
|
|
167
|
+
}
|
|
177
168
|
}
|
|
178
169
|
|
|
179
|
-
.
|
|
170
|
+
.titleTextOverride.titleTextOverride {
|
|
171
|
+
padding: 4px 0;
|
|
172
|
+
|
|
180
173
|
@include title-block-under-1366 {
|
|
181
|
-
font-size: $typography-heading-
|
|
182
|
-
line-height: $typography-heading-
|
|
183
|
-
letter-spacing: $typography-heading-
|
|
174
|
+
font-size: $typography-heading-2-font-size;
|
|
175
|
+
line-height: $typography-heading-2-line-height;
|
|
176
|
+
letter-spacing: $typography-heading-2-letter-spacing;
|
|
184
177
|
padding: 2px 0;
|
|
185
178
|
}
|
|
186
|
-
}
|
|
187
179
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
180
|
+
.hasLongTitle & {
|
|
181
|
+
@include title-block-under-1366 {
|
|
182
|
+
font-size: $typography-heading-3-font-size;
|
|
183
|
+
line-height: $typography-heading-3-line-height;
|
|
184
|
+
letter-spacing: $typography-heading-3-letter-spacing;
|
|
185
|
+
padding: 2px 0;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
@include title-block-medium-and-small {
|
|
190
|
+
font-size: $typography-heading-4-font-size;
|
|
191
|
+
line-height: $typography-heading-4-line-height;
|
|
192
|
+
letter-spacing: $typography-heading-4-letter-spacing;
|
|
193
|
+
padding: 0;
|
|
194
|
+
}
|
|
193
195
|
}
|
|
194
|
-
}
|
|
195
196
|
|
|
196
|
-
.avatar {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
197
|
+
.avatar {
|
|
198
|
+
display: none;
|
|
199
|
+
box-sizing: border-box;
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
height: $ca-grid * 2;
|
|
202
|
+
width: $ca-grid * 2;
|
|
202
203
|
|
|
203
|
-
|
|
204
|
+
@include ca-margin($end: calc(#{$ca-grid} / 2));
|
|
204
205
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
206
|
+
> * {
|
|
207
|
+
max-width: 100%;
|
|
208
|
+
}
|
|
208
209
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
@media (min-width: $layout-breakpoints-large) {
|
|
211
|
+
display: block;
|
|
212
|
+
}
|
|
212
213
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
&.withBorder {
|
|
215
|
+
border: 3px solid $color-white;
|
|
216
|
+
border-radius: 50%;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.hasLongTitle & {
|
|
220
|
+
display: none;
|
|
221
|
+
}
|
|
216
222
|
}
|
|
217
223
|
|
|
218
|
-
.
|
|
224
|
+
.hamburger {
|
|
219
225
|
display: none;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
226
|
|
|
223
|
-
|
|
224
|
-
display: none;
|
|
227
|
+
@include ca-margin($end: $spacing-xs);
|
|
225
228
|
|
|
226
|
-
|
|
229
|
+
@include title-block-medium-and-small {
|
|
230
|
+
display: flex;
|
|
231
|
+
align-items: center;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
227
234
|
|
|
228
|
-
|
|
235
|
+
.subtitle {
|
|
229
236
|
display: flex;
|
|
230
237
|
align-items: center;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
max-width: 230px;
|
|
244
|
-
margin-inline: var(--spacing-12) 0;
|
|
238
|
+
color: $color-white;
|
|
239
|
+
font-family: $typography-paragraph-small-font-family;
|
|
240
|
+
font-weight: $typography-paragraph-small-font-weight;
|
|
241
|
+
font-size: $typography-paragraph-small-font-size;
|
|
242
|
+
line-height: $typography-paragraph-small-line-height;
|
|
243
|
+
letter-spacing: $typography-paragraph-small-letter-spacing;
|
|
244
|
+
max-width: 230px;
|
|
245
|
+
margin-inline: var(--spacing-12) 0;
|
|
246
|
+
|
|
247
|
+
.adminVariant & {
|
|
248
|
+
color: $color-purple-800;
|
|
249
|
+
}
|
|
245
250
|
|
|
246
|
-
|
|
247
|
-
|
|
251
|
+
@include title-block-under-1366 {
|
|
252
|
+
white-space: nowrap;
|
|
253
|
+
text-overflow: ellipsis;
|
|
254
|
+
overflow: hidden;
|
|
255
|
+
max-width: none;
|
|
256
|
+
margin: calc(#{$ca-grid} / 5) 0;
|
|
257
|
+
}
|
|
248
258
|
}
|
|
249
259
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
260
|
+
.subtitleText {
|
|
261
|
+
@include title-block-under-1366 {
|
|
262
|
+
max-width: 42vw;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
text-overflow: ellipsis;
|
|
265
|
+
overflow: hidden;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@include title-block-small {
|
|
269
|
+
max-width: 88vw;
|
|
270
|
+
}
|
|
256
271
|
}
|
|
257
|
-
}
|
|
258
272
|
|
|
259
|
-
.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
text-overflow: ellipsis;
|
|
264
|
-
overflow: hidden;
|
|
273
|
+
.sectionTitleContainer {
|
|
274
|
+
display: flex;
|
|
275
|
+
align-items: center;
|
|
276
|
+
padding: calc(#{$ca-grid} * 3 / 4) 0;
|
|
265
277
|
}
|
|
266
278
|
|
|
267
|
-
|
|
268
|
-
|
|
279
|
+
.sectionTitleInner {
|
|
280
|
+
display: flex;
|
|
281
|
+
flex-direction: column;
|
|
269
282
|
}
|
|
270
|
-
}
|
|
271
283
|
|
|
272
|
-
.
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
284
|
+
.sectionTitleOverride.sectionTitleOverride {
|
|
285
|
+
white-space: nowrap;
|
|
286
|
+
margin-inline: 0 var(--spacing-24);
|
|
287
|
+
font-family: $typography-heading-2-font-family;
|
|
288
|
+
font-weight: $typography-heading-2-font-weight;
|
|
289
|
+
font-size: $typography-heading-2-font-size;
|
|
290
|
+
line-height: $typography-heading-2-line-height;
|
|
291
|
+
letter-spacing: $typography-heading-2-letter-spacing;
|
|
277
292
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
293
|
+
@include title-block-under-1645 {
|
|
294
|
+
font-family: $typography-heading-3-font-family;
|
|
295
|
+
font-weight: $typography-heading-3-font-weight;
|
|
296
|
+
font-size: $typography-heading-3-font-size;
|
|
297
|
+
line-height: $typography-heading-3-line-height;
|
|
298
|
+
letter-spacing: $typography-heading-3-letter-spacing;
|
|
299
|
+
}
|
|
282
300
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
letter-spacing: $typography-heading-2-letter-spacing;
|
|
291
|
-
|
|
292
|
-
@include title-block-under-1645 {
|
|
293
|
-
font-family: $typography-heading-3-font-family;
|
|
294
|
-
font-weight: $typography-heading-3-font-weight;
|
|
295
|
-
font-size: $typography-heading-3-font-size;
|
|
296
|
-
line-height: $typography-heading-3-line-height;
|
|
297
|
-
letter-spacing: $typography-heading-3-letter-spacing;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
@include title-block-medium-and-small {
|
|
301
|
-
font-family: $typography-heading-4-font-family;
|
|
302
|
-
font-weight: $typography-heading-4-font-weight;
|
|
303
|
-
font-size: $typography-heading-4-font-size;
|
|
304
|
-
line-height: $typography-heading-4-line-height;
|
|
305
|
-
letter-spacing: $typography-heading-4-letter-spacing;
|
|
301
|
+
@include title-block-medium-and-small {
|
|
302
|
+
font-family: $typography-heading-4-font-family;
|
|
303
|
+
font-weight: $typography-heading-4-font-weight;
|
|
304
|
+
font-size: $typography-heading-4-font-size;
|
|
305
|
+
line-height: $typography-heading-4-line-height;
|
|
306
|
+
letter-spacing: $typography-heading-4-letter-spacing;
|
|
307
|
+
}
|
|
306
308
|
}
|
|
307
|
-
}
|
|
308
309
|
|
|
309
|
-
.sectionTitle {
|
|
310
|
-
|
|
311
|
-
}
|
|
310
|
+
.sectionTitle {
|
|
311
|
+
display: block;
|
|
312
|
+
}
|
|
312
313
|
|
|
313
|
-
.sectionTitleDescription {
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
314
|
+
.sectionTitleDescription {
|
|
315
|
+
color: $color-white;
|
|
316
|
+
max-width: 780px;
|
|
317
|
+
font-family: $typography-paragraph-small-font-family;
|
|
318
|
+
font-weight: $typography-paragraph-small-font-weight;
|
|
319
|
+
font-size: $typography-paragraph-small-font-size;
|
|
320
|
+
line-height: $typography-paragraph-small-line-height;
|
|
321
|
+
letter-spacing: $typography-paragraph-small-letter-spacing;
|
|
322
|
+
|
|
323
|
+
.sectionTitle + & {
|
|
324
|
+
margin-top: var(--spacing-6);
|
|
325
|
+
}
|
|
321
326
|
|
|
322
|
-
|
|
323
|
-
|
|
327
|
+
&.dark {
|
|
328
|
+
color: rgba($color-purple-800-rgb, 0.7);
|
|
329
|
+
}
|
|
324
330
|
}
|
|
325
331
|
|
|
326
|
-
|
|
327
|
-
|
|
332
|
+
.rowBelowSeparatorInnerContent {
|
|
333
|
+
display: flex;
|
|
334
|
+
width: 100%;
|
|
335
|
+
margin-top: -$title-block-separator-height;
|
|
336
|
+
justify-content: space-between;
|
|
328
337
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.rowBelowSeparatorInnerContent {
|
|
332
|
-
display: flex;
|
|
333
|
-
width: 100%;
|
|
334
|
-
margin-top: -$title-block-separator-height;
|
|
335
|
-
justify-content: space-between;
|
|
336
|
-
}
|
|
337
338
|
|
|
338
|
-
.titleAndAdjacent {
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
339
|
+
.titleAndAdjacent {
|
|
340
|
+
display: flex;
|
|
341
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
342
|
+
}
|
|
342
343
|
|
|
343
|
-
.titleAndAdjacentNotBreadcrumb {
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
344
|
+
.titleAndAdjacentNotBreadcrumb {
|
|
345
|
+
display: flex;
|
|
346
|
+
transition: opacity 0.3s ease;
|
|
347
|
+
min-width: 0; // this is an important trick to prevent flexbox items from overflowing
|
|
348
|
+
align-items: center;
|
|
348
349
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
350
|
+
.breadcrumb:hover ~ &,
|
|
351
|
+
.breadcrumb:focus ~ &,
|
|
352
|
+
.breadcrumbTextLink:hover ~ &,
|
|
353
|
+
.breadcrumbTextLink:focus ~ & {
|
|
354
|
+
opacity: 0%;
|
|
355
|
+
}
|
|
354
356
|
}
|
|
355
|
-
}
|
|
356
357
|
|
|
357
|
-
.tag {
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
358
|
+
.tag {
|
|
359
|
+
display: flex;
|
|
360
|
+
align-items: center;
|
|
361
|
+
margin-inline: var(--spacing-12) 0;
|
|
361
362
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
363
|
+
@include title-block-medium-and-small {
|
|
364
|
+
display: none;
|
|
365
|
+
}
|
|
365
366
|
|
|
366
|
-
|
|
367
|
-
|
|
367
|
+
+ .pageSwitcherSelectNextToTitle {
|
|
368
|
+
margin-inline-start: 0;
|
|
369
|
+
}
|
|
368
370
|
}
|
|
369
|
-
}
|
|
370
371
|
|
|
371
|
-
.pageSwitcherSelectNextToTitle {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
}
|
|
372
|
+
.pageSwitcherSelectNextToTitle {
|
|
373
|
+
flex-shrink: 0;
|
|
374
|
+
width: var(--spacing-240);
|
|
375
|
+
margin-inline: var(--spacing-12) 0;
|
|
376
|
+
}
|
|
376
377
|
|
|
377
|
-
.pageSwitcherSelectUnderneathTitle {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
378
|
+
.pageSwitcherSelectUnderneathTitle {
|
|
379
|
+
flex-shrink: 0;
|
|
380
|
+
max-width: var(--spacing-240);
|
|
381
|
+
}
|
|
381
382
|
|
|
382
|
-
.navigationTabsContainer {
|
|
383
|
-
|
|
383
|
+
.navigationTabsContainer {
|
|
384
|
+
height: $tab-container-height-default;
|
|
384
385
|
|
|
385
|
-
|
|
386
|
-
|
|
386
|
+
@include title-block-small {
|
|
387
|
+
height: $tab-container-height-small;
|
|
388
|
+
}
|
|
387
389
|
}
|
|
388
|
-
}
|
|
389
390
|
|
|
390
|
-
.navigationTabsContainerCollapsed {
|
|
391
|
-
|
|
391
|
+
.navigationTabsContainerCollapsed {
|
|
392
|
+
height: $tab-container-height-default-collapsed;
|
|
392
393
|
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
@include title-block-medium-and-small {
|
|
395
|
+
height: $tab-container-height-medium-and-small-collapsed;
|
|
396
|
+
}
|
|
395
397
|
}
|
|
396
|
-
}
|
|
397
398
|
|
|
398
|
-
.navigationTabScrollerContainer {
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
399
|
+
.navigationTabScrollerContainer {
|
|
400
|
+
.hasNavigationTabs & {
|
|
401
|
+
@include title-block-small {
|
|
402
|
+
display: block;
|
|
403
|
+
overflow-x: scroll;
|
|
404
|
+
scrollbar-width: none;
|
|
405
|
+
width: 100vw;
|
|
405
406
|
|
|
406
|
-
|
|
407
|
-
|
|
407
|
+
&::-webkit-scrollbar {
|
|
408
|
+
display: none;
|
|
409
|
+
}
|
|
408
410
|
}
|
|
409
411
|
}
|
|
410
412
|
}
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.navigationTabsNav {
|
|
414
|
-
height: 100%;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.navigationTabsList {
|
|
418
|
-
list-style: none;
|
|
419
|
-
padding: 0;
|
|
420
|
-
margin: 0;
|
|
421
|
-
display: flex;
|
|
422
|
-
height: 100%;
|
|
423
|
-
}
|
|
424
413
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
414
|
+
.navigationTabsNav {
|
|
415
|
+
height: 100%;
|
|
416
|
+
}
|
|
428
417
|
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
height:
|
|
435
|
-
background: linear-gradient(0deg, $color-purple-600, rgba($color-purple-600-rgb, 0));
|
|
436
|
-
z-index: 1;
|
|
418
|
+
.navigationTabsList {
|
|
419
|
+
list-style: none;
|
|
420
|
+
padding: 0;
|
|
421
|
+
margin: 0;
|
|
422
|
+
display: flex;
|
|
423
|
+
height: 100%;
|
|
437
424
|
}
|
|
438
425
|
|
|
439
|
-
|
|
426
|
+
%navigationTabEdgeShadow {
|
|
427
|
+
display: none;
|
|
428
|
+
pointer-events: none;
|
|
429
|
+
|
|
440
430
|
@include title-block-small {
|
|
441
|
-
|
|
431
|
+
display: block;
|
|
432
|
+
position: absolute;
|
|
433
|
+
top: $tab-container-height-small - $title-block-separator-height;
|
|
434
|
+
width: $tab-container-height-small;
|
|
435
|
+
height: $tab-container-height-small;
|
|
436
|
+
background: linear-gradient(0deg, $color-purple-600, rgba($color-purple-600-rgb, 0));
|
|
437
|
+
z-index: 1;
|
|
442
438
|
}
|
|
443
|
-
}
|
|
444
439
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
440
|
+
.adminVariant & {
|
|
441
|
+
@include title-block-small {
|
|
442
|
+
background: linear-gradient(0deg, $color-gray-100, rgba($color-gray-100-rgb, 0));
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.educationVariant & {
|
|
447
|
+
@include title-block-small {
|
|
448
|
+
background: linear-gradient(0deg, $color-blue-200, rgba($color-blue-200-rgb, 0));
|
|
449
|
+
}
|
|
448
450
|
}
|
|
449
451
|
}
|
|
450
|
-
}
|
|
451
452
|
|
|
452
|
-
.navigationTabEdgeShadowLeft {
|
|
453
|
-
|
|
453
|
+
.navigationTabEdgeShadowLeft {
|
|
454
|
+
@extend %navigationTabEdgeShadow;
|
|
454
455
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
456
|
+
transform: rotate(90deg);
|
|
457
|
+
left: 0;
|
|
458
|
+
top: calc(100% - #{$tab-container-height-default});
|
|
458
459
|
|
|
459
|
-
|
|
460
|
-
|
|
460
|
+
@include title-block-small {
|
|
461
|
+
top: calc(100% - #{$tab-container-height-small});
|
|
462
|
+
}
|
|
461
463
|
}
|
|
462
|
-
}
|
|
463
464
|
|
|
464
|
-
.navigationTabEdgeShadowRight {
|
|
465
|
-
|
|
465
|
+
.navigationTabEdgeShadowRight {
|
|
466
|
+
@extend %navigationTabEdgeShadow;
|
|
466
467
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
468
|
+
transform: rotate(-90deg);
|
|
469
|
+
right: 0;
|
|
470
|
+
top: calc(100% - #{$tab-container-height-default});
|
|
470
471
|
|
|
471
|
-
|
|
472
|
-
|
|
472
|
+
@include title-block-small {
|
|
473
|
+
top: calc(100% - #{$tab-container-height-small});
|
|
474
|
+
}
|
|
473
475
|
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
// This should be in SecondaryAction.module.scss,
|
|
477
|
-
// but the variants prevent us from breaking this out.
|
|
478
|
-
.secondaryActionsContainer {
|
|
479
|
-
display: flex;
|
|
480
|
-
align-items: flex-start;
|
|
481
|
-
justify-content: flex-end;
|
|
482
|
-
padding: (calc(#{$ca-grid} / 2)) 0;
|
|
483
476
|
|
|
484
|
-
|
|
477
|
+
// This should be in SecondaryAction.module.scss,
|
|
478
|
+
// but the variants prevent us from breaking this out.
|
|
479
|
+
.secondaryActionsContainer {
|
|
480
|
+
display: flex;
|
|
481
|
+
align-items: flex-start;
|
|
482
|
+
justify-content: flex-end;
|
|
483
|
+
padding: (calc(#{$ca-grid} / 2)) 0;
|
|
484
|
+
|
|
485
|
+
@include ca-margin($start: $ca-grid * 1.5);
|
|
486
|
+
|
|
487
|
+
// To be removed eventually – the Dropdown does not
|
|
488
|
+
// currently set its own color, and we want it
|
|
489
|
+
// to be Cluny like the default secondary buttons
|
|
490
|
+
.educationVariant &,
|
|
491
|
+
.adminVariant & {
|
|
492
|
+
color: $color-blue-500;
|
|
493
|
+
}
|
|
485
494
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
.educationVariant &,
|
|
490
|
-
.adminVariant & {
|
|
491
|
-
color: $color-blue-500;
|
|
495
|
+
@include title-block-medium-and-small {
|
|
496
|
+
display: none;
|
|
497
|
+
}
|
|
492
498
|
}
|
|
493
499
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
}
|
|
497
|
-
}
|
|
500
|
+
.breadcrumb {
|
|
501
|
+
@include button-reset;
|
|
498
502
|
|
|
499
|
-
|
|
500
|
-
|
|
503
|
+
cursor: pointer;
|
|
504
|
+
display: flex;
|
|
505
|
+
position: absolute;
|
|
506
|
+
align-items: center;
|
|
507
|
+
top: 50%;
|
|
508
|
+
transform: translateY(-50%);
|
|
509
|
+
text-decoration: none;
|
|
501
510
|
|
|
502
|
-
|
|
503
|
-
display: flex;
|
|
504
|
-
position: absolute;
|
|
505
|
-
align-items: center;
|
|
506
|
-
top: 50%;
|
|
507
|
-
transform: translateY(-50%);
|
|
508
|
-
text-decoration: none;
|
|
511
|
+
@include ca-position($start: calc(-#{$breadcrumb-circle-width} - #{$ca-grid}));
|
|
509
512
|
|
|
510
|
-
|
|
513
|
+
align-self: normal;
|
|
511
514
|
|
|
512
|
-
|
|
515
|
+
&:hover .breadcrumbTextLink {
|
|
516
|
+
text-decoration: underline;
|
|
517
|
+
}
|
|
513
518
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
519
|
+
&:focus {
|
|
520
|
+
outline: none;
|
|
521
|
+
|
|
522
|
+
&::after {
|
|
523
|
+
$focus-ring-offset: calc(
|
|
524
|
+
(-2 * #{$border-focus-ring-border-width}) - #{$border-focus-ring-border-width}
|
|
525
|
+
);
|
|
526
|
+
|
|
527
|
+
content: '';
|
|
528
|
+
position: absolute;
|
|
529
|
+
background: transparent;
|
|
530
|
+
border-color: $color-blue-200;
|
|
531
|
+
border-radius: 50%;
|
|
532
|
+
border-width: $border-focus-ring-border-width;
|
|
533
|
+
border-style: $border-focus-ring-border-style;
|
|
534
|
+
inset: $focus-ring-offset;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
517
537
|
|
|
518
|
-
|
|
519
|
-
|
|
538
|
+
@media only screen and (max-width: $breadcrumb-breakpoint-width) {
|
|
539
|
+
position: relative;
|
|
540
|
+
transform: translateY(0);
|
|
541
|
+
margin-inline: 0 var(--spacing-12);
|
|
520
542
|
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
(-2 * #{$border-focus-ring-border-width}) - #{$border-focus-ring-border-width}
|
|
524
|
-
);
|
|
543
|
+
@include ca-position($start: 0);
|
|
544
|
+
}
|
|
525
545
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
background: transparent;
|
|
529
|
-
border-color: $color-blue-200;
|
|
530
|
-
border-radius: 50%;
|
|
531
|
-
border-width: $border-focus-ring-border-width;
|
|
532
|
-
border-style: $border-focus-ring-border-style;
|
|
533
|
-
inset: $focus-ring-offset;
|
|
546
|
+
@include title-block-medium-and-small {
|
|
547
|
+
display: none;
|
|
534
548
|
}
|
|
535
549
|
}
|
|
536
550
|
|
|
537
|
-
@
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
551
|
+
@mixin visually-hidden {
|
|
552
|
+
clip: rect(0 0 0 0);
|
|
553
|
+
clip-path: inset(50%);
|
|
554
|
+
height: 1px;
|
|
555
|
+
overflow: hidden;
|
|
556
|
+
position: absolute;
|
|
557
|
+
white-space: nowrap;
|
|
558
|
+
width: 1px;
|
|
543
559
|
}
|
|
544
560
|
|
|
545
|
-
@
|
|
546
|
-
|
|
561
|
+
@mixin visually-hidden-reset {
|
|
562
|
+
clip: initial;
|
|
563
|
+
clip-path: initial;
|
|
564
|
+
height: initial;
|
|
565
|
+
overflow: initial;
|
|
566
|
+
position: initial;
|
|
567
|
+
white-space: initial;
|
|
568
|
+
width: initial;
|
|
547
569
|
}
|
|
548
|
-
}
|
|
549
570
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
position: absolute;
|
|
556
|
-
white-space: nowrap;
|
|
557
|
-
width: 1px;
|
|
558
|
-
}
|
|
571
|
+
.breadcrumbTextLink {
|
|
572
|
+
// We are using visually hidden here instead of display:none so that a screen reader
|
|
573
|
+
// navigating via 'read mode' (which doesn't trigger hover/focus) will still hear this link name
|
|
574
|
+
@include visually-hidden;
|
|
575
|
+
@include ca-position($start: -2 * $ca-grid);
|
|
559
576
|
|
|
560
|
-
|
|
561
|
-
clip: initial;
|
|
562
|
-
clip-path: initial;
|
|
563
|
-
height: initial;
|
|
564
|
-
overflow: initial;
|
|
565
|
-
position: initial;
|
|
566
|
-
white-space: initial;
|
|
567
|
-
width: initial;
|
|
568
|
-
}
|
|
577
|
+
position: absolute;
|
|
569
578
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
@include visually-hidden;
|
|
574
|
-
@include ca-position($start: -2 * $ca-grid);
|
|
579
|
+
@include title-block-under-1645 {
|
|
580
|
+
@include ca-position($start: $ca-grid);
|
|
581
|
+
}
|
|
575
582
|
|
|
576
|
-
|
|
583
|
+
@media only screen and (min-width: $breadcrumb-breakpoint-width) {
|
|
584
|
+
@include ca-position($start: calc(#{$breadcrumb-circle-width} - #{$ca-grid}));
|
|
585
|
+
}
|
|
577
586
|
|
|
578
|
-
|
|
579
|
-
|
|
587
|
+
&:hover,
|
|
588
|
+
&:focus,
|
|
589
|
+
.breadcrumb:hover &,
|
|
590
|
+
.breadcrumb:focus & {
|
|
591
|
+
@include visually-hidden-reset;
|
|
592
|
+
// ^be careful of this mixin unsetting values you need
|
|
593
|
+
// e.g. I needed to set position:absolute again below
|
|
594
|
+
position: absolute;
|
|
595
|
+
display: block;
|
|
596
|
+
animation: slide-fade 0.4s;
|
|
597
|
+
|
|
598
|
+
[dir='rtl'] & {
|
|
599
|
+
animation: reverse-slide-fade 0.4s;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
580
602
|
}
|
|
581
603
|
|
|
582
|
-
|
|
583
|
-
|
|
604
|
+
.breadcrumbText {
|
|
605
|
+
margin-inline-start: $spacing-xl;
|
|
606
|
+
white-space: nowrap;
|
|
607
|
+
font-family: $typography-heading-5-font-family;
|
|
608
|
+
font-weight: $typography-heading-5-font-weight;
|
|
609
|
+
font-size: $typography-heading-5-font-size;
|
|
610
|
+
line-height: $typography-heading-5-line-height;
|
|
611
|
+
letter-spacing: $typography-heading-5-letter-spacing;
|
|
584
612
|
}
|
|
585
613
|
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
.
|
|
589
|
-
|
|
590
|
-
@include visually-hidden-reset;
|
|
591
|
-
// ^be careful of this mixin unsetting values you need
|
|
592
|
-
// e.g. I needed to set position:absolute again below
|
|
593
|
-
position: absolute;
|
|
594
|
-
display: block;
|
|
595
|
-
animation: slide-fade 0.4s;
|
|
614
|
+
.breadcrumb,
|
|
615
|
+
.breadcrumb:hover,
|
|
616
|
+
.breadcrumbText {
|
|
617
|
+
color: $color-white;
|
|
596
618
|
|
|
597
|
-
|
|
598
|
-
|
|
619
|
+
.educationVariant &,
|
|
620
|
+
.adminVariant & {
|
|
621
|
+
color: $color-purple-800;
|
|
599
622
|
}
|
|
600
623
|
}
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.breadcrumbText {
|
|
604
|
-
margin-inline-start: $spacing-xl;
|
|
605
|
-
white-space: nowrap;
|
|
606
|
-
font-family: $typography-heading-5-font-family;
|
|
607
|
-
font-weight: $typography-heading-5-font-weight;
|
|
608
|
-
font-size: $typography-heading-5-font-size;
|
|
609
|
-
line-height: $typography-heading-5-line-height;
|
|
610
|
-
letter-spacing: $typography-heading-5-letter-spacing;
|
|
611
|
-
}
|
|
612
624
|
|
|
613
|
-
.
|
|
614
|
-
|
|
615
|
-
.breadcrumbText {
|
|
616
|
-
color: $color-white;
|
|
625
|
+
.circle {
|
|
626
|
+
$border-width: 3px;
|
|
617
627
|
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.circle {
|
|
625
|
-
$border-width: 3px;
|
|
626
|
-
|
|
627
|
-
flex: 0 0 $breadcrumb-circle-width;
|
|
628
|
-
box-sizing: border-box;
|
|
629
|
-
width: $breadcrumb-circle-width;
|
|
630
|
-
height: $breadcrumb-circle-width;
|
|
631
|
-
color: $color-white;
|
|
632
|
-
border-color: rgba($color-white-rgb, 0.5);
|
|
633
|
-
border-width: 2px;
|
|
634
|
-
border-radius: 50%;
|
|
635
|
-
border-style: solid;
|
|
636
|
-
display: flex;
|
|
637
|
-
align-items: center;
|
|
638
|
-
justify-content: center;
|
|
639
|
-
transition:
|
|
640
|
-
background-color 0.3s ease,
|
|
641
|
-
transform 0.3s ease;
|
|
642
|
-
|
|
643
|
-
.breadcrumb:hover &,
|
|
644
|
-
.breadcrumb:focus & {
|
|
645
|
-
transform: scale(1.1);
|
|
646
|
-
border-color: $color-white;
|
|
628
|
+
flex: 0 0 $breadcrumb-circle-width;
|
|
629
|
+
box-sizing: border-box;
|
|
630
|
+
width: $breadcrumb-circle-width;
|
|
631
|
+
height: $breadcrumb-circle-width;
|
|
647
632
|
color: $color-white;
|
|
648
|
-
|
|
649
|
-
|
|
633
|
+
border-color: rgba($color-white-rgb, 0.5);
|
|
634
|
+
border-width: 2px;
|
|
635
|
+
border-radius: 50%;
|
|
636
|
+
border-style: solid;
|
|
637
|
+
display: flex;
|
|
638
|
+
align-items: center;
|
|
639
|
+
justify-content: center;
|
|
640
|
+
transition:
|
|
641
|
+
background-color 0.3s ease,
|
|
642
|
+
transform 0.3s ease;
|
|
643
|
+
|
|
644
|
+
.breadcrumb:hover &,
|
|
645
|
+
.breadcrumb:focus & {
|
|
646
|
+
transform: scale(1.1);
|
|
647
|
+
border-color: $color-white;
|
|
648
|
+
color: $color-white;
|
|
649
|
+
background-color: rgba($color-white-rgb, 0.1);
|
|
650
|
+
}
|
|
650
651
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
652
|
+
.educationVariant &,
|
|
653
|
+
.adminVariant & {
|
|
654
|
+
color: $color-blue-500;
|
|
655
|
+
border-color: $color-blue-300;
|
|
656
|
+
border-width: $border-width;
|
|
657
|
+
}
|
|
657
658
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
659
|
+
.educationVariant .breadcrumb:hover &,
|
|
660
|
+
.educationVariant .breadcrumb:focus &,
|
|
661
|
+
.adminVariant .breadcrumb:hover &,
|
|
662
|
+
.adminVariant .breadcrumb:focus & {
|
|
663
|
+
border-color: $color-blue-500;
|
|
664
|
+
color: $color-blue-500;
|
|
665
|
+
background-color: rgba($color-blue-500-rgb, 0.1);
|
|
666
|
+
}
|
|
665
667
|
}
|
|
668
|
+
/* stylelint-enable no-descending-specificity */
|
|
666
669
|
}
|
|
667
670
|
|
|
668
671
|
@keyframes slide-fade {
|
|
@@ -700,4 +703,3 @@ $tab-container-height-medium-and-small-collapsed: 0;
|
|
|
700
703
|
transform: translateX(0);
|
|
701
704
|
}
|
|
702
705
|
}
|
|
703
|
-
/* stylelint-enable no-descending-specificity */
|