@net7/components 3.0.2-rc.2
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 +24 -0
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
- package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +100 -0
- package/esm2020/lib/components/alert/alert.mjs +24 -0
- package/esm2020/lib/components/alert/alert.mock.mjs +11 -0
- package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.mock.mjs +25 -0
- package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +315 -0
- package/esm2020/lib/components/bubble-chart/bubble-chart.mock.mjs +4025 -0
- package/esm2020/lib/components/carousel/carousel.mjs +89 -0
- package/esm2020/lib/components/carousel/carousel.mock.mjs +135 -0
- package/esm2020/lib/components/chart/chart.mjs +37 -0
- package/esm2020/lib/components/chart/chart.mock.mjs +112 -0
- package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +17 -0
- package/esm2020/lib/components/content-placeholder/content-placeholder.mock.mjs +13 -0
- package/esm2020/lib/components/data-widget/data-widget.mjs +29 -0
- package/esm2020/lib/components/data-widget/data-widget.mock.mjs +13 -0
- package/esm2020/lib/components/datepicker/datepicker.mjs +44 -0
- package/esm2020/lib/components/datepicker/datepicker.mock.mjs +8 -0
- package/esm2020/lib/components/facet/facet.mjs +24 -0
- package/esm2020/lib/components/facet/facet.mock.mjs +103 -0
- package/esm2020/lib/components/facet-header/facet-header.mjs +24 -0
- package/esm2020/lib/components/facet-header/facet-header.mock.mjs +9 -0
- package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +53 -0
- package/esm2020/lib/components/facet-year-range/facet-year-range.mock.mjs +30 -0
- package/esm2020/lib/components/footer/footer.mjs +25 -0
- package/esm2020/lib/components/footer/footer.mock.mjs +48 -0
- package/esm2020/lib/components/header/header.mjs +51 -0
- package/esm2020/lib/components/header/header.mock.mjs +83 -0
- package/esm2020/lib/components/hero/hero.mjs +41 -0
- package/esm2020/lib/components/hero/hero.mock.mjs +25 -0
- package/esm2020/lib/components/histogram-range/histogram-range.mjs +376 -0
- package/esm2020/lib/components/histogram-range/histogram-range.mock.mjs +243 -0
- package/esm2020/lib/components/image-viewer/image-viewer.mjs +55 -0
- package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +25 -0
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
- package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
- package/esm2020/lib/components/inner-title/inner-title.mjs +40 -0
- package/esm2020/lib/components/inner-title/inner-title.mock.mjs +52 -0
- package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +24 -0
- package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +25 -0
- package/esm2020/lib/components/input-link/input-link.mjs +24 -0
- package/esm2020/lib/components/input-link/input-link.mock.mjs +38 -0
- package/esm2020/lib/components/input-select/input-select.mjs +24 -0
- package/esm2020/lib/components/input-select/input-select.mock.mjs +12 -0
- package/esm2020/lib/components/input-text/input-text.mjs +24 -0
- package/esm2020/lib/components/input-text/input-text.mock.mjs +13 -0
- package/esm2020/lib/components/item-preview/item-preview.mjs +25 -0
- package/esm2020/lib/components/item-preview/item-preview.mock.mjs +43 -0
- package/esm2020/lib/components/loader/loader.mjs +16 -0
- package/esm2020/lib/components/loader/loader.mock.mjs +4 -0
- package/esm2020/lib/components/map/map.mjs +64 -0
- package/esm2020/lib/components/map/map.mock.mjs +25 -0
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
- package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +74 -0
- package/esm2020/lib/components/nav/nav.mjs +22 -0
- package/esm2020/lib/components/nav/nav.mock.mjs +29 -0
- package/esm2020/lib/components/pagination/pagination.mjs +31 -0
- package/esm2020/lib/components/pagination/pagination.mock.mjs +23 -0
- package/esm2020/lib/components/progress-line/progress-line.mjs +19 -0
- package/esm2020/lib/components/progress-line/progress-line.mock.mjs +5 -0
- package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +24 -0
- package/esm2020/lib/components/sidebar-header/sidebar-header.mock.mjs +9 -0
- package/esm2020/lib/components/signup/signup.mjs +44 -0
- package/esm2020/lib/components/signup/signup.mock.mjs +106 -0
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
- package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +15 -0
- package/esm2020/lib/components/table/table.mjs +35 -0
- package/esm2020/lib/components/table/table.mock.mjs +152 -0
- package/esm2020/lib/components/tag/tag.mjs +24 -0
- package/esm2020/lib/components/tag/tag.mock.mjs +8 -0
- package/esm2020/lib/components/text-viewer/text-viewer.mjs +37 -0
- package/esm2020/lib/components/text-viewer/text-viewer.mock.mjs +39 -0
- package/esm2020/lib/components/timeline/timeline.mjs +51 -0
- package/esm2020/lib/components/timeline/timeline.mock.mjs +137 -0
- package/esm2020/lib/components/toast/toast.mjs +24 -0
- package/esm2020/lib/components/toast/toast.mock.mjs +47 -0
- package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +25 -0
- package/esm2020/lib/components/tooltip-content/tooltip-content.mock.mjs +19 -0
- package/esm2020/lib/components/tree/tree.mjs +25 -0
- package/esm2020/lib/components/tree/tree.mock.mjs +274 -0
- package/esm2020/lib/components/wizard/wizard.mjs +24 -0
- package/esm2020/lib/components/wizard/wizard.mock.mjs +29 -0
- package/esm2020/lib/dv-components-lib.module.mjs +191 -0
- package/esm2020/lib/shared-interfaces.mjs +2 -0
- package/esm2020/net7-components.mjs +5 -0
- package/esm2020/public-api.mjs +93 -0
- package/fesm2015/net7-components.mjs +8154 -0
- package/fesm2015/net7-components.mjs.map +1 -0
- package/fesm2020/net7-components.mjs +8168 -0
- package/fesm2020/net7-components.mjs.map +1 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +57 -0
- package/lib/components/advanced-autocomplete/advanced-autocomplete.mock.d.ts +2 -0
- package/lib/components/alert/alert.d.ts +46 -0
- package/lib/components/alert/alert.mock.d.ts +2 -0
- package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +16 -0
- package/lib/components/breadcrumbs/breadcrumbs.d.ts +50 -0
- package/lib/components/breadcrumbs/breadcrumbs.mock.d.ts +2 -0
- package/lib/components/bubble-chart/bubble-chart.d.ts +108 -0
- package/lib/components/bubble-chart/bubble-chart.mock.d.ts +2 -0
- package/lib/components/carousel/carousel.d.ts +166 -0
- package/lib/components/carousel/carousel.mock.d.ts +2 -0
- package/lib/components/chart/chart.d.ts +46 -0
- package/lib/components/chart/chart.mock.d.ts +2 -0
- package/lib/components/content-placeholder/content-placeholder.d.ts +28 -0
- package/lib/components/content-placeholder/content-placeholder.mock.d.ts +2 -0
- package/lib/components/data-widget/data-widget.d.ts +50 -0
- package/lib/components/data-widget/data-widget.mock.d.ts +2 -0
- package/lib/components/datepicker/datepicker.d.ts +43 -0
- package/lib/components/datepicker/datepicker.mock.d.ts +2 -0
- package/lib/components/facet/facet.d.ts +129 -0
- package/lib/components/facet/facet.mock.d.ts +2 -0
- package/lib/components/facet-header/facet-header.d.ts +44 -0
- package/lib/components/facet-header/facet-header.mock.d.ts +2 -0
- package/lib/components/facet-year-range/facet-year-range.d.ts +83 -0
- package/lib/components/facet-year-range/facet-year-range.mock.d.ts +2 -0
- package/lib/components/footer/footer.d.ts +118 -0
- package/lib/components/footer/footer.mock.d.ts +2 -0
- package/lib/components/header/header.d.ts +281 -0
- package/lib/components/header/header.mock.d.ts +2 -0
- package/lib/components/hero/hero.d.ts +75 -0
- package/lib/components/hero/hero.mock.d.ts +2 -0
- package/lib/components/histogram-range/histogram-range.d.ts +113 -0
- package/lib/components/histogram-range/histogram-range.mock.d.ts +2 -0
- package/lib/components/image-viewer/image-viewer.d.ts +61 -0
- package/lib/components/image-viewer/image-viewer.mock.d.ts +2 -0
- package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +116 -0
- package/lib/components/image-viewer-tools/image-viewer-tools.mock.d.ts +2 -0
- package/lib/components/inner-title/inner-title.d.ts +61 -0
- package/lib/components/inner-title/inner-title.mock.d.ts +2 -0
- package/lib/components/input-checkbox/input-checkbox.d.ts +67 -0
- package/lib/components/input-checkbox/input-checkbox.mock.d.ts +2 -0
- package/lib/components/input-link/input-link.d.ts +54 -0
- package/lib/components/input-link/input-link.mock.d.ts +2 -0
- package/lib/components/input-select/input-select.d.ts +67 -0
- package/lib/components/input-select/input-select.mock.d.ts +2 -0
- package/lib/components/input-text/input-text.d.ts +81 -0
- package/lib/components/input-text/input-text.mock.d.ts +2 -0
- package/lib/components/item-preview/item-preview.d.ts +93 -0
- package/lib/components/item-preview/item-preview.mock.d.ts +2 -0
- package/lib/components/loader/loader.d.ts +22 -0
- package/lib/components/loader/loader.mock.d.ts +2 -0
- package/lib/components/map/map.d.ts +69 -0
- package/lib/components/map/map.mock.d.ts +2 -0
- package/lib/components/metadata-viewer/metadata-viewer.d.ts +65 -0
- package/lib/components/metadata-viewer/metadata-viewer.mock.d.ts +8 -0
- package/lib/components/nav/nav.d.ts +66 -0
- package/lib/components/nav/nav.mock.d.ts +2 -0
- package/lib/components/pagination/pagination.d.ts +94 -0
- package/lib/components/pagination/pagination.mock.d.ts +2 -0
- package/lib/components/progress-line/progress-line.d.ts +23 -0
- package/lib/components/progress-line/progress-line.mock.d.ts +2 -0
- package/lib/components/sidebar-header/sidebar-header.d.ts +44 -0
- package/lib/components/sidebar-header/sidebar-header.mock.d.ts +2 -0
- package/lib/components/signup/signup.d.ts +109 -0
- package/lib/components/signup/signup.mock.d.ts +2 -0
- package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +40 -0
- package/lib/components/simple-autocomplete/simple-autocomplete.mock.d.ts +2 -0
- package/lib/components/table/table.d.ts +89 -0
- package/lib/components/table/table.mock.d.ts +2 -0
- package/lib/components/tag/tag.d.ts +45 -0
- package/lib/components/tag/tag.mock.d.ts +2 -0
- package/lib/components/text-viewer/text-viewer.d.ts +34 -0
- package/lib/components/text-viewer/text-viewer.mock.d.ts +2 -0
- package/lib/components/timeline/timeline.d.ts +30 -0
- package/lib/components/timeline/timeline.mock.d.ts +2 -0
- package/lib/components/toast/toast.d.ts +84 -0
- package/lib/components/toast/toast.mock.d.ts +2 -0
- package/lib/components/tooltip-content/tooltip-content.d.ts +24 -0
- package/lib/components/tooltip-content/tooltip-content.mock.d.ts +2 -0
- package/lib/components/tree/tree.d.ts +79 -0
- package/lib/components/tree/tree.mock.d.ts +2 -0
- package/lib/components/wizard/wizard.d.ts +57 -0
- package/lib/components/wizard/wizard.mock.d.ts +2 -0
- package/lib/dv-components-lib.module.d.ts +50 -0
- package/lib/shared-interfaces.d.ts +60 -0
- package/net7-components.d.ts +5 -0
- package/package.json +44 -0
- package/public-api.d.ts +85 -0
- package/src/lib/styles/_imports.scss +77 -0
- package/src/lib/styles/atoms/_button.scss +205 -0
- package/src/lib/styles/components/_advanced-autocomplete.scss +190 -0
- package/src/lib/styles/components/_alert.scss +115 -0
- package/src/lib/styles/components/_anchor-wrapper.scss +29 -0
- package/src/lib/styles/components/_breadcrumbs.scss +99 -0
- package/src/lib/styles/components/_bubble-chart.scss +33 -0
- package/src/lib/styles/components/_carousel.scss +184 -0
- package/src/lib/styles/components/_chart.scss +28 -0
- package/src/lib/styles/components/_content-placeholder.scss +74 -0
- package/src/lib/styles/components/_data-widget.scss +93 -0
- package/src/lib/styles/components/_datepicker.scss +29 -0
- package/src/lib/styles/components/_facet-header.scss +58 -0
- package/src/lib/styles/components/_facet-year-range.scss +63 -0
- package/src/lib/styles/components/_facet.scss +164 -0
- package/src/lib/styles/components/_footer.scss +116 -0
- package/src/lib/styles/components/_header.scss +474 -0
- package/src/lib/styles/components/_hero.scss +207 -0
- package/src/lib/styles/components/_histogram-range.scss +36 -0
- package/src/lib/styles/components/_image-viewer-tools.scss +225 -0
- package/src/lib/styles/components/_image-viewer.scss +173 -0
- package/src/lib/styles/components/_inner-title.scss +161 -0
- package/src/lib/styles/components/_input-checkbox.scss +50 -0
- package/src/lib/styles/components/_input-link.scss +78 -0
- package/src/lib/styles/components/_input-select.scss +25 -0
- package/src/lib/styles/components/_input-text.scss +53 -0
- package/src/lib/styles/components/_item-preview.scss +218 -0
- package/src/lib/styles/components/_loader.scss +54 -0
- package/src/lib/styles/components/_map.scss +31 -0
- package/src/lib/styles/components/_metadata-viewer.scss +52 -0
- package/src/lib/styles/components/_nav.scss +57 -0
- package/src/lib/styles/components/_pagination.scss +170 -0
- package/src/lib/styles/components/_progress-line.scss +53 -0
- package/src/lib/styles/components/_sidebar-header.scss +69 -0
- package/src/lib/styles/components/_signup.scss +157 -0
- package/src/lib/styles/components/_simple-autocomplete.scss +60 -0
- package/src/lib/styles/components/_table.scss +129 -0
- package/src/lib/styles/components/_tag.scss +51 -0
- package/src/lib/styles/components/_text-viewer.scss +446 -0
- package/src/lib/styles/components/_timeline.scss +29 -0
- package/src/lib/styles/components/_toast.scss +99 -0
- package/src/lib/styles/components/_tooltip-content.scss +29 -0
- package/src/lib/styles/components/_tree.scss +208 -0
- package/src/lib/styles/components/_wizard.scss +150 -0
- package/src/lib/styles/generic/_color_scheme.scss +27 -0
- package/src/lib/styles/generic/_mixins.scss +81 -0
- package/src/lib/styles/generic/_variables.scss +385 -0
- package/src/lib/styles/global/_forms.scss +122 -0
- package/src/lib/styles/global/_global.scss +46 -0
- package/src/lib/styles/global/_normalize.scss +433 -0
- package/src/lib/styles/global/_typography.scss +88 -0
- package/src/lib/styles/utilities/_grids.scss +361 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
//
|
|
2
|
+
// VARIABLES
|
|
3
|
+
//
|
|
4
|
+
// Definition of all variables used by the components library
|
|
5
|
+
//
|
|
6
|
+
|
|
7
|
+
// ------------------------------------ //
|
|
8
|
+
// #SPACING-UNIT
|
|
9
|
+
// ------------------------------------ //
|
|
10
|
+
$space: 8px;
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
// ------------------------------------ //
|
|
14
|
+
// #LAYOUT
|
|
15
|
+
// ------------------------------------ //
|
|
16
|
+
$page-max-width: 1350px;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
// ------------------------------------ //
|
|
20
|
+
// #GRIDS
|
|
21
|
+
// ------------------------------------ //
|
|
22
|
+
$grid-gutter-h: $space*3;
|
|
23
|
+
$grid-gutter-v: $space*2;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// ------------------------------------ //
|
|
27
|
+
// #FONTS
|
|
28
|
+
// ------------------------------------ //
|
|
29
|
+
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// ------------------------------------ //
|
|
33
|
+
// TYPOGRAPHY
|
|
34
|
+
// ------------------------------------ //
|
|
35
|
+
$font-family-main: 'Lato', sans-serif;
|
|
36
|
+
$font-family-headings: 'Lato', sans-serif;
|
|
37
|
+
|
|
38
|
+
$font-size-xxxl: 38px; // 2.875rem; // 46px
|
|
39
|
+
$font-size-xxl: 30px; // 1.85rem; // 40px
|
|
40
|
+
$font-size-xl: 26px; // 1.425rem; // 26px
|
|
41
|
+
$font-size-l: 20px; // 1.25rem; // 20px
|
|
42
|
+
$font-size-m: 16px; // 1rem; // 16px
|
|
43
|
+
$font-size-s: 14px; // 0.875rem; // 14px
|
|
44
|
+
$font-size-xs: 12px; // 0.75rem; // 12px
|
|
45
|
+
|
|
46
|
+
// Font weight
|
|
47
|
+
$font-weight-normal: 400;
|
|
48
|
+
$font-weight-bold: 700;
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// ------------------------------------ //
|
|
52
|
+
// COLORS
|
|
53
|
+
// ------------------------------------ //
|
|
54
|
+
// Text Colors
|
|
55
|
+
$color-text: $color-gray-05;
|
|
56
|
+
$color-text-inverse: $color-gray-00;
|
|
57
|
+
$color-text-light: $color-gray-04;
|
|
58
|
+
$color-text-link: $color-main;
|
|
59
|
+
$color-text-link-hover: $color-text-hover;
|
|
60
|
+
$color-text-link-visited: $color-text-hover;
|
|
61
|
+
$color-text-form-placeholder: $color-gray-04;
|
|
62
|
+
|
|
63
|
+
// Borders
|
|
64
|
+
$color-border-light: $color-gray-02;
|
|
65
|
+
$color-border-normal: $color-gray-03;
|
|
66
|
+
|
|
67
|
+
// Backgrounds
|
|
68
|
+
$color-background-base: $color-gray-00;
|
|
69
|
+
$color-background-light: $color-gray-01;
|
|
70
|
+
$color-background-medium: $color-gray-02;
|
|
71
|
+
$color-background-dark: $color-gray-03;
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
// ------------------------------------ //
|
|
75
|
+
// #MEDIA-QUERIES-BREAKPOINT
|
|
76
|
+
// ------------------------------------ //
|
|
77
|
+
$breakpoint-desktop-wide: 1180px;
|
|
78
|
+
$breakpoint-laptop: 960px;
|
|
79
|
+
$breakpoint-ipad-portrait: 768px;
|
|
80
|
+
$breakpoint-mobile: 650px;
|
|
81
|
+
$breakpoint-smartphone-landscape: 480px;
|
|
82
|
+
$breakpoint-smartphone-portrait: 400px;
|
|
83
|
+
|
|
84
|
+
/* Inner title brealpoints */
|
|
85
|
+
$breakpoint-inner-title-medium: $breakpoint-desktop-wide - 1;
|
|
86
|
+
$breakpoint-inner-title-small: $breakpoint-ipad-portrait - 1;
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
// ------------------------------------ //
|
|
90
|
+
// #BORDER-RADIUS
|
|
91
|
+
// ------------------------------------ //
|
|
92
|
+
$border-radius: 3px;
|
|
93
|
+
$border-radius-hard: 8px;
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
// ------------------------------------ //
|
|
97
|
+
// #BUTTONS
|
|
98
|
+
// ------------------------------------ //
|
|
99
|
+
$button-border-width: 1px;
|
|
100
|
+
$button-border-radius: $border-radius;
|
|
101
|
+
$button-small-height: 24px;
|
|
102
|
+
$button-normal-height: 30px;
|
|
103
|
+
$button-large-height: 50px;
|
|
104
|
+
|
|
105
|
+
// Normal button
|
|
106
|
+
$color-button-text: $color-text-light;
|
|
107
|
+
$color-button-text-hover: $color-text-link;
|
|
108
|
+
$color-button-text-disabled: rgba($color-text, .4);
|
|
109
|
+
|
|
110
|
+
$color-button-bg: $color-gray-02;
|
|
111
|
+
$color-button-bg-hover: $color-gray-01;
|
|
112
|
+
$color-button-bg-disabled: $color-gray-01;
|
|
113
|
+
|
|
114
|
+
$color-button-border: $color-border-normal;
|
|
115
|
+
$color-button-border-hover: $color-border-normal;
|
|
116
|
+
|
|
117
|
+
// Call to action button
|
|
118
|
+
$color-button-cta-text: $color-text-inverse;
|
|
119
|
+
$color-button-cta-text-hover: $color-text-inverse;
|
|
120
|
+
$color-button-cta-text-disabled: rgba($color-text-inverse, .4);
|
|
121
|
+
|
|
122
|
+
$color-button-cta-bg: $color-main;
|
|
123
|
+
$color-button-cta-bg-hover: $color-text-hover;
|
|
124
|
+
$color-button-cta-bg-active: $color-text-hover;
|
|
125
|
+
$color-button-cta-bg-disabled: rgba($color-main, .4);
|
|
126
|
+
|
|
127
|
+
$color-button-cta-border: $color-main; // Change this if you want a darker button border.
|
|
128
|
+
|
|
129
|
+
// Light button (no background or border, only text)
|
|
130
|
+
$color-button-light-text: $color-text-link;
|
|
131
|
+
$color-button-light-text-hover: $color-text-link-hover;
|
|
132
|
+
$color-button-light-text-disabled: $color-text-light;
|
|
133
|
+
$color-button-light-text-active: $color-text-link-hover;
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
// ------------------------------------ //
|
|
137
|
+
// #FORMS
|
|
138
|
+
// ------------------------------------ //
|
|
139
|
+
$form-input-height: 38px;
|
|
140
|
+
$form-input-small-height: 26px;
|
|
141
|
+
$form-border-radius: $border-radius;
|
|
142
|
+
$form-border-size: 1px;
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
// ------------------------------------ //
|
|
146
|
+
// #TRANSITIONS
|
|
147
|
+
// ------------------------------------ //
|
|
148
|
+
$transition-durations: 0.2s;
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
// ------------------------------------ //
|
|
152
|
+
// #HEADER
|
|
153
|
+
// ------------------------------------ //
|
|
154
|
+
$header-height: 80px;
|
|
155
|
+
$header-height-mobile: 60px;
|
|
156
|
+
$header-bg-color: $color-background-base;
|
|
157
|
+
$header-logo-height: $header-height - ($space*2);
|
|
158
|
+
$header-logo-height-mobile: $header-height-mobile - ($space*2);
|
|
159
|
+
$header-user-thumb-size: 40px;
|
|
160
|
+
$header-user-thumb-size-mobile: 28px;
|
|
161
|
+
$header-search-input-height: 36px;
|
|
162
|
+
$header-search-input-height-mobile: 28px;
|
|
163
|
+
$header-breakpoint-mobile: 1180px;
|
|
164
|
+
$header-breakpoint-mobile-small: 600px;
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
// ------------------------------------ //
|
|
168
|
+
// #LOADER
|
|
169
|
+
// ------------------------------------ //
|
|
170
|
+
$loader-size: 70px;
|
|
171
|
+
$loader-thickness: 5px;
|
|
172
|
+
$loader-color-front: $color-main;
|
|
173
|
+
$loader-color-back: rgba($color-main, .3);
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
// ------------------------------------ //
|
|
177
|
+
// #TABLE
|
|
178
|
+
// ------------------------------------ //
|
|
179
|
+
$table-border-color: $color-border-normal;
|
|
180
|
+
$table-border-size: 2px;
|
|
181
|
+
/* Header */
|
|
182
|
+
$table-header-font-size: $font-size-m;
|
|
183
|
+
$table-header-text-color: $color-text;
|
|
184
|
+
$table-header-bg: $color-background-medium;
|
|
185
|
+
/* Contents */
|
|
186
|
+
$table-font-size: $font-size-s;
|
|
187
|
+
$table-text-color: $color-text;
|
|
188
|
+
$table-bg-odd: $color-background-base;
|
|
189
|
+
$table-bg-even: $color-background-medium;
|
|
190
|
+
/* Footer */
|
|
191
|
+
$table-footer-font-size: $font-size-s;
|
|
192
|
+
$table-footer-text-color: $color-text-light;
|
|
193
|
+
$table-footer-bg: $color-background-medium;
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
// ------------------------------------ //
|
|
197
|
+
// #BREADCRUMBS
|
|
198
|
+
// ------------------------------------ //
|
|
199
|
+
$breadcrumbs-background: $color-background-light;
|
|
200
|
+
$breadcrumbs-arrow-color: $color-text-light;
|
|
201
|
+
$breadcrumbs-current-color: $color-text;
|
|
202
|
+
$breadcrumbs-arrow: '\e90a';
|
|
203
|
+
$breadcrumbs-arrow-mobile: '\e908';
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
// ------------------------------------ //
|
|
207
|
+
// #PAGINATION
|
|
208
|
+
// ------------------------------------ //
|
|
209
|
+
$pagination-item-width: 40px;
|
|
210
|
+
$pagination-item-height: 40px;
|
|
211
|
+
$pagination-border: 1px solid $color-border-normal;
|
|
212
|
+
$pagination-background: $color-background-base;
|
|
213
|
+
$pagination-border-current: 0;
|
|
214
|
+
$pagination-background-current: $color-background-dark;
|
|
215
|
+
$pagination-radius: $border-radius;
|
|
216
|
+
$pagination-color: $color-text;
|
|
217
|
+
$pagination-color-hover: $color-text-link;
|
|
218
|
+
$pagination-color-disabled: $color-text-light;
|
|
219
|
+
$pagination-color-current: $color-text-inverse;
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
// ------------------------------------ //
|
|
223
|
+
// #ALERT
|
|
224
|
+
// ------------------------------------ //
|
|
225
|
+
$alert-background: $color-background-medium;
|
|
226
|
+
$alert-background-success: $color-success;
|
|
227
|
+
$alert-background-warning: $color-warning;
|
|
228
|
+
$alert-background-error: $color-error;
|
|
229
|
+
$alert-color-text: $color-text;
|
|
230
|
+
$alert-color-text-success: $color-text-inverse;
|
|
231
|
+
$alert-color-text-warning: $color-text-inverse;
|
|
232
|
+
$alert-color-text-error: $color-text-inverse;
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
// ------------------------------------ //
|
|
236
|
+
// #ITEM-PREVIEW
|
|
237
|
+
// ------------------------------------ //
|
|
238
|
+
$item-preview-image-width: 60px;
|
|
239
|
+
$item-preview-image-height: $item-preview-image-width;
|
|
240
|
+
$item-preview-vertical-image-height: 180px;
|
|
241
|
+
$item-preview-height: 250px;
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
// ------------------------------------ //
|
|
245
|
+
// #HERO
|
|
246
|
+
// ------------------------------------ //
|
|
247
|
+
$hero-height: 500px;
|
|
248
|
+
$hero-content-width: 1140px;
|
|
249
|
+
$hero-image-text-width: 300px;
|
|
250
|
+
$hero-background-color: $color-gray-05;
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
// ------------------------------------ //
|
|
254
|
+
// #WIZARD
|
|
255
|
+
// ------------------------------------ //
|
|
256
|
+
$wizard-height: 40px;
|
|
257
|
+
$wizard-number-circle-margin: 5px;
|
|
258
|
+
$wizard-past-bg-color: $color-main;
|
|
259
|
+
$wizard-past-number-bg-color: rgba($color-background-base, .2);
|
|
260
|
+
$wizard-past-text-color: $color-text-inverse;
|
|
261
|
+
$wizard-present-bg-color: $color-second;
|
|
262
|
+
$wizard-present-number-bg-color: rgba($color-background-base, .2);
|
|
263
|
+
$wizard-present-text-color: $color-text-inverse;
|
|
264
|
+
$wizard-future-bg-color: $color-background-medium;
|
|
265
|
+
$wizard-future-number-bg-color: rgba($color-background-dark, .4);
|
|
266
|
+
$wizard-future-text-color: $color-text;
|
|
267
|
+
$wizard-number-size: $font-size-s;
|
|
268
|
+
$wizard-text-size: $font-size-s;
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
// ------------------------------------ //
|
|
272
|
+
// #TREE
|
|
273
|
+
// ------------------------------------ //
|
|
274
|
+
$tree-image-size:28px;
|
|
275
|
+
$tree-indent: $space;
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
// ------------------------------------ //
|
|
279
|
+
// #SIDEBAR-HEADER
|
|
280
|
+
// ------------------------------------ //
|
|
281
|
+
$sidebar-header-height: 44px;
|
|
282
|
+
$sidebar-header-background-color: $color-text;
|
|
283
|
+
$sidebar-header-text-color: $color-text-inverse;
|
|
284
|
+
$sidebar-left-background-color: $sidebar-header-background-color;
|
|
285
|
+
$sidebar-left-text-color: $sidebar-header-text-color;
|
|
286
|
+
$sidebar-right-background-color: $color-text-link;
|
|
287
|
+
$sidebar-right-text-color: $color-text-inverse;
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
// ------------------------------------ //
|
|
291
|
+
// #TOAST
|
|
292
|
+
// ------------------------------------ //
|
|
293
|
+
$toast-background-color: $color-background-medium;
|
|
294
|
+
$toast-border-size: 1px;
|
|
295
|
+
$toast-border-color: $color-border-normal;
|
|
296
|
+
$toast-title-color: $color-text;
|
|
297
|
+
$toast-text-color: $color-text;
|
|
298
|
+
$toast-max-width: 300px;
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
// ------------------------------------ //
|
|
302
|
+
// #SIGNUP
|
|
303
|
+
// ------------------------------------ //
|
|
304
|
+
$signup-max-width: 400px;
|
|
305
|
+
$signup-input-background: $color-gray-01;
|
|
306
|
+
$signup-error-color: $color-error;
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
// ------------------------------------ //
|
|
310
|
+
// #ADVANCED-AUTOCOMPLETE
|
|
311
|
+
// ------------------------------------ //
|
|
312
|
+
$advanced-autocomplete-results-max-height: 300px;
|
|
313
|
+
$advanced-autocomplete-group-title-width: 180px;
|
|
314
|
+
$advanced-autocomplete-empty-height: 180px;
|
|
315
|
+
$advanced-autocomplete-action-bar-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.3);
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
// ------------------------------------ //
|
|
319
|
+
// #FACET-HEADER
|
|
320
|
+
// ------------------------------------ //
|
|
321
|
+
$facet-header-text-color: $color-text-inverse;
|
|
322
|
+
$facet-header-background: $color-gray-05;
|
|
323
|
+
$facet-header-icon-background: $color-second;
|
|
324
|
+
$facet-header-height: 30px;
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
// ------------------------------------ //
|
|
328
|
+
// #FACET
|
|
329
|
+
// ------------------------------------ //
|
|
330
|
+
$facet-inner-padding: $space;
|
|
331
|
+
$facet-links-max-height: 200px;
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
// ------------------------------------ //
|
|
335
|
+
// #INNER-TITLE
|
|
336
|
+
// ------------------------------------ //
|
|
337
|
+
$inner-title-filters-height: $button-normal-height;
|
|
338
|
+
$inner-title-image-size: 60px;
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
// ------------------------------------ //
|
|
342
|
+
// #IMAGE-VIEWER
|
|
343
|
+
// ------------------------------------ //
|
|
344
|
+
$image-viewer-height: 400px;
|
|
345
|
+
$image-viewer-thumb-height: 110px;
|
|
346
|
+
$image-viewer-thumb-width: 110px;
|
|
347
|
+
$image-viewer-control-height: 40px;
|
|
348
|
+
$image-viewer-control-width: 40px;
|
|
349
|
+
$image-viewer-control-icon-size: 24px;
|
|
350
|
+
$image-viewer-background-color: $color-gray-05;
|
|
351
|
+
$image-viewer-thumb-active-border-color: $color-gray-04;
|
|
352
|
+
$image-viewer-thumb-hover-border-color: $color-main;
|
|
353
|
+
$image-viewer-tools-control-color: $color-main;
|
|
354
|
+
$image-viewer-tools-control-color-active: $color-second;
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
// ------------------------------------ //
|
|
358
|
+
// #FOOTER
|
|
359
|
+
// ------------------------------------ //
|
|
360
|
+
$footer-image-height: 50px;
|
|
361
|
+
$footer-background-color: $color-gray-03;
|
|
362
|
+
$footer-breakpoint-desktop: $page-max-width + $grid-gutter-h;
|
|
363
|
+
$footer-breakpoint-mobile: 700px;
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
// ------------------------------------ //
|
|
367
|
+
// #CAROUSEL
|
|
368
|
+
// ------------------------------------ //
|
|
369
|
+
$carousel-content-width:960px;
|
|
370
|
+
$carousel-height: 400px;
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
// ------------------------------------ //
|
|
374
|
+
// #NAV
|
|
375
|
+
// ------------------------------------ //
|
|
376
|
+
$nav-image-height: 50px;
|
|
377
|
+
$nav-image-width: 50px;
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
// ------------------------------------ //
|
|
381
|
+
// #PROGRESS-LINE
|
|
382
|
+
// ------------------------------------ //
|
|
383
|
+
$progress-line-bg-color: $color-gray-02;
|
|
384
|
+
$progress-line-front-color: $color-main;
|
|
385
|
+
$progress-line-height: $space*3;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FORMS
|
|
3
|
+
*
|
|
4
|
+
* Style for forms elements
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* ------------------------------------ *\
|
|
8
|
+
#GENERAL
|
|
9
|
+
\* ------------------------------------ */
|
|
10
|
+
select, textarea, input[type="date"], input[type="datetime"],
|
|
11
|
+
input[type="datetime-local"], input[type="email"],
|
|
12
|
+
input[type="month"], input[type="number"], input[type="password"],
|
|
13
|
+
input[type="search"], input[type="tel"], input[type="text"],
|
|
14
|
+
input[type="time"], input[type="url"], input[type="week"] {
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
padding: 0 $space;
|
|
17
|
+
border-width: $form-border-size;
|
|
18
|
+
border-style: solid;
|
|
19
|
+
border-color: $color-border-normal;
|
|
20
|
+
background-color: $color-background-base;
|
|
21
|
+
border-radius: $form-border-radius;
|
|
22
|
+
color: $color-text;
|
|
23
|
+
font-size: $font-size-s;
|
|
24
|
+
font-weight: $font-weight-normal;
|
|
25
|
+
outline: none;
|
|
26
|
+
// box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.05);
|
|
27
|
+
// transition-property: border;
|
|
28
|
+
// transition-duration: $transition-durations;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&:focus,
|
|
34
|
+
&:active {
|
|
35
|
+
// border-color: $color-brand;
|
|
36
|
+
// box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.05), 0 0 2px fade($color-brand, 20%);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&.small {
|
|
40
|
+
// height: $form-input-small-height;
|
|
41
|
+
// padding: 0 8px;
|
|
42
|
+
// font-size: $font-size-s;
|
|
43
|
+
// line-height: $form-input-small-height;
|
|
44
|
+
}
|
|
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- */
|
|
59
|
+
color: $color-text-light !important;
|
|
60
|
+
font-weight: $font-weight-normal !important;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Set Height */
|
|
65
|
+
textarea, input[type="date"], input[type="datetime"],
|
|
66
|
+
input[type="datetime-local"], input[type="email"],
|
|
67
|
+
input[type="month"], input[type="number"], input[type="password"],
|
|
68
|
+
input[type="search"], input[type="tel"], input[type="text"],
|
|
69
|
+
input[type="time"], input[type="url"], input[type="week"] {
|
|
70
|
+
height: $form-input-height;
|
|
71
|
+
line-height: $form-input-height;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* Select */
|
|
75
|
+
select, #new_post select {
|
|
76
|
+
height: $form-input-height;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* Labels */
|
|
80
|
+
label {
|
|
81
|
+
margin-bottom: $space;
|
|
82
|
+
font-size: $font-size-s;
|
|
83
|
+
font-weight: $font-weight-normal;
|
|
84
|
+
line-height: 1.2;
|
|
85
|
+
color: $color-text;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Textarea */
|
|
89
|
+
textarea, .form-control textarea {
|
|
90
|
+
line-height: 1.2;
|
|
91
|
+
padding: $space;
|
|
92
|
+
}
|
|
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
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GLOBAL
|
|
3
|
+
*
|
|
4
|
+
* Global styles, tags and common classes
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// TODO: Decide if we want to style the "body" level and if we want to differentiate between the embed and standalone usage.
|
|
8
|
+
|
|
9
|
+
/* ------------------------------------ *\
|
|
10
|
+
#TAGS
|
|
11
|
+
\* ------------------------------------ */
|
|
12
|
+
html, body {
|
|
13
|
+
height: 100%;
|
|
14
|
+
margin: 0;
|
|
15
|
+
padding: 0;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
body {
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
background-color: $color-background-base;
|
|
22
|
+
color: $color-text;
|
|
23
|
+
font-family: $font-family-main;
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:focus {
|
|
28
|
+
outline: 0;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* ------------------------------------ *\
|
|
33
|
+
#MEDIA-QUERIES
|
|
34
|
+
\* ------------------------------------ */
|
|
35
|
+
@media all and (max-width: $breakpoint-laptop) {
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media all and (max-width: $breakpoint-ipad-portrait) {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@media all and (max-width: $breakpoint-smartphone-landscape) {
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Retina */
|
|
45
|
+
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
46
|
+
}
|