@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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Search bar autocomplete component which shows datas preview matching the typed words or words parts
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#ADVANCED-AUTOCOMPLETE
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -11,55 +11,48 @@
|
|
|
11
11
|
&__results {
|
|
12
12
|
max-height: $advanced-autocomplete-results-max-height;
|
|
13
13
|
overflow-y: auto;
|
|
14
|
-
padding: $space*2 $space*2;
|
|
14
|
+
padding: $space * 2 $space * 2;
|
|
15
15
|
}
|
|
16
|
-
|
|
17
16
|
&__group {
|
|
18
17
|
display: flex;
|
|
18
|
+
|
|
19
19
|
// display: grid;
|
|
20
20
|
// grid-template-columns: 180px 2fr;
|
|
21
21
|
// grid-template-rows: 1fr;
|
|
22
22
|
// grid-column-gap: $space*2;
|
|
23
|
-
margin-bottom: $space*2;
|
|
24
|
-
padding-bottom: $space*2;
|
|
23
|
+
margin-bottom: $space * 2;
|
|
24
|
+
padding-bottom: $space * 2;
|
|
25
25
|
border-bottom: 1px solid $color-border-normal;
|
|
26
|
-
|
|
27
26
|
&:last-child {
|
|
28
27
|
border-bottom: 0;
|
|
29
28
|
margin-bottom: 0;
|
|
30
29
|
}
|
|
31
30
|
}
|
|
32
|
-
|
|
33
31
|
&__group-title-wrapper {
|
|
34
32
|
flex: 0 0 $advanced-autocomplete-group-title-width;
|
|
35
33
|
width: $advanced-autocomplete-group-title-width;
|
|
36
|
-
margin-right: $space*2;
|
|
34
|
+
margin-right: $space * 2;
|
|
37
35
|
color: $color-text-light;
|
|
38
36
|
}
|
|
39
|
-
|
|
40
37
|
&__group-title {
|
|
41
38
|
font-size: $font-size-m;
|
|
42
39
|
font-family: $font-family-headings;
|
|
43
40
|
line-height: 1.4;
|
|
44
41
|
vertical-align: middle;
|
|
45
42
|
}
|
|
46
|
-
|
|
47
43
|
&__group-icon {
|
|
48
|
-
margin-right: calc($space/2);
|
|
44
|
+
margin-right: calc($space / 2);
|
|
49
45
|
font-size: $font-size-l;
|
|
50
46
|
vertical-align: middle;
|
|
51
47
|
}
|
|
52
|
-
|
|
53
48
|
&__items {
|
|
54
49
|
flex: 1;
|
|
55
|
-
|
|
56
50
|
> *:last-child {
|
|
57
51
|
.n7-advanced-autocomplete__item {
|
|
58
52
|
margin-bottom: 0;
|
|
59
53
|
}
|
|
60
54
|
}
|
|
61
55
|
}
|
|
62
|
-
|
|
63
56
|
&__item {
|
|
64
57
|
display: block;
|
|
65
58
|
margin-bottom: $space;
|
|
@@ -67,7 +60,6 @@
|
|
|
67
60
|
color: $color-text;
|
|
68
61
|
word-break: break-all;
|
|
69
62
|
cursor: pointer;
|
|
70
|
-
|
|
71
63
|
&:hover {
|
|
72
64
|
color: $color-text-link;
|
|
73
65
|
}
|
|
@@ -82,13 +74,12 @@
|
|
|
82
74
|
&__item-metadata {
|
|
83
75
|
font-size: $font-size-s;
|
|
84
76
|
}
|
|
85
|
-
|
|
86
77
|
&__item-metadata-key {
|
|
87
|
-
margin-right: calc($space/2);
|
|
78
|
+
margin-right: calc($space / 2);
|
|
88
79
|
color: $color-text-light;
|
|
89
80
|
}
|
|
90
81
|
&__item-metadata-value {
|
|
91
|
-
margin-right: calc($space/2);
|
|
82
|
+
margin-right: calc($space / 2);
|
|
92
83
|
color: $color-text-light;
|
|
93
84
|
font-weight: $font-weight-bold;
|
|
94
85
|
}
|
|
@@ -98,10 +89,8 @@
|
|
|
98
89
|
display: flex;
|
|
99
90
|
justify-content: center;
|
|
100
91
|
padding: $space;
|
|
101
|
-
|
|
102
92
|
.n7-btn {
|
|
103
93
|
margin-right: $space;
|
|
104
|
-
|
|
105
94
|
&:last-child {
|
|
106
95
|
margin-right: 0;
|
|
107
96
|
}
|
|
@@ -109,7 +98,6 @@
|
|
|
109
98
|
}
|
|
110
99
|
}
|
|
111
100
|
|
|
112
|
-
|
|
113
101
|
/* ------------------------------------ *\
|
|
114
102
|
#EMPTY
|
|
115
103
|
\* ------------------------------------ */
|
|
@@ -123,7 +111,6 @@
|
|
|
123
111
|
}
|
|
124
112
|
}
|
|
125
113
|
|
|
126
|
-
|
|
127
114
|
/* ------------------------------------ *\
|
|
128
115
|
#LOADING
|
|
129
116
|
\* ------------------------------------ */
|
|
@@ -136,7 +123,6 @@
|
|
|
136
123
|
}
|
|
137
124
|
}
|
|
138
125
|
|
|
139
|
-
|
|
140
126
|
/* ------------------------------------ *\
|
|
141
127
|
#MEDIA-QUERIES
|
|
142
128
|
\* ------------------------------------ */
|
|
@@ -144,47 +130,38 @@
|
|
|
144
130
|
}
|
|
145
131
|
|
|
146
132
|
@media all and (max-width: $breakpoint-ipad-portrait - 1) {
|
|
147
|
-
|
|
148
133
|
.n7-advanced-autocomplete {
|
|
149
134
|
&__results {
|
|
150
|
-
padding: $space*1.5 $space*1.5;
|
|
135
|
+
padding: $space * 1.5 $space * 1.5;
|
|
151
136
|
}
|
|
152
|
-
|
|
153
137
|
&__group {
|
|
154
138
|
display: block;
|
|
155
|
-
margin-bottom: $space*1.5;
|
|
156
|
-
padding-bottom: $space*1.5;
|
|
139
|
+
margin-bottom: $space * 1.5;
|
|
140
|
+
padding-bottom: $space * 1.5;
|
|
157
141
|
}
|
|
158
|
-
|
|
159
142
|
&__group-title {
|
|
160
143
|
margin-bottom: $space;
|
|
161
144
|
font-size: $font-size-m;
|
|
162
145
|
}
|
|
163
|
-
|
|
164
146
|
&__item {
|
|
165
|
-
margin-bottom: $space*1.5;
|
|
147
|
+
margin-bottom: $space * 1.5;
|
|
166
148
|
}
|
|
167
|
-
|
|
168
|
-
|
|
169
149
|
&__action-bar {
|
|
170
150
|
flex-flow: column nowrap;
|
|
171
|
-
|
|
172
151
|
.n7-btn {
|
|
173
152
|
margin-right: 0;
|
|
174
153
|
margin-bottom: $space;
|
|
175
|
-
|
|
176
154
|
&:last-child {
|
|
177
155
|
margin-bottom: 0;
|
|
178
156
|
}
|
|
179
157
|
}
|
|
180
158
|
}
|
|
181
159
|
}
|
|
182
|
-
|
|
183
160
|
}
|
|
184
161
|
|
|
185
162
|
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
186
163
|
}
|
|
187
164
|
|
|
188
165
|
/* Retina */
|
|
189
|
-
@media (
|
|
190
|
-
}
|
|
166
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
167
|
+
}
|
|
@@ -11,17 +11,15 @@
|
|
|
11
11
|
\* ------------------------------------ */
|
|
12
12
|
.n7-alert {
|
|
13
13
|
position: relative;
|
|
14
|
-
padding: $space*2 $space*5 $space*2 $space*2;
|
|
14
|
+
padding: $space * 2 $space * 5 $space * 2 $space * 2;
|
|
15
15
|
border-radius: $border-radius;
|
|
16
16
|
background-color: $alert-background;
|
|
17
|
-
|
|
18
17
|
&__close-button {
|
|
19
18
|
position: absolute;
|
|
20
|
-
top: $space*1.5;
|
|
21
|
-
right: $space*1.5;
|
|
19
|
+
top: $space * 1.5;
|
|
20
|
+
right: $space * 1.5;
|
|
22
21
|
cursor: pointer;
|
|
23
22
|
}
|
|
24
|
-
|
|
25
23
|
&__text {
|
|
26
24
|
margin: 0;
|
|
27
25
|
padding: 0;
|
|
@@ -31,7 +29,6 @@
|
|
|
31
29
|
}
|
|
32
30
|
}
|
|
33
31
|
|
|
34
|
-
|
|
35
32
|
/* ------------------------------------ *\
|
|
36
33
|
#WITH-ICON
|
|
37
34
|
\* ------------------------------------ */
|
|
@@ -41,19 +38,17 @@
|
|
|
41
38
|
top: 0;
|
|
42
39
|
left: 0;
|
|
43
40
|
bottom: 0;
|
|
44
|
-
width: $space*6;
|
|
41
|
+
width: $space * 6;
|
|
45
42
|
display: flex;
|
|
46
43
|
align-items: center;
|
|
47
44
|
justify-content: center;
|
|
48
45
|
font-size: $font-size-l;
|
|
49
46
|
}
|
|
50
|
-
|
|
51
47
|
.n7-alert__text {
|
|
52
|
-
margin-left: $space*3.5;
|
|
48
|
+
margin-left: $space * 3.5;
|
|
53
49
|
}
|
|
54
50
|
}
|
|
55
51
|
|
|
56
|
-
|
|
57
52
|
/* ------------------------------------ *\
|
|
58
53
|
#COLORS
|
|
59
54
|
\* ------------------------------------ */
|
|
@@ -66,30 +61,24 @@
|
|
|
66
61
|
color: $color-text-inverse;
|
|
67
62
|
}
|
|
68
63
|
}
|
|
69
|
-
|
|
70
64
|
.n7-alert.is-success {
|
|
71
65
|
background-color: $alert-background-success;
|
|
72
|
-
|
|
73
66
|
.n7-alert__close-button,
|
|
74
67
|
.n7-alert__text,
|
|
75
68
|
.n7-alert__icon {
|
|
76
69
|
color: $alert-color-text-success;
|
|
77
70
|
}
|
|
78
71
|
}
|
|
79
|
-
|
|
80
72
|
.n7-alert.is-warning {
|
|
81
73
|
background-color: $alert-background-warning;
|
|
82
|
-
|
|
83
74
|
.n7-alert__close-button,
|
|
84
75
|
.n7-alert__text,
|
|
85
76
|
.n7-alert__icon {
|
|
86
77
|
color: $alert-color-text-warning;
|
|
87
78
|
}
|
|
88
79
|
}
|
|
89
|
-
|
|
90
80
|
.n7-alert.is-error {
|
|
91
81
|
background-color: $alert-background-error;
|
|
92
|
-
|
|
93
82
|
.n7-alert__close-button,
|
|
94
83
|
.n7-alert__text,
|
|
95
84
|
.n7-alert__icon {
|
|
@@ -97,7 +86,6 @@
|
|
|
97
86
|
}
|
|
98
87
|
}
|
|
99
88
|
|
|
100
|
-
|
|
101
89
|
/* ------------------------------------ *\
|
|
102
90
|
#MEDIA-QUERIES
|
|
103
91
|
\* ------------------------------------ */
|
|
@@ -111,5 +99,5 @@
|
|
|
111
99
|
}
|
|
112
100
|
|
|
113
101
|
/* Retina */
|
|
114
|
-
@media (
|
|
102
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
115
103
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Brief description of the component here.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#ANCHOR-WRAPPER
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
// TODO
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
/* ------------------------------------ *\
|
|
16
15
|
#MEDIA-QUERIES
|
|
17
16
|
\* ------------------------------------ */
|
|
@@ -25,5 +24,5 @@
|
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
/* Retina */
|
|
28
|
-
@media (
|
|
29
|
-
}
|
|
27
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
28
|
+
}
|
|
@@ -10,20 +10,17 @@
|
|
|
10
10
|
.n7-avatar {
|
|
11
11
|
padding: 0;
|
|
12
12
|
margin: 0;
|
|
13
|
-
|
|
14
13
|
&__background {
|
|
15
14
|
border-radius: 50%;
|
|
16
15
|
background-size: cover;
|
|
17
16
|
display: flex;
|
|
18
17
|
align-items: center;
|
|
19
18
|
justify-content: center;
|
|
20
|
-
|
|
21
19
|
font-family: $font-family-main;
|
|
22
20
|
font-weight: $font-weight-bold;
|
|
23
21
|
}
|
|
24
22
|
}
|
|
25
23
|
|
|
26
|
-
|
|
27
24
|
/* ------------------------------------ *\
|
|
28
25
|
#MEDIA-QUERIES
|
|
29
26
|
\* ------------------------------------ */
|
|
@@ -37,5 +34,5 @@
|
|
|
37
34
|
}
|
|
38
35
|
|
|
39
36
|
/* Retina */
|
|
40
|
-
@media (
|
|
37
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
41
38
|
}
|
|
@@ -3,50 +3,45 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Style for breadcrumbs for desktop and mobile
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
BREADCRUMBS
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-breadcrumbs {
|
|
11
11
|
display: flex;
|
|
12
12
|
box-sizing: border-box;
|
|
13
|
-
padding: calc($space/2);
|
|
13
|
+
padding: calc($space / 2);
|
|
14
14
|
background-color: $breadcrumbs-background;
|
|
15
|
+
|
|
15
16
|
@include consistent;
|
|
16
|
-
|
|
17
17
|
&__nav {
|
|
18
18
|
display: flex;
|
|
19
19
|
}
|
|
20
|
-
|
|
21
20
|
&__list {
|
|
22
21
|
display: flex;
|
|
23
22
|
margin: 0;
|
|
24
23
|
padding: 0;
|
|
25
24
|
align-items: center;
|
|
26
25
|
}
|
|
27
|
-
|
|
28
26
|
&__item {
|
|
29
|
-
margin: calc($space/2) 0;
|
|
27
|
+
margin: calc($space / 2) 0;
|
|
30
28
|
list-style: none;
|
|
31
|
-
|
|
32
|
-
&:after {
|
|
29
|
+
&::after {
|
|
33
30
|
content: $breadcrumbs-arrow;
|
|
34
31
|
color: $breadcrumbs-arrow-color;
|
|
35
32
|
font-family: 'n7-icon' !important;
|
|
36
33
|
vertical-align: bottom;
|
|
37
34
|
}
|
|
38
|
-
|
|
39
35
|
&:last-child {
|
|
40
36
|
a {
|
|
41
37
|
color: $breadcrumbs-current-color;
|
|
42
38
|
cursor: default;
|
|
43
39
|
}
|
|
44
|
-
|
|
45
|
-
content: ''
|
|
40
|
+
&::after {
|
|
41
|
+
content: '';
|
|
46
42
|
}
|
|
47
43
|
}
|
|
48
44
|
}
|
|
49
|
-
|
|
50
45
|
&__label {
|
|
51
46
|
padding: $space;
|
|
52
47
|
text-decoration: none;
|
|
@@ -61,39 +56,33 @@
|
|
|
61
56
|
}
|
|
62
57
|
|
|
63
58
|
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
64
|
-
|
|
65
59
|
.n7-breadcrumbs {
|
|
66
60
|
background: none;
|
|
67
|
-
|
|
68
61
|
&__item {
|
|
69
62
|
display: none;
|
|
70
|
-
|
|
71
63
|
&:nth-last-child(2) {
|
|
72
64
|
display: block;
|
|
73
|
-
|
|
74
65
|
.n7-breadcrumbs__label {
|
|
75
66
|
/* The back arrow is inserted within the A tag so it's clickable */
|
|
76
|
-
|
|
67
|
+
&::before {
|
|
77
68
|
content: $breadcrumbs-arrow-mobile;
|
|
78
|
-
margin-right: calc($space/2);
|
|
69
|
+
margin-right: calc($space / 2);
|
|
79
70
|
font-family: 'n7-icon' !important;
|
|
80
71
|
color: $breadcrumbs-arrow-color;
|
|
81
72
|
vertical-align: bottom;
|
|
82
73
|
}
|
|
83
74
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
content: ''
|
|
75
|
+
&::after {
|
|
76
|
+
content: '';
|
|
87
77
|
}
|
|
88
78
|
}
|
|
89
79
|
}
|
|
90
80
|
}
|
|
91
|
-
|
|
92
81
|
}
|
|
93
82
|
|
|
94
83
|
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
95
84
|
}
|
|
96
85
|
|
|
97
86
|
/* Retina */
|
|
98
|
-
@media (
|
|
87
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
99
88
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Component displaying a bubble graph. Based on 3djs.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#BUBBLECHART
|
|
9
9
|
\* ------------------------------------ */
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
|
|
19
18
|
/* ------------------------------------ *\
|
|
20
19
|
#MEDIA-QUERIES
|
|
21
20
|
\* ------------------------------------ */
|
|
@@ -29,5 +28,5 @@
|
|
|
29
28
|
}
|
|
30
29
|
|
|
31
30
|
/* Retina */
|
|
32
|
-
@media (
|
|
33
|
-
}
|
|
31
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
32
|
+
}
|
|
@@ -3,20 +3,17 @@
|
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#BUTTON
|
|
9
9
|
\* ------------------------------------ */
|
|
10
|
-
|
|
11
10
|
.n7-btn {
|
|
12
11
|
display: inline-flex;
|
|
13
12
|
align-items: center;
|
|
14
13
|
justify-content: center;
|
|
15
14
|
}
|
|
16
|
-
|
|
17
15
|
.n7-btn.is-loading {
|
|
18
16
|
min-width: 80px;
|
|
19
|
-
|
|
20
17
|
.n7-loader {
|
|
21
18
|
width: 18px;
|
|
22
19
|
height: 18px;
|
|
@@ -24,30 +21,23 @@
|
|
|
24
21
|
border-bottom-color: $loader-color-front;
|
|
25
22
|
}
|
|
26
23
|
}
|
|
27
|
-
|
|
28
24
|
.n7-btn.n7-btn-cta {
|
|
29
25
|
.n7-loader {
|
|
30
26
|
border: 3px solid rgb(200 212 255 / 30%);
|
|
31
27
|
border-bottom-color: $color-gray-00;
|
|
32
28
|
}
|
|
33
29
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.n7-btn-cta.is-disabled,
|
|
30
|
+
.n7-btn-cta.is-disabled,
|
|
37
31
|
.n7-btn-cta.is-disabled:hover {
|
|
38
32
|
border-color: unset;
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.n7-btn__text {
|
|
42
35
|
margin: 0 $space * 0.5;
|
|
43
36
|
}
|
|
44
|
-
|
|
45
37
|
n7-loader {
|
|
46
38
|
display: inline-flex;
|
|
47
39
|
}
|
|
48
40
|
|
|
49
|
-
|
|
50
|
-
|
|
51
41
|
/* ------------------------------------ *\
|
|
52
42
|
#MEDIA-QUERIES
|
|
53
43
|
\* ------------------------------------ */
|
|
@@ -61,5 +51,5 @@ n7-loader {
|
|
|
61
51
|
}
|
|
62
52
|
|
|
63
53
|
/* Retina */
|
|
64
|
-
@media (
|
|
54
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
65
55
|
}
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
.n7-carousel {
|
|
11
11
|
position: relative;
|
|
12
12
|
height: $carousel-height;
|
|
13
|
-
|
|
14
13
|
&__slide {
|
|
15
14
|
position: relative;
|
|
16
15
|
width: 100%;
|
|
@@ -19,7 +18,6 @@
|
|
|
19
18
|
background-position: center;
|
|
20
19
|
background-size: cover;
|
|
21
20
|
}
|
|
22
|
-
|
|
23
21
|
&__slide-content-wrapper {
|
|
24
22
|
position: relative;
|
|
25
23
|
display: flex;
|
|
@@ -29,18 +27,15 @@
|
|
|
29
27
|
margin: 0 auto;
|
|
30
28
|
z-index: 2;
|
|
31
29
|
}
|
|
32
|
-
|
|
33
30
|
&__slide-content {
|
|
34
31
|
display: flex;
|
|
35
32
|
width: 100%;
|
|
36
33
|
padding: 3px;
|
|
37
34
|
}
|
|
38
|
-
|
|
39
35
|
&__slide-content-left {
|
|
40
36
|
max-width: 60%;
|
|
41
37
|
padding: 3px;
|
|
42
38
|
}
|
|
43
|
-
|
|
44
39
|
&__slide-content-right {
|
|
45
40
|
flex-grow: 1;
|
|
46
41
|
display: flex;
|
|
@@ -49,67 +44,54 @@
|
|
|
49
44
|
padding: 3px;
|
|
50
45
|
position: relative;
|
|
51
46
|
}
|
|
52
|
-
|
|
53
47
|
&__slide-title {
|
|
54
48
|
display: block;
|
|
55
|
-
margin-bottom: $space*2;
|
|
49
|
+
margin-bottom: $space * 2;
|
|
56
50
|
font-family: $font-family-headings;
|
|
57
51
|
font-size: $font-size-xxxl;
|
|
58
52
|
color: $color-text-inverse;
|
|
59
53
|
}
|
|
60
|
-
|
|
61
54
|
&__slide-text {
|
|
62
55
|
display: block;
|
|
63
|
-
margin-bottom: $space*2;
|
|
56
|
+
margin-bottom: $space * 2;
|
|
64
57
|
font-family: $font-family-main;
|
|
65
58
|
font-size: $font-size-l;
|
|
66
59
|
color: $color-text-inverse;
|
|
67
60
|
}
|
|
68
|
-
|
|
69
61
|
&__slide-img {
|
|
70
62
|
height: 100px;
|
|
71
63
|
}
|
|
72
|
-
|
|
73
64
|
.n7-carousel__side-img {
|
|
74
|
-
height: 100px;
|
|
75
65
|
position: absolute;
|
|
76
66
|
z-index: -1;
|
|
77
67
|
height: 100%;
|
|
78
68
|
}
|
|
79
|
-
|
|
80
69
|
&__slide-metadata-wrapper {
|
|
81
70
|
}
|
|
82
|
-
|
|
83
71
|
&__slide-metadata {
|
|
84
72
|
color: $color-text-inverse;
|
|
85
73
|
}
|
|
86
|
-
|
|
87
74
|
&__slide-metadata-label {
|
|
88
|
-
margin-right: calc($space/2);
|
|
75
|
+
margin-right: calc($space / 2);
|
|
89
76
|
}
|
|
90
77
|
}
|
|
91
78
|
|
|
92
|
-
|
|
93
79
|
/* ------------------------------------ *\
|
|
94
80
|
#SLIDE-WITH-IMAGE
|
|
95
81
|
\* ------------------------------------ */
|
|
96
82
|
.n7-carousel {
|
|
97
83
|
&__slide.has-image {
|
|
98
84
|
/* Overlay */
|
|
99
|
-
|
|
100
|
-
content:
|
|
85
|
+
&::after {
|
|
86
|
+
content: ' ';
|
|
101
87
|
position: absolute;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
right: 0;
|
|
105
|
-
bottom: 0;
|
|
106
|
-
background-color: rgba(0,0,0,.4);
|
|
88
|
+
inset: 0;
|
|
89
|
+
background-color: rgb(0 0 0 / 40%);
|
|
107
90
|
z-index: 1;
|
|
108
91
|
}
|
|
109
92
|
}
|
|
110
93
|
}
|
|
111
94
|
|
|
112
|
-
|
|
113
95
|
/* ------------------------------------ *\
|
|
114
96
|
#SLIDE-WITH-VIDEO
|
|
115
97
|
\* ------------------------------------ */
|
|
@@ -124,61 +106,51 @@
|
|
|
124
106
|
width: auto;
|
|
125
107
|
height: auto;
|
|
126
108
|
z-index: 0;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
109
|
+
transform: translateX(-50%) translateY(-50%);
|
|
110
|
+
transform: translateX(-50%) translateY(-50%);
|
|
111
|
+
transform: translateX(-50%) translateY(-50%);
|
|
130
112
|
transform: translateX(-50%) translateY(-50%);
|
|
131
113
|
}
|
|
132
|
-
|
|
114
|
+
|
|
133
115
|
/* Video overlay */
|
|
134
116
|
&__slide-video-overlay {
|
|
135
117
|
position: absolute;
|
|
136
|
-
background-color:
|
|
137
|
-
|
|
138
|
-
left: 0;
|
|
139
|
-
right: 0;
|
|
140
|
-
bottom: 0;
|
|
118
|
+
background-color: rgb(0 0 0 / 60%);
|
|
119
|
+
inset: 0;
|
|
141
120
|
z-index: 1;
|
|
142
121
|
}
|
|
143
122
|
}
|
|
144
123
|
|
|
145
|
-
|
|
146
124
|
/* ------------------------------------ *\
|
|
147
125
|
#LATTE-CAROUSEL
|
|
148
126
|
\* ------------------------------------ */
|
|
149
127
|
.n7-carousel {
|
|
150
128
|
.latte-dots {
|
|
151
|
-
bottom: $space*2;
|
|
152
|
-
|
|
129
|
+
bottom: $space * 2;
|
|
153
130
|
.latte-dot {
|
|
154
131
|
background-color: $color-background-base;
|
|
155
|
-
|
|
156
132
|
&.active {
|
|
157
133
|
background-color: $color-main;
|
|
158
134
|
}
|
|
159
135
|
}
|
|
160
136
|
}
|
|
161
|
-
|
|
162
|
-
.latte-
|
|
137
|
+
.latte-next,
|
|
138
|
+
.latte-previous {
|
|
163
139
|
border-color: $color-gray-00;
|
|
164
|
-
opacity: .7;
|
|
140
|
+
opacity: 0.7;
|
|
165
141
|
transition: all $transition-durations;
|
|
166
|
-
|
|
167
142
|
&:hover {
|
|
168
143
|
opacity: 1;
|
|
169
144
|
}
|
|
170
145
|
}
|
|
171
|
-
|
|
172
146
|
.latte-previous {
|
|
173
147
|
left: 16px;
|
|
174
148
|
}
|
|
175
|
-
|
|
176
149
|
.latte-next {
|
|
177
150
|
right: 16px;
|
|
178
151
|
}
|
|
179
152
|
}
|
|
180
153
|
|
|
181
|
-
|
|
182
154
|
/* ------------------------------------ *\
|
|
183
155
|
#MEDIA-QUERIES
|
|
184
156
|
\* ------------------------------------ */
|
|
@@ -192,5 +164,5 @@
|
|
|
192
164
|
}
|
|
193
165
|
|
|
194
166
|
/* Retina */
|
|
195
|
-
@media (
|
|
167
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
196
168
|
}
|