@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.
Files changed (232) hide show
  1. package/README.md +24 -0
  2. package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mjs +25 -0
  3. package/esm2020/lib/components/advanced-autocomplete/advanced-autocomplete.mock.mjs +100 -0
  4. package/esm2020/lib/components/alert/alert.mjs +24 -0
  5. package/esm2020/lib/components/alert/alert.mock.mjs +11 -0
  6. package/esm2020/lib/components/anchor-wrapper/anchor-wrapper.mjs +35 -0
  7. package/esm2020/lib/components/breadcrumbs/breadcrumbs.mjs +25 -0
  8. package/esm2020/lib/components/breadcrumbs/breadcrumbs.mock.mjs +25 -0
  9. package/esm2020/lib/components/bubble-chart/bubble-chart.mjs +315 -0
  10. package/esm2020/lib/components/bubble-chart/bubble-chart.mock.mjs +4025 -0
  11. package/esm2020/lib/components/carousel/carousel.mjs +89 -0
  12. package/esm2020/lib/components/carousel/carousel.mock.mjs +135 -0
  13. package/esm2020/lib/components/chart/chart.mjs +37 -0
  14. package/esm2020/lib/components/chart/chart.mock.mjs +112 -0
  15. package/esm2020/lib/components/content-placeholder/content-placeholder.mjs +17 -0
  16. package/esm2020/lib/components/content-placeholder/content-placeholder.mock.mjs +13 -0
  17. package/esm2020/lib/components/data-widget/data-widget.mjs +29 -0
  18. package/esm2020/lib/components/data-widget/data-widget.mock.mjs +13 -0
  19. package/esm2020/lib/components/datepicker/datepicker.mjs +44 -0
  20. package/esm2020/lib/components/datepicker/datepicker.mock.mjs +8 -0
  21. package/esm2020/lib/components/facet/facet.mjs +24 -0
  22. package/esm2020/lib/components/facet/facet.mock.mjs +103 -0
  23. package/esm2020/lib/components/facet-header/facet-header.mjs +24 -0
  24. package/esm2020/lib/components/facet-header/facet-header.mock.mjs +9 -0
  25. package/esm2020/lib/components/facet-year-range/facet-year-range.mjs +53 -0
  26. package/esm2020/lib/components/facet-year-range/facet-year-range.mock.mjs +30 -0
  27. package/esm2020/lib/components/footer/footer.mjs +25 -0
  28. package/esm2020/lib/components/footer/footer.mock.mjs +48 -0
  29. package/esm2020/lib/components/header/header.mjs +51 -0
  30. package/esm2020/lib/components/header/header.mock.mjs +83 -0
  31. package/esm2020/lib/components/hero/hero.mjs +41 -0
  32. package/esm2020/lib/components/hero/hero.mock.mjs +25 -0
  33. package/esm2020/lib/components/histogram-range/histogram-range.mjs +376 -0
  34. package/esm2020/lib/components/histogram-range/histogram-range.mock.mjs +243 -0
  35. package/esm2020/lib/components/image-viewer/image-viewer.mjs +55 -0
  36. package/esm2020/lib/components/image-viewer/image-viewer.mock.mjs +25 -0
  37. package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mjs +28 -0
  38. package/esm2020/lib/components/image-viewer-tools/image-viewer-tools.mock.mjs +54 -0
  39. package/esm2020/lib/components/inner-title/inner-title.mjs +40 -0
  40. package/esm2020/lib/components/inner-title/inner-title.mock.mjs +52 -0
  41. package/esm2020/lib/components/input-checkbox/input-checkbox.mjs +24 -0
  42. package/esm2020/lib/components/input-checkbox/input-checkbox.mock.mjs +25 -0
  43. package/esm2020/lib/components/input-link/input-link.mjs +24 -0
  44. package/esm2020/lib/components/input-link/input-link.mock.mjs +38 -0
  45. package/esm2020/lib/components/input-select/input-select.mjs +24 -0
  46. package/esm2020/lib/components/input-select/input-select.mock.mjs +12 -0
  47. package/esm2020/lib/components/input-text/input-text.mjs +24 -0
  48. package/esm2020/lib/components/input-text/input-text.mock.mjs +13 -0
  49. package/esm2020/lib/components/item-preview/item-preview.mjs +25 -0
  50. package/esm2020/lib/components/item-preview/item-preview.mock.mjs +43 -0
  51. package/esm2020/lib/components/loader/loader.mjs +16 -0
  52. package/esm2020/lib/components/loader/loader.mock.mjs +4 -0
  53. package/esm2020/lib/components/map/map.mjs +64 -0
  54. package/esm2020/lib/components/map/map.mock.mjs +25 -0
  55. package/esm2020/lib/components/metadata-viewer/metadata-viewer.mjs +19 -0
  56. package/esm2020/lib/components/metadata-viewer/metadata-viewer.mock.mjs +74 -0
  57. package/esm2020/lib/components/nav/nav.mjs +22 -0
  58. package/esm2020/lib/components/nav/nav.mock.mjs +29 -0
  59. package/esm2020/lib/components/pagination/pagination.mjs +31 -0
  60. package/esm2020/lib/components/pagination/pagination.mock.mjs +23 -0
  61. package/esm2020/lib/components/progress-line/progress-line.mjs +19 -0
  62. package/esm2020/lib/components/progress-line/progress-line.mock.mjs +5 -0
  63. package/esm2020/lib/components/sidebar-header/sidebar-header.mjs +24 -0
  64. package/esm2020/lib/components/sidebar-header/sidebar-header.mock.mjs +9 -0
  65. package/esm2020/lib/components/signup/signup.mjs +44 -0
  66. package/esm2020/lib/components/signup/signup.mock.mjs +106 -0
  67. package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mjs +25 -0
  68. package/esm2020/lib/components/simple-autocomplete/simple-autocomplete.mock.mjs +15 -0
  69. package/esm2020/lib/components/table/table.mjs +35 -0
  70. package/esm2020/lib/components/table/table.mock.mjs +152 -0
  71. package/esm2020/lib/components/tag/tag.mjs +24 -0
  72. package/esm2020/lib/components/tag/tag.mock.mjs +8 -0
  73. package/esm2020/lib/components/text-viewer/text-viewer.mjs +37 -0
  74. package/esm2020/lib/components/text-viewer/text-viewer.mock.mjs +39 -0
  75. package/esm2020/lib/components/timeline/timeline.mjs +51 -0
  76. package/esm2020/lib/components/timeline/timeline.mock.mjs +137 -0
  77. package/esm2020/lib/components/toast/toast.mjs +24 -0
  78. package/esm2020/lib/components/toast/toast.mock.mjs +47 -0
  79. package/esm2020/lib/components/tooltip-content/tooltip-content.mjs +25 -0
  80. package/esm2020/lib/components/tooltip-content/tooltip-content.mock.mjs +19 -0
  81. package/esm2020/lib/components/tree/tree.mjs +25 -0
  82. package/esm2020/lib/components/tree/tree.mock.mjs +274 -0
  83. package/esm2020/lib/components/wizard/wizard.mjs +24 -0
  84. package/esm2020/lib/components/wizard/wizard.mock.mjs +29 -0
  85. package/esm2020/lib/dv-components-lib.module.mjs +191 -0
  86. package/esm2020/lib/shared-interfaces.mjs +2 -0
  87. package/esm2020/net7-components.mjs +5 -0
  88. package/esm2020/public-api.mjs +93 -0
  89. package/fesm2015/net7-components.mjs +8154 -0
  90. package/fesm2015/net7-components.mjs.map +1 -0
  91. package/fesm2020/net7-components.mjs +8168 -0
  92. package/fesm2020/net7-components.mjs.map +1 -0
  93. package/lib/components/advanced-autocomplete/advanced-autocomplete.d.ts +57 -0
  94. package/lib/components/advanced-autocomplete/advanced-autocomplete.mock.d.ts +2 -0
  95. package/lib/components/alert/alert.d.ts +46 -0
  96. package/lib/components/alert/alert.mock.d.ts +2 -0
  97. package/lib/components/anchor-wrapper/anchor-wrapper.d.ts +16 -0
  98. package/lib/components/breadcrumbs/breadcrumbs.d.ts +50 -0
  99. package/lib/components/breadcrumbs/breadcrumbs.mock.d.ts +2 -0
  100. package/lib/components/bubble-chart/bubble-chart.d.ts +108 -0
  101. package/lib/components/bubble-chart/bubble-chart.mock.d.ts +2 -0
  102. package/lib/components/carousel/carousel.d.ts +166 -0
  103. package/lib/components/carousel/carousel.mock.d.ts +2 -0
  104. package/lib/components/chart/chart.d.ts +46 -0
  105. package/lib/components/chart/chart.mock.d.ts +2 -0
  106. package/lib/components/content-placeholder/content-placeholder.d.ts +28 -0
  107. package/lib/components/content-placeholder/content-placeholder.mock.d.ts +2 -0
  108. package/lib/components/data-widget/data-widget.d.ts +50 -0
  109. package/lib/components/data-widget/data-widget.mock.d.ts +2 -0
  110. package/lib/components/datepicker/datepicker.d.ts +43 -0
  111. package/lib/components/datepicker/datepicker.mock.d.ts +2 -0
  112. package/lib/components/facet/facet.d.ts +129 -0
  113. package/lib/components/facet/facet.mock.d.ts +2 -0
  114. package/lib/components/facet-header/facet-header.d.ts +44 -0
  115. package/lib/components/facet-header/facet-header.mock.d.ts +2 -0
  116. package/lib/components/facet-year-range/facet-year-range.d.ts +83 -0
  117. package/lib/components/facet-year-range/facet-year-range.mock.d.ts +2 -0
  118. package/lib/components/footer/footer.d.ts +118 -0
  119. package/lib/components/footer/footer.mock.d.ts +2 -0
  120. package/lib/components/header/header.d.ts +281 -0
  121. package/lib/components/header/header.mock.d.ts +2 -0
  122. package/lib/components/hero/hero.d.ts +75 -0
  123. package/lib/components/hero/hero.mock.d.ts +2 -0
  124. package/lib/components/histogram-range/histogram-range.d.ts +113 -0
  125. package/lib/components/histogram-range/histogram-range.mock.d.ts +2 -0
  126. package/lib/components/image-viewer/image-viewer.d.ts +61 -0
  127. package/lib/components/image-viewer/image-viewer.mock.d.ts +2 -0
  128. package/lib/components/image-viewer-tools/image-viewer-tools.d.ts +116 -0
  129. package/lib/components/image-viewer-tools/image-viewer-tools.mock.d.ts +2 -0
  130. package/lib/components/inner-title/inner-title.d.ts +61 -0
  131. package/lib/components/inner-title/inner-title.mock.d.ts +2 -0
  132. package/lib/components/input-checkbox/input-checkbox.d.ts +67 -0
  133. package/lib/components/input-checkbox/input-checkbox.mock.d.ts +2 -0
  134. package/lib/components/input-link/input-link.d.ts +54 -0
  135. package/lib/components/input-link/input-link.mock.d.ts +2 -0
  136. package/lib/components/input-select/input-select.d.ts +67 -0
  137. package/lib/components/input-select/input-select.mock.d.ts +2 -0
  138. package/lib/components/input-text/input-text.d.ts +81 -0
  139. package/lib/components/input-text/input-text.mock.d.ts +2 -0
  140. package/lib/components/item-preview/item-preview.d.ts +93 -0
  141. package/lib/components/item-preview/item-preview.mock.d.ts +2 -0
  142. package/lib/components/loader/loader.d.ts +22 -0
  143. package/lib/components/loader/loader.mock.d.ts +2 -0
  144. package/lib/components/map/map.d.ts +69 -0
  145. package/lib/components/map/map.mock.d.ts +2 -0
  146. package/lib/components/metadata-viewer/metadata-viewer.d.ts +65 -0
  147. package/lib/components/metadata-viewer/metadata-viewer.mock.d.ts +8 -0
  148. package/lib/components/nav/nav.d.ts +66 -0
  149. package/lib/components/nav/nav.mock.d.ts +2 -0
  150. package/lib/components/pagination/pagination.d.ts +94 -0
  151. package/lib/components/pagination/pagination.mock.d.ts +2 -0
  152. package/lib/components/progress-line/progress-line.d.ts +23 -0
  153. package/lib/components/progress-line/progress-line.mock.d.ts +2 -0
  154. package/lib/components/sidebar-header/sidebar-header.d.ts +44 -0
  155. package/lib/components/sidebar-header/sidebar-header.mock.d.ts +2 -0
  156. package/lib/components/signup/signup.d.ts +109 -0
  157. package/lib/components/signup/signup.mock.d.ts +2 -0
  158. package/lib/components/simple-autocomplete/simple-autocomplete.d.ts +40 -0
  159. package/lib/components/simple-autocomplete/simple-autocomplete.mock.d.ts +2 -0
  160. package/lib/components/table/table.d.ts +89 -0
  161. package/lib/components/table/table.mock.d.ts +2 -0
  162. package/lib/components/tag/tag.d.ts +45 -0
  163. package/lib/components/tag/tag.mock.d.ts +2 -0
  164. package/lib/components/text-viewer/text-viewer.d.ts +34 -0
  165. package/lib/components/text-viewer/text-viewer.mock.d.ts +2 -0
  166. package/lib/components/timeline/timeline.d.ts +30 -0
  167. package/lib/components/timeline/timeline.mock.d.ts +2 -0
  168. package/lib/components/toast/toast.d.ts +84 -0
  169. package/lib/components/toast/toast.mock.d.ts +2 -0
  170. package/lib/components/tooltip-content/tooltip-content.d.ts +24 -0
  171. package/lib/components/tooltip-content/tooltip-content.mock.d.ts +2 -0
  172. package/lib/components/tree/tree.d.ts +79 -0
  173. package/lib/components/tree/tree.mock.d.ts +2 -0
  174. package/lib/components/wizard/wizard.d.ts +57 -0
  175. package/lib/components/wizard/wizard.mock.d.ts +2 -0
  176. package/lib/dv-components-lib.module.d.ts +50 -0
  177. package/lib/shared-interfaces.d.ts +60 -0
  178. package/net7-components.d.ts +5 -0
  179. package/package.json +44 -0
  180. package/public-api.d.ts +85 -0
  181. package/src/lib/styles/_imports.scss +77 -0
  182. package/src/lib/styles/atoms/_button.scss +205 -0
  183. package/src/lib/styles/components/_advanced-autocomplete.scss +190 -0
  184. package/src/lib/styles/components/_alert.scss +115 -0
  185. package/src/lib/styles/components/_anchor-wrapper.scss +29 -0
  186. package/src/lib/styles/components/_breadcrumbs.scss +99 -0
  187. package/src/lib/styles/components/_bubble-chart.scss +33 -0
  188. package/src/lib/styles/components/_carousel.scss +184 -0
  189. package/src/lib/styles/components/_chart.scss +28 -0
  190. package/src/lib/styles/components/_content-placeholder.scss +74 -0
  191. package/src/lib/styles/components/_data-widget.scss +93 -0
  192. package/src/lib/styles/components/_datepicker.scss +29 -0
  193. package/src/lib/styles/components/_facet-header.scss +58 -0
  194. package/src/lib/styles/components/_facet-year-range.scss +63 -0
  195. package/src/lib/styles/components/_facet.scss +164 -0
  196. package/src/lib/styles/components/_footer.scss +116 -0
  197. package/src/lib/styles/components/_header.scss +474 -0
  198. package/src/lib/styles/components/_hero.scss +207 -0
  199. package/src/lib/styles/components/_histogram-range.scss +36 -0
  200. package/src/lib/styles/components/_image-viewer-tools.scss +225 -0
  201. package/src/lib/styles/components/_image-viewer.scss +173 -0
  202. package/src/lib/styles/components/_inner-title.scss +161 -0
  203. package/src/lib/styles/components/_input-checkbox.scss +50 -0
  204. package/src/lib/styles/components/_input-link.scss +78 -0
  205. package/src/lib/styles/components/_input-select.scss +25 -0
  206. package/src/lib/styles/components/_input-text.scss +53 -0
  207. package/src/lib/styles/components/_item-preview.scss +218 -0
  208. package/src/lib/styles/components/_loader.scss +54 -0
  209. package/src/lib/styles/components/_map.scss +31 -0
  210. package/src/lib/styles/components/_metadata-viewer.scss +52 -0
  211. package/src/lib/styles/components/_nav.scss +57 -0
  212. package/src/lib/styles/components/_pagination.scss +170 -0
  213. package/src/lib/styles/components/_progress-line.scss +53 -0
  214. package/src/lib/styles/components/_sidebar-header.scss +69 -0
  215. package/src/lib/styles/components/_signup.scss +157 -0
  216. package/src/lib/styles/components/_simple-autocomplete.scss +60 -0
  217. package/src/lib/styles/components/_table.scss +129 -0
  218. package/src/lib/styles/components/_tag.scss +51 -0
  219. package/src/lib/styles/components/_text-viewer.scss +446 -0
  220. package/src/lib/styles/components/_timeline.scss +29 -0
  221. package/src/lib/styles/components/_toast.scss +99 -0
  222. package/src/lib/styles/components/_tooltip-content.scss +29 -0
  223. package/src/lib/styles/components/_tree.scss +208 -0
  224. package/src/lib/styles/components/_wizard.scss +150 -0
  225. package/src/lib/styles/generic/_color_scheme.scss +27 -0
  226. package/src/lib/styles/generic/_mixins.scss +81 -0
  227. package/src/lib/styles/generic/_variables.scss +385 -0
  228. package/src/lib/styles/global/_forms.scss +122 -0
  229. package/src/lib/styles/global/_global.scss +46 -0
  230. package/src/lib/styles/global/_normalize.scss +433 -0
  231. package/src/lib/styles/global/_typography.scss +88 -0
  232. 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
+ }