@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
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
|
|
22
22
|
&__item-text {
|
|
23
23
|
display: block;
|
|
24
|
-
margin: 0 $space*1;
|
|
25
|
-
padding: $space*1 0;
|
|
24
|
+
margin: 0 $space * 1;
|
|
25
|
+
padding: $space * 1 0;
|
|
26
26
|
color: $color-text;
|
|
27
27
|
font-size: $font-size-m;
|
|
28
28
|
font-weight: $font-weight-bold;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
font-weight: $font-weight-normal;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
|
42
|
+
|
|
43
43
|
&__item-toggle {
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
align-items: center;
|
|
77
77
|
justify-content: center;
|
|
78
78
|
width: $tree-image-size;
|
|
79
|
-
margin-left: $space*1;
|
|
79
|
+
margin-left: $space * 1;
|
|
80
80
|
color: $color-text-light;
|
|
81
81
|
flex-shrink: 0;
|
|
82
82
|
}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
&__item-img {
|
|
96
|
-
margin-left: $space*1;
|
|
96
|
+
margin-left: $space * 1;
|
|
97
97
|
width: $tree-image-size;
|
|
98
98
|
height: $tree-image-size;
|
|
99
99
|
object-fit: cover;
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
|
|
121
120
|
/* ------------------------------------ *\
|
|
122
121
|
#INDENTATION
|
|
123
122
|
\* ------------------------------------ */
|
|
@@ -126,57 +125,61 @@
|
|
|
126
125
|
.n7-tree__item-contents {
|
|
127
126
|
padding-left: $tree-indent;
|
|
128
127
|
}
|
|
128
|
+
|
|
129
129
|
.n7-tree__item-toggle {
|
|
130
130
|
border-left: 1px solid $color-border-light;
|
|
131
131
|
}
|
|
132
|
+
|
|
132
133
|
.n7-tree__children-wrapper {
|
|
133
134
|
/* 3rd level */
|
|
134
135
|
.n7-tree__item-contents {
|
|
135
|
-
padding-left: $tree-indent*2;
|
|
136
|
+
padding-left: $tree-indent * 2;
|
|
136
137
|
}
|
|
138
|
+
|
|
137
139
|
.n7-tree__item-toggle {
|
|
138
140
|
border-left: 1px solid $color-border-light;
|
|
139
141
|
}
|
|
142
|
+
|
|
140
143
|
.n7-tree__children-wrapper {
|
|
141
144
|
/* 4th level */
|
|
142
145
|
.n7-tree__item-contents {
|
|
143
|
-
padding-left: $tree-indent*3;
|
|
146
|
+
padding-left: $tree-indent * 3;
|
|
144
147
|
}
|
|
145
|
-
|
|
148
|
+
|
|
146
149
|
.n7-tree__children-wrapper {
|
|
147
150
|
/* 5th level */
|
|
148
151
|
.n7-tree__item-contents {
|
|
149
|
-
padding-left: $tree-indent*4;
|
|
152
|
+
padding-left: $tree-indent * 4;
|
|
150
153
|
}
|
|
151
|
-
|
|
154
|
+
|
|
152
155
|
.n7-tree__children-wrapper {
|
|
153
156
|
/* 6th level */
|
|
154
157
|
.n7-tree__item-contents {
|
|
155
|
-
padding-left: $tree-indent*5;
|
|
158
|
+
padding-left: $tree-indent * 5;
|
|
156
159
|
}
|
|
157
|
-
|
|
160
|
+
|
|
158
161
|
.n7-tree__children-wrapper {
|
|
159
162
|
/* 7th level */
|
|
160
163
|
.n7-tree__item-contents {
|
|
161
|
-
padding-left: $tree-indent*6;
|
|
164
|
+
padding-left: $tree-indent * 6;
|
|
162
165
|
}
|
|
163
|
-
|
|
166
|
+
|
|
164
167
|
.n7-tree__children-wrapper {
|
|
165
168
|
/* 8th level */
|
|
166
169
|
.n7-tree__item-contents {
|
|
167
|
-
padding-left: $tree-indent*7;
|
|
170
|
+
padding-left: $tree-indent * 7;
|
|
168
171
|
}
|
|
169
|
-
|
|
172
|
+
|
|
170
173
|
.n7-tree__children-wrapper {
|
|
171
174
|
/* 9th level */
|
|
172
175
|
.n7-tree__item-contents {
|
|
173
|
-
padding-left: $tree-indent*8;
|
|
176
|
+
padding-left: $tree-indent * 8;
|
|
174
177
|
}
|
|
175
|
-
|
|
178
|
+
|
|
176
179
|
.n7-tree__children-wrapper {
|
|
177
180
|
/* 10th level */
|
|
178
181
|
.n7-tree__item-contents {
|
|
179
|
-
padding-left: $tree-indent*9;
|
|
182
|
+
padding-left: $tree-indent * 9;
|
|
180
183
|
}
|
|
181
184
|
|
|
182
185
|
/* All flats */
|
|
@@ -189,6 +192,7 @@
|
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
}
|
|
195
|
+
|
|
192
196
|
/* stylelint-enable */
|
|
193
197
|
|
|
194
198
|
/* ------------------------------------ *\
|
|
@@ -204,5 +208,5 @@
|
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
/* Retina */
|
|
207
|
-
@media (-webkit-min-
|
|
208
|
-
}
|
|
211
|
+
@media (-webkit-min-resolution: 2), (min-resolution: 192dpi) {
|
|
212
|
+
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Component to guide the user through a step-by-step process.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#WIZARD
|
|
9
9
|
\* ------------------------------------ */
|
|
10
|
+
|
|
10
11
|
.n7-wizard {
|
|
11
12
|
height: $wizard-height;
|
|
12
13
|
|
|
@@ -22,16 +23,16 @@
|
|
|
22
23
|
height: $wizard-height;
|
|
23
24
|
line-height: $wizard-height;
|
|
24
25
|
padding: 0 0 0 $wizard-number-circle-margin;
|
|
25
|
-
|
|
26
|
+
|
|
26
27
|
&:not(:first-child) {
|
|
27
|
-
padding-left: calc($wizard-height/2.5) + $wizard-number-circle-margin;
|
|
28
|
+
padding-left: calc($wizard-height / 2.5) + $wizard-number-circle-margin;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
/* Past items */
|
|
31
32
|
background-color: $wizard-past-bg-color;
|
|
32
33
|
color: $wizard-past-text-color;
|
|
33
34
|
cursor: pointer;
|
|
34
|
-
|
|
35
|
+
|
|
35
36
|
/* Current item */
|
|
36
37
|
&.is-active {
|
|
37
38
|
background-color: $wizard-present-bg-color;
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
/* Future items */
|
|
47
|
-
&.is-active
|
|
48
|
+
&.is-active~* {
|
|
48
49
|
background-color: $wizard-future-bg-color;
|
|
49
50
|
color: $wizard-future-text-color;
|
|
50
51
|
cursor: not-allowed;
|
|
@@ -55,12 +56,12 @@
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
&:first-child {
|
|
58
|
-
border-radius: calc($wizard-height/2) 0 0 calc($wizard-height/2);
|
|
59
|
+
border-radius: calc($wizard-height / 2) 0 0 calc($wizard-height / 2);
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
&:last-child {
|
|
62
63
|
padding-right: $wizard-number-circle-margin;
|
|
63
|
-
border-radius: 0 calc($wizard-height/2) calc($wizard-height/2) 0;
|
|
64
|
+
border-radius: 0 calc($wizard-height / 2) calc($wizard-height / 2) 0;
|
|
64
65
|
|
|
65
66
|
.n7-wizard__text {
|
|
66
67
|
margin-right: $wizard-number-circle-margin;
|
|
@@ -69,40 +70,50 @@
|
|
|
69
70
|
|
|
70
71
|
/* Arrows */
|
|
71
72
|
&:not(:last-child) {
|
|
72
|
-
|
|
73
|
-
content:
|
|
73
|
+
&::after {
|
|
74
|
+
content: ' ';
|
|
74
75
|
width: 0;
|
|
75
76
|
height: 0;
|
|
76
77
|
border-style: solid;
|
|
77
|
-
border-width: calc($wizard-height/2) 0 calc($wizard-height/2) calc($wizard-height/3);
|
|
78
|
+
border-width: calc($wizard-height / 2) 0 calc($wizard-height / 2) calc($wizard-height / 3);
|
|
78
79
|
border-color: transparent transparent transparent $wizard-past-bg-color;
|
|
79
80
|
position: absolute;
|
|
80
81
|
top: 0;
|
|
81
|
-
right:
|
|
82
|
+
right: round(-calc($wizard-height / 3));
|
|
83
|
+
|
|
84
|
+
// right: ceil(
|
|
85
|
+
// -calc($wizard-height / 3)
|
|
86
|
+
// ); // ceil is used to avoid showing fractions of pixel
|
|
87
|
+
|
|
82
88
|
z-index: 10;
|
|
83
89
|
}
|
|
84
90
|
|
|
85
|
-
|
|
86
|
-
content:
|
|
91
|
+
&::before {
|
|
92
|
+
content: ' ';
|
|
87
93
|
width: 0;
|
|
88
94
|
height: 0;
|
|
89
95
|
border-style: solid;
|
|
90
|
-
border-width: calc($wizard-height/1.5) 0 calc($wizard-height/1.5) calc($wizard-height/2.5);
|
|
96
|
+
border-width: calc($wizard-height / 1.5) 0 calc($wizard-height / 1.5) calc($wizard-height / 2.5);
|
|
91
97
|
border-color: transparent transparent transparent $color-background-base;
|
|
92
98
|
position: absolute;
|
|
93
|
-
top: -
|
|
94
|
-
right:
|
|
99
|
+
top: -calc(((calc($wizard-height / 1.5) * 2) - (calc($wizard-height / 2) * 2)) / 2);
|
|
100
|
+
right: -calc($wizard-height / 2.5);
|
|
101
|
+
|
|
102
|
+
// right: ceil(
|
|
103
|
+
// -calc($wizard-height / 2.5)
|
|
104
|
+
// ); // ceil is used to avoid showing fractions of pixel
|
|
105
|
+
|
|
95
106
|
z-index: 5;
|
|
96
107
|
}
|
|
97
108
|
|
|
98
109
|
&.is-active {
|
|
99
|
-
|
|
110
|
+
&::after {
|
|
100
111
|
border-color: transparent transparent transparent $wizard-present-bg-color;
|
|
101
112
|
}
|
|
102
113
|
}
|
|
103
114
|
|
|
104
|
-
&.is-active
|
|
105
|
-
|
|
115
|
+
&.is-active~* {
|
|
116
|
+
&::after {
|
|
106
117
|
border-color: transparent transparent transparent $wizard-future-bg-color;
|
|
107
118
|
}
|
|
108
119
|
}
|
|
@@ -119,7 +130,7 @@
|
|
|
119
130
|
font-weight: $font-weight-bold;
|
|
120
131
|
font-size: $wizard-number-size;
|
|
121
132
|
vertical-align: top;
|
|
122
|
-
border-radius: calc(($wizard-height - ($wizard-number-circle-margin * 2))/2);
|
|
133
|
+
border-radius: calc(($wizard-height - ($wizard-number-circle-margin * 2)) / 2);
|
|
123
134
|
background-color: $wizard-past-number-bg-color;
|
|
124
135
|
}
|
|
125
136
|
|
|
@@ -132,19 +143,15 @@
|
|
|
132
143
|
}
|
|
133
144
|
}
|
|
134
145
|
|
|
135
|
-
|
|
136
146
|
/* ------------------------------------ *\
|
|
137
147
|
#MEDIA-QUERIES
|
|
138
148
|
\* ------------------------------------ */
|
|
139
|
-
@media all and (max-width: $breakpoint-laptop) {
|
|
140
|
-
}
|
|
149
|
+
@media all and (max-width: $breakpoint-laptop) {}
|
|
141
150
|
|
|
142
|
-
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
143
|
-
}
|
|
151
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {}
|
|
144
152
|
|
|
145
|
-
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
146
|
-
}
|
|
153
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {}
|
|
147
154
|
|
|
148
155
|
/* Retina */
|
|
149
|
-
@media (
|
|
150
|
-
}
|
|
156
|
+
@media (resolution >=2),
|
|
157
|
+
(resolution >=192dpi) {}
|
|
@@ -19,9 +19,9 @@ $color-gray-05: #262216;
|
|
|
19
19
|
$color-main: #2e5bff;
|
|
20
20
|
$color-second: #8c54ff;
|
|
21
21
|
$color-third: #f5a623;
|
|
22
|
-
$color-text-hover: rgb(26
|
|
22
|
+
$color-text-hover: rgb(26 64 204); /* Used for text link in hover state */
|
|
23
23
|
|
|
24
24
|
// Status colors
|
|
25
25
|
$color-error: #d12c47;
|
|
26
26
|
$color-warning: #f5a623;
|
|
27
|
-
$color-success: #3f7600;
|
|
27
|
+
$color-success: #3f7600;
|
|
@@ -9,56 +9,53 @@
|
|
|
9
9
|
// ------------------------------------ //
|
|
10
10
|
@mixin overlay {
|
|
11
11
|
position: absolute;
|
|
12
|
-
content:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
left: 0;
|
|
16
|
-
right: 0;
|
|
17
|
-
background-color: rgba(#000000, .4) !important;
|
|
12
|
+
content: ' ';
|
|
13
|
+
inset: 0;
|
|
14
|
+
background-color: rgba(#000000, 0.4) !important;
|
|
18
15
|
transition: all $transition-durations;
|
|
19
16
|
}
|
|
20
17
|
|
|
21
18
|
@mixin overlay-bottom-gradient {
|
|
22
19
|
position: absolute;
|
|
23
|
-
content:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
content: ' ';
|
|
21
|
+
inset: 0;
|
|
22
|
+
background: linear-gradient(
|
|
23
|
+
top,
|
|
24
|
+
rgb(0 0 0 / 0%) 0%,
|
|
25
|
+
rgb(0 0 0 / 0%) 50%,
|
|
26
|
+
rgb(0 0 0 / 100%) 100%
|
|
27
|
+
); /* FF3.6-15 */
|
|
28
28
|
|
|
29
|
-
background:
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
background: linear-gradient(
|
|
30
|
+
top,
|
|
31
|
+
rgb(0 0 0 / 0%) 0%,
|
|
32
|
+
rgb(0 0 0 / 0%) 50%,
|
|
33
|
+
rgb(0 0 0 / 100%) 100%
|
|
34
|
+
); /* Chrome10-25,Safari5.1-6 */
|
|
35
|
+
|
|
36
|
+
background: linear-gradient(
|
|
37
|
+
to bottom,
|
|
38
|
+
rgb(0 0 0 / 0%) 0%,
|
|
39
|
+
rgb(0 0 0 / 0%) 50%,
|
|
40
|
+
rgb(0 0 0 / 100%) 100%
|
|
41
|
+
); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
32
42
|
|
|
33
43
|
transition: all $transition-durations;
|
|
34
44
|
}
|
|
35
45
|
|
|
36
46
|
@mixin consistent {
|
|
37
|
-
|
|
47
|
+
&::after {
|
|
38
48
|
content: ' ';
|
|
39
49
|
clear: both;
|
|
40
50
|
display: block;
|
|
41
51
|
}
|
|
42
52
|
}
|
|
43
53
|
|
|
44
|
-
|
|
45
54
|
// ------------------------------------ //
|
|
46
55
|
// #INPUT PLACEHOLDER STYLE
|
|
47
56
|
// ------------------------------------ //
|
|
48
57
|
@mixin placeholder {
|
|
49
|
-
|
|
50
|
-
@content;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&:-moz-placeholder {
|
|
54
|
-
@content;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&::-moz-placeholder {
|
|
58
|
-
@content;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:-ms-input-placeholder {
|
|
58
|
+
&::placeholder {
|
|
62
59
|
@content;
|
|
63
60
|
}
|
|
64
61
|
}
|
|
@@ -75,7 +72,7 @@
|
|
|
75
72
|
// #FIRST LETTER CAPITAL
|
|
76
73
|
// ------------------------------------ //
|
|
77
74
|
@mixin first-letter-capital() {
|
|
78
|
-
|
|
75
|
+
&::first-letter {
|
|
79
76
|
text-transform: uppercase;
|
|
80
77
|
}
|
|
81
|
-
}
|
|
78
|
+
}
|
|
@@ -23,14 +23,13 @@ $grid-gutter-v: $space * 2;
|
|
|
23
23
|
// ------------------------------------ //
|
|
24
24
|
// #FONTS
|
|
25
25
|
// ------------------------------------ //
|
|
26
|
-
@import
|
|
26
|
+
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i';
|
|
27
27
|
|
|
28
28
|
// ------------------------------------ //
|
|
29
29
|
// TYPOGRAPHY
|
|
30
30
|
// ------------------------------------ //
|
|
31
|
-
$font-family-main:
|
|
32
|
-
$font-family-headings:
|
|
33
|
-
|
|
31
|
+
$font-family-main: 'Lato', sans-serif;
|
|
32
|
+
$font-family-headings: 'Lato', sans-serif;
|
|
34
33
|
$font-size-xxxl: 38px; // 2.875rem; // 46px
|
|
35
34
|
$font-size-xxl: 30px; // 1.85rem; // 40px
|
|
36
35
|
$font-size-xl: 26px; // 1.425rem; // 26px
|
|
@@ -98,11 +97,9 @@ $button-large-height: 50px;
|
|
|
98
97
|
$color-button-text: $color-text-light;
|
|
99
98
|
$color-button-text-hover: $color-text-link;
|
|
100
99
|
$color-button-text-disabled: rgba($color-text, 0.4);
|
|
101
|
-
|
|
102
100
|
$color-button-bg: $color-gray-02;
|
|
103
101
|
$color-button-bg-hover: $color-gray-01;
|
|
104
102
|
$color-button-bg-disabled: $color-gray-01;
|
|
105
|
-
|
|
106
103
|
$color-button-border: $color-border-normal;
|
|
107
104
|
$color-button-border-hover: $color-border-normal;
|
|
108
105
|
|
|
@@ -110,12 +107,10 @@ $color-button-border-hover: $color-border-normal;
|
|
|
110
107
|
$color-button-cta-text: $color-text-inverse;
|
|
111
108
|
$color-button-cta-text-hover: $color-text-inverse;
|
|
112
109
|
$color-button-cta-text-disabled: rgba($color-text-inverse, 0.4);
|
|
113
|
-
|
|
114
110
|
$color-button-cta-bg: $color-main;
|
|
115
111
|
$color-button-cta-bg-hover: $color-text-hover;
|
|
116
112
|
$color-button-cta-bg-active: $color-text-hover;
|
|
117
113
|
$color-button-cta-bg-disabled: rgba($color-main, 0.4);
|
|
118
|
-
|
|
119
114
|
$color-button-cta-border: $color-main; // Change this if you want a darker button border.
|
|
120
115
|
|
|
121
116
|
// Light button (no background or border, only text)
|
|
@@ -165,15 +160,18 @@ $loader-color-back: rgba($color-main, 0.3);
|
|
|
165
160
|
// ------------------------------------ //
|
|
166
161
|
$table-border-color: $color-border-normal;
|
|
167
162
|
$table-border-size: 2px;
|
|
163
|
+
|
|
168
164
|
/* Header */
|
|
169
165
|
$table-header-font-size: $font-size-m;
|
|
170
166
|
$table-header-text-color: $color-text;
|
|
171
167
|
$table-header-bg: $color-background-medium;
|
|
168
|
+
|
|
172
169
|
/* Contents */
|
|
173
170
|
$table-font-size: $font-size-s;
|
|
174
171
|
$table-text-color: $color-text;
|
|
175
172
|
$table-bg-odd: $color-background-base;
|
|
176
173
|
$table-bg-even: $color-background-medium;
|
|
174
|
+
|
|
177
175
|
/* Footer */
|
|
178
176
|
$table-footer-font-size: $font-size-s;
|
|
179
177
|
$table-footer-text-color: $color-text-light;
|
|
@@ -185,8 +183,8 @@ $table-footer-bg: $color-background-medium;
|
|
|
185
183
|
$breadcrumbs-background: $color-background-light;
|
|
186
184
|
$breadcrumbs-arrow-color: $color-text-light;
|
|
187
185
|
$breadcrumbs-current-color: $color-text;
|
|
188
|
-
$breadcrumbs-arrow:
|
|
189
|
-
$breadcrumbs-arrow-mobile:
|
|
186
|
+
$breadcrumbs-arrow: '\e90a';
|
|
187
|
+
$breadcrumbs-arrow-mobile: '\e908';
|
|
190
188
|
|
|
191
189
|
// ------------------------------------ //
|
|
192
190
|
// #PAGINATION
|
|
@@ -289,7 +287,7 @@ $signup-error-color: $color-error;
|
|
|
289
287
|
$advanced-autocomplete-results-max-height: 300px;
|
|
290
288
|
$advanced-autocomplete-group-title-width: 180px;
|
|
291
289
|
$advanced-autocomplete-empty-height: 180px;
|
|
292
|
-
$advanced-autocomplete-action-bar-shadow: 0 -5px 15px -5px
|
|
290
|
+
$advanced-autocomplete-action-bar-shadow: 0 -5px 15px -5px rgb(0 0 0 / 30%);
|
|
293
291
|
|
|
294
292
|
// ------------------------------------ //
|
|
295
293
|
// #FACET-HEADER
|
|
@@ -7,11 +7,21 @@
|
|
|
7
7
|
/* ------------------------------------ *\
|
|
8
8
|
#GENERAL
|
|
9
9
|
\* ------------------------------------ */
|
|
10
|
-
select,
|
|
11
|
-
|
|
12
|
-
input[type=
|
|
13
|
-
input[type=
|
|
14
|
-
input[type=
|
|
10
|
+
select,
|
|
11
|
+
textarea,
|
|
12
|
+
input[type='date'],
|
|
13
|
+
input[type='datetime'],
|
|
14
|
+
input[type='datetime-local'],
|
|
15
|
+
input[type='email'],
|
|
16
|
+
input[type='month'],
|
|
17
|
+
input[type='number'],
|
|
18
|
+
input[type='password'],
|
|
19
|
+
input[type='search'],
|
|
20
|
+
input[type='tel'],
|
|
21
|
+
input[type='text'],
|
|
22
|
+
input[type='time'],
|
|
23
|
+
input[type='url'],
|
|
24
|
+
input[type='week'] {
|
|
15
25
|
box-sizing: border-box;
|
|
16
26
|
padding: 0 $space;
|
|
17
27
|
border-width: $form-border-size;
|
|
@@ -23,56 +33,50 @@ input[type="time"], input[type="url"], input[type="week"] {
|
|
|
23
33
|
font-size: $font-size-s;
|
|
24
34
|
font-weight: $font-weight-normal;
|
|
25
35
|
outline: none;
|
|
36
|
+
height: $form-input-height;
|
|
37
|
+
line-height: $form-input-height;
|
|
38
|
+
|
|
26
39
|
// box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.05);
|
|
27
40
|
// transition-property: border;
|
|
28
41
|
// transition-duration: $transition-durations;
|
|
29
|
-
|
|
30
42
|
&:hover {
|
|
31
43
|
}
|
|
32
|
-
|
|
33
44
|
&:focus,
|
|
34
45
|
&:active {
|
|
35
46
|
// border-color: $color-brand;
|
|
36
47
|
// box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.05), 0 0 2px fade($color-brand, 20%);
|
|
37
48
|
}
|
|
38
|
-
|
|
39
49
|
&.small {
|
|
40
50
|
// height: $form-input-small-height;
|
|
41
51
|
// padding: 0 8px;
|
|
42
52
|
// font-size: $font-size-s;
|
|
43
53
|
// line-height: $form-input-small-height;
|
|
44
54
|
}
|
|
45
|
-
|
|
46
|
-
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
|
47
|
-
color: $color-text-light !important;
|
|
48
|
-
font-weight: $font-weight-normal!important;
|
|
49
|
-
}
|
|
50
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
51
|
-
color: $color-text-light !important;
|
|
52
|
-
font-weight: $font-weight-normal !important;
|
|
53
|
-
}
|
|
54
|
-
&:-ms-input-placeholder { /* IE 10+ */
|
|
55
|
-
color: $color-text-light !important;
|
|
56
|
-
font-weight: $font-weight-normal !important;
|
|
57
|
-
}
|
|
58
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
55
|
+
&::placeholder {
|
|
59
56
|
color: $color-text-light !important;
|
|
60
57
|
font-weight: $font-weight-normal !important;
|
|
61
58
|
}
|
|
62
|
-
}
|
|
63
59
|
|
|
64
|
-
/*
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
60
|
+
/* ------------------------------------ *\
|
|
61
|
+
#DISABLED
|
|
62
|
+
\* ------------------------------------ */
|
|
63
|
+
&:disabled,
|
|
64
|
+
&.is-disabled {
|
|
65
|
+
border-color: $color-border-light;
|
|
66
|
+
background-color: $color-background-medium;
|
|
67
|
+
color: $color-text-light;
|
|
68
|
+
|
|
69
|
+
/* Placeholder text for disableds */
|
|
70
|
+
&::placeholder {
|
|
71
|
+
color: rgba($color-text-light, 0.5);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
/* Select */
|
|
75
|
-
|
|
77
|
+
/* stylelint-disable-next-line */
|
|
78
|
+
select,
|
|
79
|
+
#new_post select {
|
|
76
80
|
height: $form-input-height;
|
|
77
81
|
}
|
|
78
82
|
|
|
@@ -86,37 +90,8 @@ label {
|
|
|
86
90
|
}
|
|
87
91
|
|
|
88
92
|
/* Textarea */
|
|
89
|
-
textarea,
|
|
93
|
+
textarea,
|
|
94
|
+
.form-control textarea {
|
|
90
95
|
line-height: 1.2;
|
|
91
96
|
padding: $space;
|
|
92
97
|
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
/* ------------------------------------ *\
|
|
96
|
-
#DISABLED
|
|
97
|
-
\* ------------------------------------ */
|
|
98
|
-
select, textarea, input[type="date"], input[type="datetime"],
|
|
99
|
-
input[type="datetime-local"], input[type="email"],
|
|
100
|
-
input[type="month"], input[type="number"], input[type="password"],
|
|
101
|
-
input[type="search"], input[type="tel"], input[type="text"],
|
|
102
|
-
input[type="time"], input[type="url"], input[type="week"] {
|
|
103
|
-
&:disabled, &.is-disabled {
|
|
104
|
-
border-color: $color-border-light;
|
|
105
|
-
background-color: $color-background-medium;
|
|
106
|
-
color: $color-text-light;
|
|
107
|
-
|
|
108
|
-
/* Placeholder text for disableds */
|
|
109
|
-
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
|
110
|
-
color: rgba($color-text-light, .5);
|
|
111
|
-
}
|
|
112
|
-
&::-moz-placeholder { /* Firefox 19+ */
|
|
113
|
-
color: rgba($color-text-light, .5);
|
|
114
|
-
}
|
|
115
|
-
&:-ms-input-placeholder { /* IE 10+ */
|
|
116
|
-
color: rgba($color-text-light, .5);
|
|
117
|
-
}
|
|
118
|
-
&:-moz-placeholder { /* Firefox 18- */
|
|
119
|
-
color: rgba($color-text-light, .5);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
/* ------------------------------------ *\
|
|
10
10
|
#TAGS
|
|
11
11
|
\* ------------------------------------ */
|
|
12
|
-
html,
|
|
12
|
+
html,
|
|
13
|
+
body {
|
|
13
14
|
height: 100%;
|
|
14
15
|
margin: 0;
|
|
15
16
|
padding: 0;
|
|
16
17
|
font-size: 16px;
|
|
17
18
|
}
|
|
18
|
-
|
|
19
19
|
body {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
background-color: $color-background-base;
|
|
@@ -23,12 +23,10 @@ body {
|
|
|
23
23
|
font-family: $font-family-main;
|
|
24
24
|
-webkit-font-smoothing: antialiased;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
26
|
:focus {
|
|
28
27
|
outline: 0;
|
|
29
28
|
}
|
|
30
29
|
|
|
31
|
-
|
|
32
30
|
/* ------------------------------------ *\
|
|
33
31
|
#MEDIA-QUERIES
|
|
34
32
|
\* ------------------------------------ */
|
|
@@ -42,5 +40,5 @@ body {
|
|
|
42
40
|
}
|
|
43
41
|
|
|
44
42
|
/* Retina */
|
|
45
|
-
@media (
|
|
43
|
+
@media (resolution >= 2), (resolution >=192dpi) {
|
|
46
44
|
}
|