@net7/components 4.2.1 → 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,22 +3,22 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Component that is overlapped on the image tools to add thumbs, caption and other functionalities.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#IMAGE-VIEWER-TOOLS
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-image-viewer-tools {
|
|
11
11
|
width: 100%;
|
|
12
12
|
position: relative;
|
|
13
|
+
|
|
13
14
|
// height: 600px;
|
|
14
15
|
// background-color: $image-viewer-background-color;
|
|
15
|
-
|
|
16
|
+
|
|
16
17
|
/* Test layout */
|
|
17
18
|
&__test {
|
|
18
19
|
height: 600px;
|
|
19
20
|
background-color: $image-viewer-background-color;
|
|
20
21
|
}
|
|
21
|
-
|
|
22
22
|
&__bar {
|
|
23
23
|
position: absolute;
|
|
24
24
|
bottom: 0;
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
flex-direction: column;
|
|
29
29
|
align-items: flex-end;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
31
|
&__thumbs-description {
|
|
33
32
|
width: 100%;
|
|
34
33
|
}
|
|
@@ -37,17 +36,16 @@
|
|
|
37
36
|
/* ------------------------------------ *\
|
|
38
37
|
#CONTROLS
|
|
39
38
|
\* ------------------------------------ */
|
|
39
|
+
|
|
40
40
|
/* Buttons to show/fide the thumbs strip or the caption. */
|
|
41
41
|
.n7-image-viewer-tools {
|
|
42
42
|
&__controls {
|
|
43
|
-
margin: 0 $space*2 $space*2 0;
|
|
43
|
+
margin: 0 $space * 2 $space * 2 0;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
45
|
&__control-wrapper {
|
|
47
46
|
display: block;
|
|
48
47
|
margin-top: $space;
|
|
49
48
|
}
|
|
50
|
-
|
|
51
49
|
&__control-btn {
|
|
52
50
|
display: flex;
|
|
53
51
|
align-items: center;
|
|
@@ -59,24 +57,20 @@
|
|
|
59
57
|
background-color: $image-viewer-tools-control-color;
|
|
60
58
|
border-radius: $border-radius;
|
|
61
59
|
box-shadow: 0 0 14px $image-viewer-background-color;
|
|
62
|
-
|
|
63
60
|
&:hover {
|
|
64
61
|
.n7-image-viewer-tools__control-btn-icon {
|
|
65
62
|
color: rgba($color-text-inverse, 1);
|
|
66
63
|
}
|
|
67
64
|
}
|
|
68
65
|
}
|
|
69
|
-
|
|
70
66
|
&__control-btn-icon {
|
|
71
|
-
color: rgba($color-text-inverse, .8);
|
|
67
|
+
color: rgba($color-text-inverse, 0.8);
|
|
72
68
|
font-size: $image-viewer-control-icon-size;
|
|
73
69
|
transition: color $transition-durations;
|
|
74
70
|
padding: 10px;
|
|
75
71
|
}
|
|
76
|
-
|
|
77
72
|
&__control-btn.is-active {
|
|
78
73
|
background-color: $image-viewer-tools-control-color-active;
|
|
79
|
-
|
|
80
74
|
&:hover {
|
|
81
75
|
.n7-image-viewer-tools__control-btn-icon {
|
|
82
76
|
color: rgba($color-text-inverse, 1);
|
|
@@ -85,21 +79,21 @@
|
|
|
85
79
|
}
|
|
86
80
|
}
|
|
87
81
|
|
|
88
|
-
|
|
89
82
|
/* ------------------------------------ *\
|
|
90
83
|
#THUMBS
|
|
91
84
|
\* ------------------------------------ */
|
|
92
85
|
.n7-image-viewer-tools {
|
|
93
86
|
&__thumbs {
|
|
94
87
|
position: relative;
|
|
95
|
-
background:
|
|
96
|
-
box-shadow:
|
|
88
|
+
background: rgb(0 0 0 / 65%);
|
|
89
|
+
box-shadow:
|
|
90
|
+
0 -3px 30px rgb(0 0 0 / 10%),
|
|
91
|
+
inset 0 1px 1px rgb(255 255 255 / 10%);
|
|
97
92
|
width: 100%;
|
|
98
93
|
height: auto;
|
|
99
94
|
bottom: 0;
|
|
100
95
|
overflow-x: hidden;
|
|
101
96
|
}
|
|
102
|
-
|
|
103
97
|
&__thumbs-strip {
|
|
104
98
|
position: relative;
|
|
105
99
|
display: flex;
|
|
@@ -107,25 +101,21 @@
|
|
|
107
101
|
padding: $space 0;
|
|
108
102
|
overflow-x: hidden;
|
|
109
103
|
}
|
|
110
|
-
|
|
111
104
|
&__thumb {
|
|
112
|
-
margin: 0 calc($space/2);
|
|
113
|
-
|
|
105
|
+
margin: 0 calc($space / 2);
|
|
114
106
|
&.active {
|
|
115
107
|
.n7-image-viewer-tools__thumb-image {
|
|
116
108
|
border: 3px solid $image-viewer-thumb-active-border-color;
|
|
117
109
|
}
|
|
118
110
|
}
|
|
119
111
|
}
|
|
120
|
-
|
|
121
112
|
&__thumb-image {
|
|
122
113
|
height: $image-viewer-thumb-height;
|
|
123
114
|
width: $image-viewer-thumb-width;
|
|
124
115
|
object-fit: contain;
|
|
125
|
-
background:
|
|
116
|
+
background: rgb(0 0 0 / 40%);
|
|
126
117
|
border-radius: $border-radius;
|
|
127
118
|
border: 3px solid transparent;
|
|
128
|
-
|
|
129
119
|
&:hover {
|
|
130
120
|
cursor: pointer;
|
|
131
121
|
border: 3px solid $image-viewer-thumb-hover-border-color;
|
|
@@ -142,30 +132,33 @@
|
|
|
142
132
|
display: flex;
|
|
143
133
|
align-items: center;
|
|
144
134
|
justify-content: center;
|
|
145
|
-
|
|
146
135
|
span {
|
|
147
136
|
color: $color-text-inverse;
|
|
148
137
|
font-size: $font-size-xxxl;
|
|
149
138
|
cursor: pointer;
|
|
150
139
|
}
|
|
151
|
-
|
|
152
140
|
&.is_disabled {
|
|
153
141
|
display: none;
|
|
154
142
|
}
|
|
155
143
|
}
|
|
156
|
-
|
|
157
144
|
&__thumbs-scroll-left {
|
|
158
145
|
left: 0;
|
|
159
|
-
background: linear-gradient(
|
|
146
|
+
background: linear-gradient(
|
|
147
|
+
90deg,
|
|
148
|
+
rgb(0 0 0 / 75%) 0%,
|
|
149
|
+
rgb(0 0 0 / 0%) 100%
|
|
150
|
+
);
|
|
160
151
|
}
|
|
161
|
-
|
|
162
152
|
&__thumbs-scroll-right {
|
|
163
153
|
right: 0;
|
|
164
|
-
background: linear-gradient(
|
|
154
|
+
background: linear-gradient(
|
|
155
|
+
90deg,
|
|
156
|
+
rgb(0 0 0 / 0%) 0%,
|
|
157
|
+
rgb(0 0 0 / 75%) 100%
|
|
158
|
+
);
|
|
165
159
|
}
|
|
166
160
|
}
|
|
167
161
|
|
|
168
|
-
|
|
169
162
|
/* ------------------------------------ *\
|
|
170
163
|
#DESCRIPTION/CAPTION
|
|
171
164
|
\* ------------------------------------ */
|
|
@@ -175,19 +168,19 @@
|
|
|
175
168
|
box-sizing: border-box;
|
|
176
169
|
width: 100%;
|
|
177
170
|
height: auto;
|
|
178
|
-
background:
|
|
171
|
+
background: rgb(0 0 0 / 65%);
|
|
179
172
|
bottom: 0;
|
|
180
|
-
box-shadow:
|
|
173
|
+
box-shadow:
|
|
174
|
+
0 -3px 30px rgb(0 0 0 / 10%),
|
|
175
|
+
inset 0 1px 1px rgb(255 255 255 / 10%);
|
|
181
176
|
color: $color-text-inverse;
|
|
182
177
|
}
|
|
183
|
-
|
|
184
178
|
&__description-text-wrapper {
|
|
185
179
|
box-sizing: border-box;
|
|
186
180
|
max-height: 300px;
|
|
187
181
|
overflow-y: auto;
|
|
188
|
-
padding: $space*4 $space*5;
|
|
182
|
+
padding: $space * 4 $space * 5;
|
|
189
183
|
}
|
|
190
|
-
|
|
191
184
|
&__description-close {
|
|
192
185
|
position: absolute;
|
|
193
186
|
width: $image-viewer-control-width;
|
|
@@ -195,20 +188,18 @@
|
|
|
195
188
|
display: flex;
|
|
196
189
|
align-items: center;
|
|
197
190
|
justify-content: center;
|
|
198
|
-
right: $space*2;
|
|
199
|
-
top: $space*2;
|
|
191
|
+
right: $space * 2;
|
|
192
|
+
top: $space * 2;
|
|
200
193
|
font-size: $image-viewer-control-icon-size;
|
|
201
194
|
cursor: pointer;
|
|
202
195
|
color: $color-text-inverse;
|
|
203
196
|
transition: color $transition-durations;
|
|
204
|
-
|
|
205
197
|
&:hover {
|
|
206
198
|
color: $color-text-link;
|
|
207
199
|
}
|
|
208
200
|
}
|
|
209
201
|
}
|
|
210
202
|
|
|
211
|
-
|
|
212
203
|
/* ------------------------------------ *\
|
|
213
204
|
#MEDIA-QUERIES
|
|
214
205
|
\* ------------------------------------ */
|
|
@@ -222,5 +213,5 @@
|
|
|
222
213
|
}
|
|
223
214
|
|
|
224
215
|
/* Retina */
|
|
225
|
-
@media (
|
|
226
|
-
}
|
|
216
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
217
|
+
}
|
|
@@ -5,23 +5,22 @@
|
|
|
5
5
|
* The component includes a thumb preview tool and
|
|
6
6
|
* native controls for zoomin zoomout home and fullscreen.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
/* ------------------------------------ *\
|
|
10
10
|
#IMAGE-VIEWER
|
|
11
11
|
\* ------------------------------------ */
|
|
12
12
|
.n7-image-viewer {
|
|
13
13
|
position: relative;
|
|
14
14
|
background-color: $image-viewer-background-color;
|
|
15
|
-
|
|
16
15
|
&__viewer {
|
|
17
16
|
height: $image-viewer-height;
|
|
18
17
|
}
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
|
|
22
20
|
/* ------------------------------------ *\
|
|
23
21
|
#THUMBS
|
|
24
22
|
\* ------------------------------------ */
|
|
23
|
+
|
|
25
24
|
/* This is the style for the default OpenSeaDragon thumbs.
|
|
26
25
|
For our custom thumbs please refer to ImageViewerTools. */
|
|
27
26
|
.n7-image-viewer {
|
|
@@ -29,13 +28,11 @@ For our custom thumbs please refer to ImageViewerTools. */
|
|
|
29
28
|
position: absolute;
|
|
30
29
|
top: 50%;
|
|
31
30
|
transform: translateY(-50%);
|
|
32
|
-
right: $space*2;
|
|
31
|
+
right: $space * 2;
|
|
33
32
|
}
|
|
34
|
-
|
|
35
33
|
&__thumb-list {
|
|
36
34
|
list-style: none;
|
|
37
35
|
}
|
|
38
|
-
|
|
39
36
|
&__thumb-item {
|
|
40
37
|
width: $image-viewer-thumb-width !important;
|
|
41
38
|
height: $image-viewer-thumb-height !important;
|
|
@@ -45,35 +42,29 @@ For our custom thumbs please refer to ImageViewerTools. */
|
|
|
45
42
|
background-repeat: none;
|
|
46
43
|
border: 2px solid transparent;
|
|
47
44
|
cursor: pointer;
|
|
48
|
-
|
|
49
45
|
&:last-child {
|
|
50
46
|
margin-bottom: 0;
|
|
51
47
|
}
|
|
52
|
-
|
|
53
48
|
&:hover:not(.is-active) {
|
|
54
49
|
border: 2px solid $image-viewer-thumb-hover-border-color;
|
|
55
50
|
}
|
|
56
|
-
|
|
57
51
|
&.is-active {
|
|
58
52
|
border: 2px solid $image-viewer-thumb-active-border-color;
|
|
59
53
|
}
|
|
60
54
|
}
|
|
61
55
|
}
|
|
62
56
|
|
|
63
|
-
|
|
64
57
|
/* ------------------------------------ *\
|
|
65
58
|
#CONTROLS
|
|
66
59
|
\* ------------------------------------ */
|
|
67
60
|
.n7-image-viewer__controls {
|
|
68
61
|
position: absolute;
|
|
69
|
-
top: $space*2;
|
|
70
|
-
right: $space*2;
|
|
71
|
-
|
|
62
|
+
top: $space * 2;
|
|
63
|
+
right: $space * 2;
|
|
72
64
|
.n7-image-viewer__controls-list {
|
|
73
65
|
margin: 0;
|
|
74
66
|
padding: 0;
|
|
75
67
|
}
|
|
76
|
-
|
|
77
68
|
.n7-image-viewer__controls-item {
|
|
78
69
|
display: flex !important;
|
|
79
70
|
align-items: center;
|
|
@@ -82,59 +73,51 @@ For our custom thumbs please refer to ImageViewerTools. */
|
|
|
82
73
|
height: $image-viewer-control-height;
|
|
83
74
|
margin-bottom: $space !important;
|
|
84
75
|
cursor: pointer;
|
|
85
|
-
background-color: rgba(#000000, .9);
|
|
76
|
+
background-color: rgba(#000000, 0.9);
|
|
86
77
|
border-radius: $border-radius;
|
|
87
|
-
|
|
88
78
|
span {
|
|
89
|
-
color: rgba($color-text-inverse, .8);
|
|
79
|
+
color: rgba($color-text-inverse, 0.8);
|
|
90
80
|
font-size: $image-viewer-control-icon-size;
|
|
91
81
|
transition: color $transition-durations;
|
|
92
82
|
}
|
|
93
|
-
|
|
94
83
|
&:hover {
|
|
95
84
|
background-color: rgba(#000000, 1);
|
|
96
85
|
span {
|
|
97
86
|
color: rgba($color-text-inverse, 1);
|
|
98
87
|
}
|
|
99
88
|
}
|
|
100
|
-
|
|
101
89
|
&:last-child {
|
|
102
90
|
margin-bottom: 0;
|
|
103
91
|
}
|
|
104
92
|
}
|
|
105
93
|
}
|
|
106
94
|
|
|
107
|
-
|
|
108
95
|
/* ------------------------------------ *\
|
|
109
96
|
#PREV-NEXT
|
|
110
97
|
\* ------------------------------------ */
|
|
111
|
-
.n7-image-viewer__prev,
|
|
98
|
+
.n7-image-viewer__prev,
|
|
99
|
+
.n7-image-viewer__next {
|
|
112
100
|
position: absolute !important;
|
|
113
101
|
top: 50%;
|
|
114
102
|
transform: translateY(-50%);
|
|
115
|
-
|
|
116
103
|
span {
|
|
117
|
-
color: rgba($color-text-inverse, .8);
|
|
118
|
-
font-size: $font-size-xxl*2;
|
|
104
|
+
color: rgba($color-text-inverse, 0.8);
|
|
105
|
+
font-size: $font-size-xxl * 2;
|
|
119
106
|
transition: all $transition-durations;
|
|
120
107
|
cursor: pointer !important;
|
|
121
|
-
text-shadow: 0 2px 4px rgba(#000000, .5);
|
|
122
|
-
|
|
108
|
+
text-shadow: 0 2px 4px rgba(#000000, 0.5);
|
|
123
109
|
&:hover {
|
|
124
110
|
color: rgba($color-text-inverse, 1);
|
|
125
111
|
}
|
|
126
112
|
}
|
|
127
113
|
}
|
|
128
|
-
|
|
129
114
|
.n7-image-viewer__prev {
|
|
130
115
|
left: 0;
|
|
131
116
|
}
|
|
132
|
-
|
|
133
117
|
.n7-image-viewer__next {
|
|
134
118
|
right: 0;
|
|
135
119
|
}
|
|
136
120
|
|
|
137
|
-
|
|
138
121
|
/* ------------------------------------ *\
|
|
139
122
|
#REFERENCE-STRIP
|
|
140
123
|
\* ------------------------------------ */
|
|
@@ -145,17 +128,18 @@ For our custom thumbs please refer to ImageViewerTools. */
|
|
|
145
128
|
}
|
|
146
129
|
}
|
|
147
130
|
}
|
|
148
|
-
|
|
149
131
|
.referencestrip {
|
|
150
132
|
margin-bottom: -100px !important;
|
|
151
|
-
transition: all $transition-durations*2;
|
|
152
|
-
|
|
153
|
-
|
|
133
|
+
transition: all $transition-durations * 2;
|
|
134
|
+
> *,
|
|
135
|
+
.openseadragon-container,
|
|
136
|
+
.openseadragon-canvas,
|
|
137
|
+
canvas,
|
|
138
|
+
.displayregion {
|
|
154
139
|
cursor: pointer !important;
|
|
155
140
|
}
|
|
156
141
|
}
|
|
157
142
|
|
|
158
|
-
|
|
159
143
|
/* ------------------------------------ *\
|
|
160
144
|
#MEDIA-QUERIES
|
|
161
145
|
\* ------------------------------------ */
|
|
@@ -169,5 +153,5 @@ For our custom thumbs please refer to ImageViewerTools. */
|
|
|
169
153
|
}
|
|
170
154
|
|
|
171
155
|
/* Retina */
|
|
172
|
-
@media (
|
|
173
|
-
}
|
|
156
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
157
|
+
}
|
|
@@ -3,31 +3,27 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Title component for page, sections, with title, subtitle and some sortings items.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#INNER-TITLE
|
|
9
9
|
\* ------------------------------------ */
|
|
10
10
|
.n7-inner-title {
|
|
11
11
|
display: flex;
|
|
12
12
|
align-items: center;
|
|
13
|
-
padding: $space*2;
|
|
14
|
-
|
|
13
|
+
padding: $space * 2;
|
|
15
14
|
select,
|
|
16
|
-
input[type=
|
|
15
|
+
input[type='text'] {
|
|
17
16
|
height: $inner-title-filters-height;
|
|
18
17
|
}
|
|
19
|
-
|
|
20
18
|
&__left-wrapper {
|
|
21
19
|
display: flex;
|
|
22
20
|
align-items: center;
|
|
23
21
|
}
|
|
24
|
-
|
|
25
22
|
&__icon-left {
|
|
26
23
|
padding: 0;
|
|
27
24
|
margin-right: $space;
|
|
28
25
|
font-size: $font-size-xxl;
|
|
29
26
|
}
|
|
30
|
-
|
|
31
27
|
&__image-left {
|
|
32
28
|
flex-shrink: 0;
|
|
33
29
|
padding: 0;
|
|
@@ -37,42 +33,33 @@
|
|
|
37
33
|
background-size: cover;
|
|
38
34
|
background-repeat: no-repeat;
|
|
39
35
|
}
|
|
40
|
-
|
|
41
36
|
&__title {
|
|
42
|
-
margin-bottom: calc($space/2)
|
|
37
|
+
margin-bottom: calc($space / 2);
|
|
43
38
|
font-weight: $font-weight-bold;
|
|
44
39
|
font-size: $font-size-xxl;
|
|
45
40
|
}
|
|
46
|
-
|
|
47
41
|
&__subtitle {
|
|
48
42
|
font-size: $font-size-l;
|
|
49
43
|
}
|
|
50
|
-
|
|
51
44
|
&__tools {
|
|
52
45
|
display: flex;
|
|
53
46
|
align-items: center;
|
|
54
47
|
margin-left: auto;
|
|
55
|
-
|
|
56
48
|
> div {
|
|
57
|
-
margin-left: $space*2;
|
|
58
|
-
|
|
49
|
+
margin-left: $space * 2;
|
|
59
50
|
&:first-child {
|
|
60
51
|
margin-left: 0;
|
|
61
52
|
}
|
|
62
53
|
}
|
|
63
54
|
}
|
|
64
|
-
|
|
65
55
|
&__tools-label {
|
|
66
56
|
font-size: $font-size-l;
|
|
67
57
|
}
|
|
68
|
-
|
|
69
58
|
&__sorting {
|
|
70
59
|
}
|
|
71
|
-
|
|
72
60
|
&__sorting-label {
|
|
73
61
|
margin-right: $space;
|
|
74
62
|
}
|
|
75
|
-
|
|
76
63
|
&__search {
|
|
77
64
|
display: flex;
|
|
78
65
|
align-items: center;
|
|
@@ -81,73 +68,60 @@
|
|
|
81
68
|
font-size: $font-size-m;
|
|
82
69
|
}
|
|
83
70
|
}
|
|
84
|
-
|
|
85
71
|
&__search-bar {
|
|
86
|
-
margin-right: calc($space/2);
|
|
72
|
+
margin-right: calc($space / 2);
|
|
87
73
|
}
|
|
88
|
-
|
|
89
74
|
&__buttons-wrapper {
|
|
90
75
|
display: flex;
|
|
91
76
|
align-items: center;
|
|
92
77
|
}
|
|
93
|
-
|
|
94
78
|
&__buttons-icon {
|
|
95
79
|
padding: 0;
|
|
96
80
|
margin-right: $space;
|
|
97
81
|
font-size: $font-size-l;
|
|
98
82
|
}
|
|
99
|
-
|
|
100
83
|
&__single-button-wrapper {
|
|
101
84
|
margin-right: $space;
|
|
102
|
-
|
|
103
85
|
&:last-of-type {
|
|
104
86
|
margin-right: 0;
|
|
105
87
|
}
|
|
106
88
|
}
|
|
107
89
|
}
|
|
108
90
|
|
|
109
|
-
|
|
110
91
|
/* ------------------------------------ *\
|
|
111
92
|
#MEDIA-QUERIES
|
|
112
93
|
\* ------------------------------------ */
|
|
113
94
|
@media all and (max-width: $breakpoint-inner-title-medium) {
|
|
114
|
-
|
|
115
95
|
.n7-inner-title {
|
|
116
96
|
flex-wrap: wrap;
|
|
117
|
-
|
|
118
97
|
&__tools {
|
|
119
98
|
margin-left: 0;
|
|
120
|
-
padding: $space*2 0 0 0;
|
|
121
|
-
|
|
99
|
+
padding: $space * 2 0 0 0;
|
|
100
|
+
|
|
101
|
+
@include flex-item-width(calc(100% - #{$space * 6}));
|
|
122
102
|
}
|
|
123
103
|
}
|
|
124
|
-
|
|
125
104
|
}
|
|
126
105
|
|
|
127
106
|
@media all and (max-width: $breakpoint-inner-title-small) {
|
|
128
|
-
|
|
129
107
|
.n7-inner-title {
|
|
130
|
-
|
|
131
108
|
&__wrapper-texts {
|
|
132
109
|
margin-bottom: $space;
|
|
133
110
|
}
|
|
134
|
-
|
|
135
111
|
&__tools {
|
|
136
112
|
align-items: stretch;
|
|
137
113
|
flex-flow: column nowrap;
|
|
138
|
-
@include flex-item-width(100%);
|
|
139
114
|
|
|
115
|
+
@include flex-item-width(100%);
|
|
140
116
|
> div {
|
|
141
117
|
margin-left: 0;
|
|
142
|
-
margin-bottom: $space*1.5;
|
|
143
|
-
|
|
118
|
+
margin-bottom: $space * 1.5;
|
|
144
119
|
&:last-child {
|
|
145
120
|
margin-bottom: 0;
|
|
146
121
|
}
|
|
147
122
|
}
|
|
148
123
|
}
|
|
149
124
|
}
|
|
150
|
-
|
|
151
125
|
}
|
|
152
126
|
|
|
153
127
|
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
@@ -157,5 +131,5 @@
|
|
|
157
131
|
}
|
|
158
132
|
|
|
159
133
|
/* Retina */
|
|
160
|
-
@media (
|
|
161
|
-
}
|
|
134
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
135
|
+
}
|
|
@@ -3,36 +3,32 @@
|
|
|
3
3
|
\* ------------------------------------ */
|
|
4
4
|
.n7-input-checkbox {
|
|
5
5
|
display: inline-block;
|
|
6
|
-
margin-right: $space*2;
|
|
7
|
-
|
|
6
|
+
margin-right: $space * 2;
|
|
8
7
|
&__input-wrapper {
|
|
9
8
|
display: inline-block;
|
|
10
9
|
margin-right: $space;
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
&__input {
|
|
14
|
-
margin-right: calc($space/2);
|
|
12
|
+
margin-right: calc($space / 2);
|
|
15
13
|
}
|
|
16
|
-
|
|
17
14
|
&__label {
|
|
18
15
|
font-size: $font-size-s;
|
|
19
16
|
}
|
|
20
17
|
}
|
|
21
18
|
|
|
22
|
-
|
|
23
19
|
/* ------------------------------------ *\
|
|
24
20
|
#FIELDSET
|
|
25
21
|
\* ------------------------------------ */
|
|
22
|
+
|
|
26
23
|
/* Wraps all the checkboxes to add a common label (tag: legend) */
|
|
27
24
|
.n7-input-checkbox {
|
|
28
25
|
&__fieldset {
|
|
29
26
|
border: 0;
|
|
30
27
|
}
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
&__legend {
|
|
29
|
+
}
|
|
33
30
|
}
|
|
34
31
|
|
|
35
|
-
|
|
36
32
|
/* ------------------------------------ *\
|
|
37
33
|
#MEDIA-QUERIES
|
|
38
34
|
\* ------------------------------------ */
|
|
@@ -46,5 +42,5 @@
|
|
|
46
42
|
}
|
|
47
43
|
|
|
48
44
|
/* Retina */
|
|
49
|
-
@media (
|
|
45
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
50
46
|
}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
max-height: $facet-links-max-height;
|
|
6
6
|
padding-right: $space;
|
|
7
7
|
overflow-y: auto;
|
|
8
|
-
|
|
9
8
|
&__link {
|
|
10
9
|
display: flex;
|
|
11
10
|
align-items: center;
|
|
@@ -13,26 +12,22 @@
|
|
|
13
12
|
margin-bottom: $space;
|
|
14
13
|
border-bottom: 1px solid $color-border-normal;
|
|
15
14
|
cursor: pointer;
|
|
16
|
-
|
|
17
15
|
&:last-child {
|
|
18
16
|
margin-bottom: 0;
|
|
19
17
|
border-bottom: 0;
|
|
20
18
|
}
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
&__icon {
|
|
24
21
|
margin-right: $space;
|
|
25
22
|
font-size: $font-size-m;
|
|
26
23
|
}
|
|
27
|
-
|
|
28
24
|
&__text {
|
|
29
25
|
padding-right: $space;
|
|
30
26
|
font-size: $font-size-m;
|
|
31
27
|
}
|
|
32
|
-
|
|
33
28
|
&__counter {
|
|
34
29
|
margin-left: auto;
|
|
35
|
-
padding: calc($space/4) calc($space/2);
|
|
30
|
+
padding: calc($space / 4) calc($space / 2);
|
|
36
31
|
border-radius: $border-radius;
|
|
37
32
|
font-size: $font-size-xs;
|
|
38
33
|
color: $color-text-inverse;
|
|
@@ -48,13 +43,12 @@
|
|
|
48
43
|
|
|
49
44
|
/* Active */
|
|
50
45
|
.n7-input-link__link.is-active {
|
|
51
|
-
|
|
52
|
-
content:
|
|
46
|
+
&::before {
|
|
47
|
+
content: '\e938';
|
|
53
48
|
font-family: 'n7-icon';
|
|
54
49
|
margin-right: $space;
|
|
55
50
|
color: $color-success;
|
|
56
51
|
}
|
|
57
|
-
|
|
58
52
|
.n7-input-link__text {
|
|
59
53
|
font-weight: $font-weight-bold;
|
|
60
54
|
}
|
|
@@ -74,5 +68,5 @@
|
|
|
74
68
|
}
|
|
75
69
|
|
|
76
70
|
/* Retina */
|
|
77
|
-
@media (
|
|
71
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
78
72
|
}
|