@net7/components 4.2.0 → 4.2.3-rc4
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/README.md +2 -1
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
- package/esm2022/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +147 -0
- package/esm2022/lib/components/alert/alert.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/alert/alert.mock.mjs +2 -2
- package/esm2022/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
- package/esm2022/lib/components/avatar/avatar.mjs +34 -0
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.mock.mjs +8 -8
- package/esm2022/lib/components/bubble-chart/bubble-chart.mjs +336 -0
- package/{esm2020 → esm2022}/lib/components/bubble-chart/bubble-chart.mock.mjs +249 -249
- package/esm2022/lib/components/button/button.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/button/button.mock.mjs +3 -3
- package/esm2022/lib/components/carousel/carousel.mjs +97 -0
- package/esm2022/lib/components/carousel/carousel.mock.mjs +157 -0
- package/esm2022/lib/components/chart/chart.mjs +37 -0
- package/esm2022/lib/components/chart/chart.mock.mjs +127 -0
- package/esm2022/lib/components/content-placeholder/content-placeholder.mjs +17 -0
- package/{esm2020 → esm2022}/lib/components/content-placeholder/content-placeholder.mock.mjs +6 -3
- package/esm2022/lib/components/data-widget/data-widget.mjs +29 -0
- package/{esm2020 → esm2022}/lib/components/data-widget/data-widget.mock.mjs +4 -4
- package/esm2022/lib/components/datepicker/datepicker.mjs +44 -0
- package/esm2022/lib/components/facet/facet.mjs +24 -0
- package/esm2022/lib/components/facet/facet.mock.mjs +169 -0
- package/esm2022/lib/components/facet-header/facet-header.mjs +24 -0
- package/esm2022/lib/components/facet-year-range/facet-year-range.mjs +53 -0
- package/esm2022/lib/components/file-selector/file-selector.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/file-selector/file-selector.mock.mjs +2 -2
- package/esm2022/lib/components/footer/footer.mjs +26 -0
- package/esm2022/lib/components/footer/footer.mock.mjs +60 -0
- package/esm2022/lib/components/header/header.mjs +53 -0
- package/esm2022/lib/components/header/header.mock.mjs +119 -0
- package/esm2022/lib/components/hero/hero.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/hero/hero.mock.mjs +5 -5
- package/esm2022/lib/components/histogram-range/histogram-range.mjs +390 -0
- package/{esm2020 → esm2022}/lib/components/histogram-range/histogram-range.mock.mjs +4 -4
- package/esm2022/lib/components/icon/icon.mjs +21 -0
- package/{esm2020 → esm2022}/lib/components/icon/icon.mock.mjs +2 -2
- package/esm2022/lib/components/image-viewer/image-viewer.mjs +57 -0
- package/esm2022/lib/components/image-viewer/image-viewer.mock.mjs +29 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
- package/esm2022/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
- package/esm2022/lib/components/inner-title/inner-title.mjs +40 -0
- package/esm2022/lib/components/inner-title/inner-title.mock.mjs +53 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mjs +24 -0
- package/esm2022/lib/components/input-checkbox/input-checkbox.mock.mjs +31 -0
- package/esm2022/lib/components/input-link/input-link.mjs +24 -0
- package/esm2022/lib/components/input-link/input-link.mock.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/input-select/input-select.mjs +5 -5
- package/esm2022/lib/components/input-text/input-text.mjs +34 -0
- package/esm2022/lib/components/input-textarea/input-textarea.mjs +21 -0
- package/esm2022/lib/components/item-preview/item-preview.mjs +25 -0
- package/esm2022/lib/components/item-preview/item-preview.mock.mjs +46 -0
- package/esm2022/lib/components/loader/loader.mjs +16 -0
- package/{esm2020 → esm2022}/lib/components/loader/loader.mock.mjs +2 -2
- package/esm2022/lib/components/map/map.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/map/map.mock.mjs +14 -10
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
- package/esm2022/lib/components/metadata-viewer/metadata-viewer.mock.mjs +75 -0
- package/esm2022/lib/components/mirador/mirador.mjs +36 -0
- package/esm2022/lib/components/mirador/mirador.mock.mjs +23 -0
- package/esm2022/lib/components/mirador/miradorTheme.mjs +220 -0
- package/esm2022/lib/components/nav/nav.mjs +27 -0
- package/esm2022/lib/components/nav/nav.mock.mjs +46 -0
- package/esm2022/lib/components/pagination/pagination.mjs +31 -0
- package/esm2022/lib/components/pagination/pagination.mock.mjs +27 -0
- package/esm2022/lib/components/progress-line/progress-line.mjs +19 -0
- package/esm2022/lib/components/sidebar-header/sidebar-header.mjs +24 -0
- package/esm2022/lib/components/signup/signup.mjs +44 -0
- package/{esm2020 → esm2022}/lib/components/signup/signup.mock.mjs +14 -14
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
- package/esm2022/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +22 -0
- package/esm2022/lib/components/table/table.mjs +35 -0
- package/esm2022/lib/components/table/table.mock.mjs +156 -0
- package/esm2022/lib/components/tag/tag.mjs +35 -0
- package/esm2022/lib/components/text-viewer/text-viewer.mjs +42 -0
- package/{esm2020 → esm2022}/lib/components/text-viewer/text-viewer.mock.mjs +4 -4
- package/esm2022/lib/components/timeline/timeline.mjs +51 -0
- package/esm2022/lib/components/timeline/timeline.mock.mjs +137 -0
- package/esm2022/lib/components/toast/toast.mjs +24 -0
- package/esm2022/lib/components/toast/toast.mock.mjs +65 -0
- package/esm2022/lib/components/tooltip-content/tooltip-content.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tooltip-content/tooltip-content.mock.mjs +9 -8
- package/esm2022/lib/components/tree/tree.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/tree/tree.mock.mjs +44 -44
- package/esm2022/lib/components/wizard/wizard.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/wizard/wizard.mock.mjs +6 -6
- package/esm2022/lib/dv-components-lib.module.mjs +211 -0
- package/{esm2020 → esm2022}/lib/shared-interfaces.mjs +1 -1
- package/esm2022/public-api.mjs +105 -0
- package/fesm2022/net7-components.mjs +6091 -0
- package/fesm2022/net7-components.mjs.map +1 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +22 -22
- package/lib/components/alert/alert.d.ts +2 -2
- package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +1 -1
- package/lib/components/avatar/avatar.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/lib/components/bubble-chart/bubble-chart.d.ts +3 -3
- package/lib/components/button/button.d.ts +1 -1
- package/lib/components/carousel/carousel.d.ts +1 -1
- package/lib/components/chart/chart.d.ts +2 -2
- package/lib/components/content-placeholder/content-placeholder.d.ts +6 -6
- package/lib/components/data-widget/data-widget.d.ts +1 -1
- package/lib/components/datepicker/datepicker.d.ts +4 -4
- package/lib/components/facet/facet.d.ts +23 -23
- package/lib/components/facet-header/facet-header.d.ts +1 -1
- package/lib/components/facet-year-range/facet-year-range.d.ts +9 -9
- package/lib/components/file-selector/file-selector.d.ts +1 -1
- package/lib/components/footer/footer.d.ts +4 -4
- package/lib/components/header/header.d.ts +1 -1
- package/lib/components/hero/hero.d.ts +16 -16
- package/lib/components/histogram-range/histogram-range.d.ts +3 -3
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/image-viewer/image-viewer.d.ts +1 -1
- package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +3 -3
- package/lib/components/inner-title/inner-title.d.ts +1 -1
- package/lib/components/input-checkbox/input-checkbox.d.ts +1 -1
- package/lib/components/input-link/input-link.d.ts +1 -1
- package/lib/components/input-select/input-select.d.ts +1 -1
- package/lib/components/input-text/input-text.d.ts +1 -1
- package/lib/components/input-textarea/input-textarea.d.ts +2 -2
- package/lib/components/item-preview/item-preview.d.ts +40 -40
- package/lib/components/loader/loader.d.ts +1 -1
- package/lib/components/map/map.d.ts +1 -1
- package/lib/components/metadata-viewer/metadata-viewer.d.ts +19 -19
- package/lib/components/mirador/mirador.d.ts +15 -0
- package/lib/components/mirador/mirador.mock.d.ts +6 -0
- package/lib/components/mirador/miradorTheme.d.ts +218 -0
- package/lib/components/nav/nav.d.ts +1 -1
- package/lib/components/pagination/pagination.d.ts +1 -1
- package/lib/components/progress-line/progress-line.d.ts +1 -1
- package/lib/components/sidebar-header/sidebar-header.d.ts +1 -1
- package/lib/components/signup/signup.d.ts +1 -1
- package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +11 -11
- package/lib/components/table/table.d.ts +1 -1
- package/lib/components/tag/tag.d.ts +1 -1
- package/lib/components/text-viewer/text-viewer.d.ts +1 -1
- package/lib/components/timeline/timeline.d.ts +1 -1
- package/lib/components/toast/toast.d.ts +1 -1
- package/lib/components/tooltip-content/tooltip-content.d.ts +1 -1
- package/lib/components/tree/tree.d.ts +20 -20
- package/lib/components/wizard/wizard.d.ts +30 -30
- package/lib/dv-components-lib.module.d.ts +19 -18
- package/lib/shared-interfaces.d.ts +3 -3
- package/package.json +8 -14
- package/public-api.d.ts +2 -0
- package/src/lib/styles/_imports.scss +54 -56
- package/src/lib/styles/atoms/_button.scss +37 -30
- package/src/lib/styles/components/_advanced-autocomplete.scss +15 -38
- package/src/lib/styles/components/_alert.scss +6 -18
- package/src/lib/styles/components/_anchor-wrapper.scss +3 -4
- package/src/lib/styles/components/_avatar.scss +1 -4
- package/src/lib/styles/components/_breadcrumbs.scss +12 -23
- package/src/lib/styles/components/_bubble-chart.scss +3 -4
- package/src/lib/styles/components/_button.scss +3 -13
- package/src/lib/styles/components/_carousel.scss +18 -46
- package/src/lib/styles/components/_chart.scss +3 -4
- package/src/lib/styles/components/_content-placeholder.scss +17 -17
- package/src/lib/styles/components/_data-widget.scss +5 -17
- package/src/lib/styles/components/_datepicker.scss +3 -4
- package/src/lib/styles/components/_facet-header.scss +3 -8
- package/src/lib/styles/components/_facet-year-range.scss +7 -12
- package/src/lib/styles/components/_facet.scss +11 -28
- package/src/lib/styles/components/_file-selector.scss +3 -4
- package/src/lib/styles/components/_footer.scss +7 -28
- package/src/lib/styles/components/_header.scss +15 -76
- package/src/lib/styles/components/_hero.scss +10 -20
- package/src/lib/styles/components/_histogram-range.scss +1 -2
- package/src/lib/styles/components/_icon.scss +1 -3
- package/src/lib/styles/components/_image-viewer-tools.scss +31 -40
- package/src/lib/styles/components/_image-viewer.scss +20 -36
- package/src/lib/styles/components/_inner-title.scss +13 -39
- package/src/lib/styles/components/_input-checkbox.scss +6 -10
- package/src/lib/styles/components/_input-link.scss +4 -10
- package/src/lib/styles/components/_input-select.scss +2 -7
- package/src/lib/styles/components/_input-text.scss +5 -10
- package/src/lib/styles/components/_input-textarea.scss +3 -8
- package/src/lib/styles/components/_item-preview.scss +10 -36
- package/src/lib/styles/components/_loader.scss +1 -2
- package/src/lib/styles/components/_map.scss +2 -3
- package/src/lib/styles/components/_metadata-viewer.scss +7 -12
- package/src/lib/styles/components/_mirador.scss +19 -0
- package/src/lib/styles/components/_nav.scss +5 -11
- package/src/lib/styles/components/_pagination.scss +29 -33
- package/src/lib/styles/components/_progress-line.scss +3 -10
- package/src/lib/styles/components/_sidebar-header.scss +3 -8
- package/src/lib/styles/components/_signup.scss +48 -49
- package/src/lib/styles/components/_simple-autocomplete.scss +5 -12
- package/src/lib/styles/components/_table.scss +5 -18
- package/src/lib/styles/components/_tag.scss +7 -10
- package/src/lib/styles/components/_text-viewer.scss +33 -88
- package/src/lib/styles/components/_timeline.scss +3 -4
- package/src/lib/styles/components/_toast.scss +7 -17
- package/src/lib/styles/components/_tooltip-content.scss +3 -4
- package/src/lib/styles/components/_tree.scss +26 -22
- package/src/lib/styles/components/_wizard.scss +36 -29
- package/src/lib/styles/generic/_color_scheme.scss +2 -2
- package/src/lib/styles/generic/_mixins.scss +28 -31
- package/src/lib/styles/generic/_variables.scss +9 -11
- package/src/lib/styles/global/_forms.scss +38 -63
- package/src/lib/styles/global/_global.scss +3 -5
- package/src/lib/styles/global/_normalize.scss +17 -57
- package/src/lib/styles/global/_typography.scss +25 -23
- package/src/lib/styles/utilities/_grids.scss +40 -79
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +0 -25
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +0 -100
- package/esm2020/lib/components/alert/alert.mjs +0 -24
- package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +0 -35
- package/esm2020/lib/components/avatar/avatar.mjs +0 -34
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +0 -25
- package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +0 -329
- package/esm2020/lib/components/button/button.mjs +0 -26
- package/esm2020/lib/components/carousel/carousel.mjs +0 -89
- package/esm2020/lib/components/carousel/carousel.mock.mjs +0 -136
- package/esm2020/lib/components/chart/chart.mjs +0 -37
- package/esm2020/lib/components/chart/chart.mock.mjs +0 -112
- package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +0 -17
- package/esm2020/lib/components/data-widget/data-widget.mjs +0 -29
- package/esm2020/lib/components/datepicker/datepicker.mjs +0 -44
- package/esm2020/lib/components/facet/facet.mjs +0 -24
- package/esm2020/lib/components/facet/facet.mock.mjs +0 -103
- package/esm2020/lib/components/facet-header/facet-header.mjs +0 -24
- package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +0 -53
- package/esm2020/lib/components/file-selector/file-selector.mjs +0 -39
- package/esm2020/lib/components/footer/footer.mjs +0 -26
- package/esm2020/lib/components/footer/footer.mock.mjs +0 -58
- package/esm2020/lib/components/header/header.mjs +0 -53
- package/esm2020/lib/components/header/header.mock.mjs +0 -101
- package/esm2020/lib/components/hero/hero.mjs +0 -41
- package/esm2020/lib/components/histogram-range/histogram-range.mjs +0 -390
- package/esm2020/lib/components/icon/icon.mjs +0 -21
- package/esm2020/lib/components/image-viewer/image-viewer.mjs +0 -55
- package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +0 -25
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +0 -28
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +0 -54
- package/esm2020/lib/components/inner-title/inner-title.mjs +0 -40
- package/esm2020/lib/components/inner-title/inner-title.mock.mjs +0 -53
- package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +0 -24
- package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +0 -25
- package/esm2020/lib/components/input-link/input-link.mjs +0 -24
- package/esm2020/lib/components/input-link/input-link.mock.mjs +0 -38
- package/esm2020/lib/components/input-text/input-text.mjs +0 -34
- package/esm2020/lib/components/input-textarea/input-textarea.mjs +0 -21
- package/esm2020/lib/components/item-preview/item-preview.mjs +0 -25
- package/esm2020/lib/components/item-preview/item-preview.mock.mjs +0 -43
- package/esm2020/lib/components/loader/loader.mjs +0 -16
- package/esm2020/lib/components/map/map.mjs +0 -64
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +0 -19
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +0 -74
- package/esm2020/lib/components/nav/nav.mjs +0 -27
- package/esm2020/lib/components/nav/nav.mock.mjs +0 -36
- package/esm2020/lib/components/pagination/pagination.mjs +0 -31
- package/esm2020/lib/components/pagination/pagination.mock.mjs +0 -23
- package/esm2020/lib/components/progress-line/progress-line.mjs +0 -19
- package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +0 -24
- package/esm2020/lib/components/signup/signup.mjs +0 -44
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +0 -25
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +0 -15
- package/esm2020/lib/components/table/table.mjs +0 -35
- package/esm2020/lib/components/table/table.mock.mjs +0 -152
- package/esm2020/lib/components/tag/tag.mjs +0 -35
- package/esm2020/lib/components/text-viewer/text-viewer.mjs +0 -42
- package/esm2020/lib/components/timeline/timeline.mjs +0 -51
- package/esm2020/lib/components/timeline/timeline.mock.mjs +0 -137
- package/esm2020/lib/components/toast/toast.mjs +0 -24
- package/esm2020/lib/components/toast/toast.mock.mjs +0 -51
- package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +0 -25
- package/esm2020/lib/components/tree/tree.mjs +0 -25
- package/esm2020/lib/components/wizard/wizard.mjs +0 -24
- package/esm2020/lib/dv-components-lib.module.mjs +0 -211
- package/esm2020/public-api.mjs +0 -103
- package/fesm2015/net7-components.mjs +0 -5421
- package/fesm2015/net7-components.mjs.map +0 -1
- package/fesm2020/net7-components.mjs +0 -5434
- package/fesm2020/net7-components.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/components/avatar/avatar.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/datepicker/datepicker.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-header/facet-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/facet-year-range/facet-year-range.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-select/input-select.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-text/input-text.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/input-textarea/input-textarea.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/progress-line/progress-line.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/sidebar-header/sidebar-header.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/tag/tag.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/net7-components.mjs +0 -0
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
.n7-header {
|
|
11
11
|
height: $header-height;
|
|
12
12
|
background-color: $header-bg-color;
|
|
13
|
-
|
|
14
13
|
&__content {
|
|
15
14
|
height: $header-height;
|
|
16
15
|
display: flex;
|
|
@@ -19,36 +18,29 @@
|
|
|
19
18
|
|
|
20
19
|
/* Logo and title */
|
|
21
20
|
&__logo-title {
|
|
22
|
-
flex
|
|
23
|
-
flex-shrink: 0;
|
|
24
|
-
flex-basis: auto;
|
|
21
|
+
flex: 0 0 auto;
|
|
25
22
|
cursor: pointer;
|
|
26
23
|
}
|
|
27
|
-
|
|
28
24
|
&__logo-link {
|
|
29
25
|
display: flex;
|
|
30
26
|
flex-wrap: nowrap;
|
|
31
27
|
align-items: center;
|
|
32
28
|
height: 100%;
|
|
33
29
|
}
|
|
34
|
-
|
|
35
30
|
&__logo {
|
|
36
31
|
max-height: $header-logo-height;
|
|
37
32
|
width: auto;
|
|
38
33
|
height: auto;
|
|
39
34
|
}
|
|
40
|
-
|
|
41
35
|
&__title-subtitle {
|
|
42
36
|
padding: $space;
|
|
43
37
|
}
|
|
44
|
-
|
|
45
38
|
&__title {
|
|
46
|
-
margin: 0 0 calc($space/2) 0;
|
|
39
|
+
margin: 0 0 calc($space / 2) 0;
|
|
47
40
|
color: $color-text;
|
|
48
41
|
font-size: $font-size-m;
|
|
49
42
|
font-weight: $font-weight-bold;
|
|
50
43
|
}
|
|
51
|
-
|
|
52
44
|
&__subtitle {
|
|
53
45
|
margin: 0;
|
|
54
46
|
color: $color-text;
|
|
@@ -62,11 +54,9 @@
|
|
|
62
54
|
flex-basis: auto;
|
|
63
55
|
z-index: 2;
|
|
64
56
|
}
|
|
65
|
-
|
|
66
57
|
&__nav-content {
|
|
67
58
|
height: 100%;
|
|
68
59
|
}
|
|
69
|
-
|
|
70
60
|
&__nav-list {
|
|
71
61
|
height: 100%;
|
|
72
62
|
margin: 0;
|
|
@@ -74,32 +64,27 @@
|
|
|
74
64
|
list-style: none;
|
|
75
65
|
text-align: right;
|
|
76
66
|
}
|
|
77
|
-
|
|
78
67
|
&__nav-item {
|
|
79
68
|
display: inline-block;
|
|
80
69
|
position: relative;
|
|
81
70
|
height: 100%;
|
|
82
71
|
margin: 0;
|
|
83
72
|
cursor: pointer;
|
|
84
|
-
|
|
85
73
|
&:hover {
|
|
86
74
|
.n7-header__subnav-list {
|
|
87
75
|
display: block;
|
|
88
76
|
}
|
|
89
77
|
}
|
|
90
78
|
}
|
|
91
|
-
|
|
92
79
|
&__nav-link {
|
|
93
80
|
display: flex;
|
|
94
81
|
align-items: center;
|
|
95
82
|
height: 100%;
|
|
96
83
|
color: $color-text;
|
|
97
84
|
}
|
|
98
|
-
|
|
99
85
|
&__nav-icon {
|
|
100
86
|
margin-right: $space;
|
|
101
87
|
}
|
|
102
|
-
|
|
103
88
|
&__nav-label {
|
|
104
89
|
font-size: $font-size-m;
|
|
105
90
|
}
|
|
@@ -122,18 +107,15 @@
|
|
|
122
107
|
list-style: none;
|
|
123
108
|
text-align: left;
|
|
124
109
|
}
|
|
125
|
-
|
|
126
110
|
&__subnav-item {
|
|
127
111
|
margin: 0;
|
|
128
112
|
padding: 0;
|
|
129
|
-
|
|
130
113
|
&:last-child {
|
|
131
114
|
.n7-header__subnav-link {
|
|
132
115
|
border-bottom: 0;
|
|
133
116
|
}
|
|
134
117
|
}
|
|
135
118
|
}
|
|
136
|
-
|
|
137
119
|
&__subnav-link {
|
|
138
120
|
display: block;
|
|
139
121
|
padding: $space * 1.5;
|
|
@@ -151,6 +133,7 @@
|
|
|
151
133
|
/* Tools: search, actions, buttons, user profile */
|
|
152
134
|
&__tools {
|
|
153
135
|
flex-grow: 0;
|
|
136
|
+
|
|
154
137
|
// flex-basis: 0;
|
|
155
138
|
display: flex;
|
|
156
139
|
flex-wrap: nowrap;
|
|
@@ -165,28 +148,24 @@
|
|
|
165
148
|
&__search {
|
|
166
149
|
position: relative;
|
|
167
150
|
}
|
|
168
|
-
|
|
169
|
-
&__search-input[type="search"] {
|
|
151
|
+
&__search-input[type='search'] {
|
|
170
152
|
height: $header-search-input-height;
|
|
171
153
|
line-height: $header-search-input-height;
|
|
172
154
|
}
|
|
173
|
-
|
|
174
155
|
&__search-btn {
|
|
175
156
|
position: absolute;
|
|
176
157
|
right: 0;
|
|
177
158
|
border: 0;
|
|
178
159
|
background-color: transparent;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
content: "\e9b9";
|
|
160
|
+
&::after {
|
|
161
|
+
content: '\e9b9';
|
|
182
162
|
color: $color-text-light;
|
|
183
|
-
font-family:
|
|
163
|
+
font-family: 'n7-icon';
|
|
184
164
|
font-size: $font-size-l;
|
|
185
165
|
vertical-align: middle;
|
|
186
166
|
line-height: $header-search-input-height;
|
|
187
167
|
}
|
|
188
168
|
}
|
|
189
|
-
|
|
190
169
|
&__search-btn-label {
|
|
191
170
|
display: none;
|
|
192
171
|
}
|
|
@@ -196,7 +175,6 @@
|
|
|
196
175
|
display: flex;
|
|
197
176
|
height: $header-height;
|
|
198
177
|
}
|
|
199
|
-
|
|
200
178
|
&__action {
|
|
201
179
|
position: relative;
|
|
202
180
|
display: flex;
|
|
@@ -206,11 +184,9 @@
|
|
|
206
184
|
height: $header-height;
|
|
207
185
|
cursor: pointer;
|
|
208
186
|
}
|
|
209
|
-
|
|
210
187
|
&__action-icon {
|
|
211
188
|
font-size: $font-size-xxl;
|
|
212
189
|
}
|
|
213
|
-
|
|
214
190
|
&__action-badge {
|
|
215
191
|
display: block;
|
|
216
192
|
position: absolute;
|
|
@@ -220,7 +196,6 @@
|
|
|
220
196
|
height: 10px;
|
|
221
197
|
border-radius: 50%;
|
|
222
198
|
background-color: $color-main;
|
|
223
|
-
|
|
224
199
|
&.has-text {
|
|
225
200
|
top: 24%;
|
|
226
201
|
right: 23%;
|
|
@@ -228,7 +203,7 @@
|
|
|
228
203
|
height: 18px;
|
|
229
204
|
line-height: 18px;
|
|
230
205
|
border-radius: 9px;
|
|
231
|
-
padding: 0 calc($space/2);
|
|
206
|
+
padding: 0 calc($space / 2);
|
|
232
207
|
color: $color-text-inverse;
|
|
233
208
|
font-size: $font-size-xs - 1;
|
|
234
209
|
font-weight: $font-weight-bold;
|
|
@@ -239,21 +214,17 @@
|
|
|
239
214
|
&__selects {
|
|
240
215
|
margin-left: $space;
|
|
241
216
|
flex-shrink: 0;
|
|
242
|
-
|
|
243
217
|
> *:not(:last-child) {
|
|
244
218
|
margin-right: $space;
|
|
245
219
|
}
|
|
246
|
-
|
|
247
220
|
.n7-input-select {
|
|
248
221
|
margin: 0;
|
|
249
|
-
|
|
250
222
|
label {
|
|
251
223
|
margin-right: $space * 0.5;
|
|
252
224
|
color: $color-text;
|
|
253
225
|
font-size: $font-size-s;
|
|
254
226
|
}
|
|
255
227
|
}
|
|
256
|
-
|
|
257
228
|
.n7-facet__input-select {
|
|
258
229
|
height: $button-normal-height;
|
|
259
230
|
font-size: $font-size-s;
|
|
@@ -263,7 +234,6 @@
|
|
|
263
234
|
/* Buttons */
|
|
264
235
|
&__buttons {
|
|
265
236
|
flex-shrink: 0;
|
|
266
|
-
|
|
267
237
|
> * {
|
|
268
238
|
margin-right: $space;
|
|
269
239
|
&:last-child {
|
|
@@ -277,17 +247,14 @@
|
|
|
277
247
|
flex-shrink: 0;
|
|
278
248
|
padding-left: $space * 2;
|
|
279
249
|
}
|
|
280
|
-
|
|
281
250
|
&__user-content {
|
|
282
251
|
display: flex;
|
|
283
252
|
flex-wrap: nowrap;
|
|
284
253
|
align-items: center;
|
|
285
|
-
|
|
286
254
|
.n7-avatar {
|
|
287
255
|
margin-right: $space;
|
|
288
256
|
}
|
|
289
257
|
}
|
|
290
|
-
|
|
291
258
|
&__user-img {
|
|
292
259
|
flex-grow: 0;
|
|
293
260
|
flex-shrink: 0;
|
|
@@ -296,22 +263,19 @@
|
|
|
296
263
|
margin-right: $space;
|
|
297
264
|
border-radius: 50%;
|
|
298
265
|
}
|
|
299
|
-
|
|
300
266
|
&__user-name {
|
|
301
267
|
display: flex;
|
|
302
268
|
align-items: center;
|
|
303
269
|
margin: 0;
|
|
304
270
|
line-height: 1.2;
|
|
305
271
|
font-size: $font-size-s;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
font-family: "n7-icon";
|
|
272
|
+
&::after {
|
|
273
|
+
content: '\e908';
|
|
274
|
+
font-family: 'n7-icon';
|
|
310
275
|
font-size: $font-size-m;
|
|
311
276
|
vertical-align: middle;
|
|
312
277
|
}
|
|
313
278
|
}
|
|
314
|
-
|
|
315
279
|
&__user-name-label {
|
|
316
280
|
margin-right: $space;
|
|
317
281
|
}
|
|
@@ -322,7 +286,6 @@
|
|
|
322
286
|
align-items: center;
|
|
323
287
|
height: $header-height;
|
|
324
288
|
}
|
|
325
|
-
|
|
326
289
|
&__mobile-menu-icon {
|
|
327
290
|
font-size: $font-size-xl;
|
|
328
291
|
cursor: pointer;
|
|
@@ -340,7 +303,6 @@
|
|
|
340
303
|
font-size: $font-size-xl;
|
|
341
304
|
color: $color-text;
|
|
342
305
|
cursor: pointer;
|
|
343
|
-
|
|
344
306
|
&:hover {
|
|
345
307
|
color: $color-text-link;
|
|
346
308
|
}
|
|
@@ -355,15 +317,12 @@
|
|
|
355
317
|
&__nav-content {
|
|
356
318
|
display: none;
|
|
357
319
|
}
|
|
358
|
-
|
|
359
320
|
&__user-name {
|
|
360
321
|
display: none;
|
|
361
322
|
}
|
|
362
|
-
|
|
363
323
|
&__tools {
|
|
364
324
|
align-self: flex-end;
|
|
365
325
|
}
|
|
366
|
-
|
|
367
326
|
&__mobile-menu-toggle {
|
|
368
327
|
display: flex;
|
|
369
328
|
align-self: flex-end;
|
|
@@ -374,15 +333,13 @@
|
|
|
374
333
|
.n7-header {
|
|
375
334
|
&__nav-content {
|
|
376
335
|
position: fixed;
|
|
336
|
+
|
|
377
337
|
// display: flex;
|
|
378
338
|
align-items: center;
|
|
379
339
|
justify-content: center;
|
|
380
340
|
flex-direction: column;
|
|
381
341
|
background-color: $color-background-base;
|
|
382
|
-
|
|
383
|
-
left: 0;
|
|
384
|
-
bottom: 0;
|
|
385
|
-
right: 0;
|
|
342
|
+
inset: 0;
|
|
386
343
|
}
|
|
387
344
|
|
|
388
345
|
/* Displays mobile nav when .is-mobile-nav-displayed is inserted into .n7-header */
|
|
@@ -390,38 +347,31 @@
|
|
|
390
347
|
.n7-header__nav-content {
|
|
391
348
|
display: flex;
|
|
392
349
|
}
|
|
393
|
-
|
|
394
350
|
.n7-header__mobile-menu-close {
|
|
395
351
|
display: block;
|
|
396
352
|
}
|
|
397
353
|
}
|
|
398
|
-
|
|
399
354
|
&__nav-content {
|
|
400
355
|
height: 100%;
|
|
401
356
|
}
|
|
402
|
-
|
|
403
357
|
&__nav-list {
|
|
404
358
|
width: 100%;
|
|
405
359
|
height: auto;
|
|
406
360
|
overflow-y: auto;
|
|
407
361
|
}
|
|
408
|
-
|
|
409
362
|
&__nav-item {
|
|
410
363
|
display: block;
|
|
411
364
|
height: auto;
|
|
412
365
|
padding: $space * 2 0;
|
|
413
366
|
}
|
|
414
|
-
|
|
415
367
|
&__nav-link {
|
|
416
368
|
display: block;
|
|
417
369
|
text-align: center;
|
|
418
370
|
height: auto;
|
|
419
371
|
}
|
|
420
|
-
|
|
421
372
|
&__nav-icon {
|
|
422
373
|
font-size: $font-size-l;
|
|
423
374
|
}
|
|
424
|
-
|
|
425
375
|
&__nav-label {
|
|
426
376
|
font-size: $font-size-xl;
|
|
427
377
|
}
|
|
@@ -435,7 +385,6 @@
|
|
|
435
385
|
background-color: transparent;
|
|
436
386
|
text-align: center;
|
|
437
387
|
}
|
|
438
|
-
|
|
439
388
|
&__subnav-item {
|
|
440
389
|
&:last-child {
|
|
441
390
|
.n7-header__subnav-link {
|
|
@@ -443,16 +392,13 @@
|
|
|
443
392
|
}
|
|
444
393
|
}
|
|
445
394
|
}
|
|
446
|
-
|
|
447
395
|
&__subnav-link {
|
|
448
396
|
border-bottom: 0;
|
|
449
397
|
padding: $space * 2;
|
|
450
398
|
}
|
|
451
|
-
|
|
452
399
|
&__subnav-icon {
|
|
453
400
|
font-size: $font-size-m;
|
|
454
401
|
}
|
|
455
|
-
|
|
456
402
|
&__subnav-label {
|
|
457
403
|
font-size: $font-size-l;
|
|
458
404
|
}
|
|
@@ -462,35 +408,28 @@
|
|
|
462
408
|
@media all and (max-width: $header-breakpoint-mobile-small) {
|
|
463
409
|
.n7-header {
|
|
464
410
|
height: $header-height-mobile;
|
|
465
|
-
|
|
466
411
|
&__logo {
|
|
467
412
|
max-height: $header-logo-height-mobile;
|
|
468
413
|
}
|
|
469
|
-
|
|
470
414
|
&__title {
|
|
471
415
|
font-size: $font-size-s;
|
|
472
416
|
}
|
|
473
|
-
|
|
474
417
|
&__subtitle {
|
|
475
418
|
font-size: $font-size-xs;
|
|
476
419
|
}
|
|
477
|
-
|
|
478
|
-
&__search-input[type="search"] {
|
|
420
|
+
&__search-input[type='search'] {
|
|
479
421
|
height: $header-search-input-height-mobile;
|
|
480
422
|
line-height: $header-search-input-height-mobile;
|
|
481
423
|
}
|
|
482
|
-
|
|
483
424
|
&__search-btn {
|
|
484
|
-
|
|
425
|
+
&::after {
|
|
485
426
|
line-height: $header-search-input-height-mobile;
|
|
486
427
|
}
|
|
487
428
|
}
|
|
488
|
-
|
|
489
429
|
&__user-img {
|
|
490
430
|
width: $header-user-thumb-size-mobile;
|
|
491
431
|
height: $header-user-thumb-size-mobile;
|
|
492
432
|
}
|
|
493
|
-
|
|
494
433
|
&__mobile-menu-toggle {
|
|
495
434
|
height: $header-height-mobile;
|
|
496
435
|
}
|
|
@@ -25,10 +25,9 @@
|
|
|
25
25
|
background-position: center center;
|
|
26
26
|
|
|
27
27
|
/* Overlay */
|
|
28
|
-
&.has-background-image
|
|
29
|
-
@include overlay
|
|
28
|
+
&.has-background-image::after {
|
|
29
|
+
@include overlay;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
31
|
&__content {
|
|
33
32
|
position: relative;
|
|
34
33
|
z-index: 10;
|
|
@@ -44,7 +43,6 @@
|
|
|
44
43
|
align-items: flex-start;
|
|
45
44
|
height: $hero-height;
|
|
46
45
|
}
|
|
47
|
-
|
|
48
46
|
&__title {
|
|
49
47
|
margin: 0 0 $space * 2 0;
|
|
50
48
|
font-family: $font-family-headings;
|
|
@@ -53,7 +51,6 @@
|
|
|
53
51
|
line-height: 1.1;
|
|
54
52
|
color: $color-text-inverse;
|
|
55
53
|
}
|
|
56
|
-
|
|
57
54
|
&__pre-title {
|
|
58
55
|
margin: 0 0 $space * 2 0;
|
|
59
56
|
font-family: $font-family-main;
|
|
@@ -62,7 +59,6 @@
|
|
|
62
59
|
line-height: 1.1;
|
|
63
60
|
color: $color-text-inverse;
|
|
64
61
|
}
|
|
65
|
-
|
|
66
62
|
&__text {
|
|
67
63
|
margin: 0 0 $space * 2 0;
|
|
68
64
|
font-family: $font-family-main;
|
|
@@ -70,25 +66,21 @@
|
|
|
70
66
|
font-weight: $font-weight-normal;
|
|
71
67
|
line-height: 1.3;
|
|
72
68
|
color: $color-text-inverse;
|
|
73
|
-
|
|
74
69
|
p {
|
|
75
70
|
margin-bottom: 0;
|
|
76
71
|
font-size: $font-size-l;
|
|
77
72
|
color: $color-text-inverse;
|
|
78
73
|
}
|
|
79
74
|
}
|
|
80
|
-
|
|
81
75
|
&__input-wrapper {
|
|
82
76
|
min-width: 50%;
|
|
83
77
|
position: relative;
|
|
84
78
|
}
|
|
85
|
-
|
|
86
79
|
&__input {
|
|
87
80
|
width: 100%;
|
|
88
81
|
margin: 0 0 $space * 2 0;
|
|
89
82
|
box-sizing: border-box;
|
|
90
83
|
}
|
|
91
|
-
|
|
92
84
|
&__input-icon {
|
|
93
85
|
position: absolute;
|
|
94
86
|
top: 0;
|
|
@@ -97,7 +89,6 @@
|
|
|
97
89
|
color: $color-text-light;
|
|
98
90
|
line-height: $form-input-height;
|
|
99
91
|
}
|
|
100
|
-
|
|
101
92
|
&__btn {
|
|
102
93
|
display: inline-block;
|
|
103
94
|
}
|
|
@@ -109,6 +100,7 @@
|
|
|
109
100
|
.n7-hero.has-image {
|
|
110
101
|
.n7-hero__content {
|
|
111
102
|
display: flex;
|
|
103
|
+
|
|
112
104
|
// display: grid;
|
|
113
105
|
// grid-template-columns: 1fr 300px;
|
|
114
106
|
// grid-column-gap: $grid-gutter-h;
|
|
@@ -119,10 +111,11 @@
|
|
|
119
111
|
flex: 1;
|
|
120
112
|
margin-right: $grid-gutter-h;
|
|
121
113
|
}
|
|
122
|
-
|
|
123
114
|
.n7-hero__title,
|
|
124
115
|
.n7-hero__text {
|
|
125
|
-
width: 100%;
|
|
116
|
+
width: 100%;
|
|
117
|
+
|
|
118
|
+
/* For IE bug, text overflowing container when contained in flex item */
|
|
126
119
|
}
|
|
127
120
|
|
|
128
121
|
/* Image */
|
|
@@ -130,10 +123,11 @@
|
|
|
130
123
|
display: flex;
|
|
131
124
|
align-items: center;
|
|
132
125
|
justify-content: center;
|
|
126
|
+
|
|
133
127
|
@include flex-item-width($hero-image-text-width);
|
|
128
|
+
|
|
134
129
|
padding: $space * 3 0;
|
|
135
130
|
}
|
|
136
|
-
|
|
137
131
|
.n7-hero__image {
|
|
138
132
|
max-width: 100%;
|
|
139
133
|
max-height: 100%;
|
|
@@ -146,7 +140,7 @@
|
|
|
146
140
|
/* ------------------------------------ *\
|
|
147
141
|
#MEDIA-QUERIES
|
|
148
142
|
\* ------------------------------------ */
|
|
149
|
-
@media all and (
|
|
143
|
+
@media all and (width <=calc(#{$hero-content-width} + #{$space} * 4)) {
|
|
150
144
|
.n7-hero {
|
|
151
145
|
&__content {
|
|
152
146
|
padding: 0 $space * 2;
|
|
@@ -167,16 +161,13 @@
|
|
|
167
161
|
.n7-hero {
|
|
168
162
|
height: auto;
|
|
169
163
|
padding: $space * 2 0;
|
|
170
|
-
|
|
171
164
|
&__text-wrapper {
|
|
172
165
|
height: auto;
|
|
173
166
|
}
|
|
174
|
-
|
|
175
167
|
&__title {
|
|
176
168
|
margin: 0 0 $space * 2 0;
|
|
177
169
|
font-size: $font-size-l;
|
|
178
170
|
}
|
|
179
|
-
|
|
180
171
|
&__text {
|
|
181
172
|
margin: 0 0 $space * 2 0;
|
|
182
173
|
font-size: $font-size-m;
|
|
@@ -194,7 +185,6 @@
|
|
|
194
185
|
.n7-hero__text-wrapper {
|
|
195
186
|
order: 2;
|
|
196
187
|
}
|
|
197
|
-
|
|
198
188
|
.n7-hero__image-wrapper {
|
|
199
189
|
order: 1;
|
|
200
190
|
padding: 0;
|
|
@@ -204,5 +194,5 @@
|
|
|
204
194
|
}
|
|
205
195
|
|
|
206
196
|
/* Retina */
|
|
207
|
-
@media (
|
|
197
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
208
198
|
}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
display: inline-block;
|
|
13
13
|
position: relative;
|
|
14
14
|
width: 100%;
|
|
15
|
-
|
|
16
15
|
& > svg {
|
|
17
16
|
width: 100% !important;
|
|
18
17
|
box-sizing: border-box;
|
|
@@ -32,5 +31,5 @@
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
/* Retina */
|
|
35
|
-
@media (
|
|
34
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
36
35
|
}
|
|
@@ -12,14 +12,12 @@
|
|
|
12
12
|
display: inline-flex;
|
|
13
13
|
align-items: center;
|
|
14
14
|
}
|
|
15
|
-
|
|
16
15
|
n7-icon {
|
|
17
16
|
display: inline-flex;
|
|
18
17
|
align-items: center;
|
|
19
18
|
justify-content: center;
|
|
20
19
|
}
|
|
21
20
|
|
|
22
|
-
|
|
23
21
|
/* ------------------------------------ *\
|
|
24
22
|
#MEDIA-QUERIES
|
|
25
23
|
\* ------------------------------------ */
|
|
@@ -33,5 +31,5 @@ n7-icon {
|
|
|
33
31
|
}
|
|
34
32
|
|
|
35
33
|
/* Retina */
|
|
36
|
-
@media (
|
|
34
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
37
35
|
}
|