@inspark/components-web 14.0.14 → 19.0.0
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/CHANGELOG.md +46 -0
- package/README.md +54 -0
- package/assets/fonts/fontawesome/FontAwesome.otf +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.svg +2671 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- package/assets/fonts/fontawesome/fontawesome-webfont.woff2 +0 -0
- package/assets/fonts/lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.eot +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.svg +21121 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.ttf +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff +0 -0
- package/assets/fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff2 +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.eot +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.svg +21120 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.ttf +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff +0 -0
- package/assets/fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg +21154 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff +0 -0
- package/assets/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff2 +0 -0
- package/assets/fonts/primeicons/primeicons.woff2 +0 -0
- package/copy.json +12 -0
- package/design-tokens/colors.yml +34 -0
- package/migrate-sass-imports.js +87 -0
- package/package.json +46 -1
- package/src/_mixins.scss +39 -40
- package/src/_variables.scss +32 -33
- package/src/badge/_mixins.scss +5 -5
- package/src/badge/_variables.scss +2 -2
- package/src/badge/ids-badge.scss +1 -1
- package/src/base/_functions.scss +1 -1
- package/src/base/_mixins.scss +6 -6
- package/src/base/_variables.scss +1 -1
- package/src/base/ids-base.scss +3 -3
- package/src/box-shadow/_mixins.scss +1 -1
- package/src/box-shadow/_variables.scss +2 -0
- package/src/box-shadow/ids-box-shadow.scss +1 -1
- package/src/button/_mixins.scss +779 -775
- package/src/button/_variables.scss +3 -0
- package/src/button/ids-button.scss +1 -1
- package/src/button-group/_mixins.scss +3 -3
- package/src/button-group/ids-button-group.scss +1 -1
- package/src/card/_mixins.scss +382 -376
- package/src/card/_variables.scss +3 -1
- package/src/card/ids-card.scss +1 -1
- package/src/checkbox/_mixins.scss +430 -428
- package/src/checkbox/_variables.scss +2 -0
- package/src/checkbox/ids-checkbox.scss +1 -1
- package/src/common.scss +44 -45
- package/src/container/_mixins.scss +3 -2
- package/src/container/_variables.scss +3 -1
- package/src/container/ids-container.scss +1 -1
- package/src/crop/_mixins.scss +1 -1
- package/src/crop/_variables.scss +2 -0
- package/src/crop/ids-crop.scss +1 -1
- package/src/crumb/_mixins.scss +37 -36
- package/src/crumb/_variables.scss +2 -0
- package/src/crumb/ids-crumb.scss +1 -1
- package/src/flex/ids-flex.scss +1 -1
- package/src/form/_mixins.scss +3 -3
- package/src/form/_variables.scss +2 -2
- package/src/form/ids-form.scss +1 -1
- package/src/form-group/_mixins.scss +1 -1
- package/src/form-group/ids-form-group.scss +1 -1
- package/src/grid/_mixins.scss +3 -3
- package/src/grid/_variables.scss +3 -1
- package/src/grid/ids-grid.scss +1 -1
- package/src/helpers/helpers.scss +1 -1
- package/src/icon/_mixins.scss +397 -395
- package/src/icon/_variables.scss +2 -2
- package/src/icon/ids-icon.scss +1 -1
- package/src/image/_mixins.scss +1 -1
- package/src/image/_variables.scss +2 -0
- package/src/image/ids-image.scss +1 -1
- package/src/input/_mixins.scss +418 -415
- package/src/input/_variables.scss +4 -2
- package/src/input/ids-input.scss +2 -2
- package/src/input-group/_mixins.scss +108 -104
- package/src/input-group/_variables.scss +2 -2
- package/src/input-group/ids-input-group.scss +1 -1
- package/src/inspark.scss +2 -2
- package/src/label/_mixins.scss +5 -5
- package/src/label/_variables.scss +2 -0
- package/src/label/ids-label.scss +1 -1
- package/src/list/_mixins.scss +288 -287
- package/src/list/_variables.scss +2 -0
- package/src/list/ids-list.scss +1 -1
- package/src/list-group/_mixins.scss +282 -278
- package/src/list-group/_variables.scss +2 -0
- package/src/list-group/ids-list-group.scss +1 -1
- package/src/mediaqueries/_mixins.scss +1 -1
- package/src/mediaqueries/_variables.scss +2 -0
- package/src/mediaqueries/ids-mediaqueries.scss +1 -1
- package/src/nav/_mixins.scss +92 -89
- package/src/nav/_variables.scss +2 -0
- package/src/nav/ids-nav.scss +1 -1
- package/src/navbar/_mixins.scss +653 -650
- package/src/navbar/_variables.scss +3 -2
- package/src/navbar/ids-navbar.scss +1 -1
- package/src/new-component-template/_mixins.scss +2 -2
- package/src/new-component-template/_variables.scss +2 -2
- package/src/new-component-template/ids-new-component-template.scss +1 -1
- package/src/overlay/_mixins.scss +2 -2
- package/src/overlay/ids-overlay.scss +1 -1
- package/src/pallete/blue.scss +1 -1
- package/src/pallete/contrast.scss +1 -1
- package/src/pallete/pallete.scss +5 -5
- package/src/panel/_mixins.scss +765 -763
- package/src/panel/_variables.scss +3 -2
- package/src/panel/ids-panel.scss +1 -1
- package/src/particles/_mixins.scss +65 -64
- package/src/particles/ids-particles.scss +1 -1
- package/src/radio/_mixins.scss +212 -210
- package/src/radio/_variables.scss +2 -0
- package/src/radio/ids-radio.scss +1 -1
- package/src/ratio/_mixins.scss +1 -1
- package/src/ratio/_variables.scss +2 -0
- package/src/ratio/ids-ratio.scss +1 -1
- package/src/sass-mq/_mixins.scss +1 -1
- package/src/sass-mq/_variables.scss +2 -0
- package/src/sass-mq/ids-sass-mq.scss +1 -1
- package/src/select/_mixins.scss +269 -267
- package/src/select/_variables.scss +3 -0
- package/src/select/ids-select.scss +1 -1
- package/src/sidebar/_mixins.scss +3 -3
- package/src/sidebar/_variables.scss +2 -2
- package/src/sidebar/ids-sidebar.scss +1 -1
- package/src/static/_mixins.scss +1 -1
- package/src/static/ids-static.scss +1 -1
- package/src/table/_mixins.scss +522 -518
- package/src/table/_variables.scss +2 -0
- package/src/table/ids-table.scss +1 -1
- package/src/textarea/_mixins.scss +39 -39
- package/src/textarea/_variables.scss +2 -0
- package/src/textarea/ids-textarea.scss +1 -1
- package/src/theme/_mixins.scss +4 -3
- package/src/theme/_variables.scss +5 -4
- package/src/theme/blue.scss +440 -448
- package/src/theme/contrast.scss +398 -406
- package/src/theme/green.scss +432 -440
- package/src/theme/ids-theme.scss +5 -5
- package/src/theme/light.scss +398 -406
- package/src/tools/_tools.border-radius.scss +1 -0
- package/src/tools/_tools.rem.scss +1 -0
- package/src/tools/ids-tools.scss +9 -9
- package/src/tooltip/_mixins.scss +820 -817
- package/src/tooltip/_variables.scss +2 -2
- package/src/tooltip/ids-tooltip.scss +1 -1
- package/src/tree-table/_mixins.scss +335 -331
- package/src/tree-table/_variables.scss +2 -2
- package/src/tree-table/ids-tree-table.scss +1 -1
- package/src/typography/_mixins.scss +6 -1
- package/src/typography/_variables.scss +2 -2
- package/src/typography/ids-typography.scss +2 -2
- package/src/utilities/_loader.utilities.scss +17 -20
- package/src/utilities/_utilities.border.scss +2 -0
- package/src/utilities/_utilities.clearfix.scss +1 -0
- package/src/utilities/_utilities.headings.scss +2 -0
- package/src/utilities/_utilities.hide.scss +58 -56
- package/src/utilities/_utilities.lineheight.scss +2 -0
- package/src/utilities/_utilities.overflow.scss +1 -1
- package/src/utilities/_utilities.position.scss +3 -0
- package/src/utilities/_utilities.spacing.scss +77 -75
- package/src/utilities/_utilities.themes.scss +3 -0
- package/src/utilities/_utilities.typography.scss +179 -177
- package/src/utilities/_utilities.widths.scss +2 -2
- package/src/widgets/_components.widget.scss +3 -0
- package/src/widgets/_components.widget.themes.scss +3 -0
- package/src/widgets/_components.widgetStatus.scss +2 -0
- package/src/widgets/_components.widgetStatus.themes.scss +2 -0
- package/src/widgets/_components.widgetValue.scss +2 -0
- package/src/widgets/ids-widgets.scss +5 -5
- package/update_full.js +14 -0
- package/webpack.config.js +51 -0
- package/index.css +0 -24206
- package/index.js +0 -125
- package/src/nvd3/_components.charts-nvd3.scss +0 -182
- package/src/nvd3/_components.charts-nvd3.themes.scss +0 -179
- package/src/nvd3/_variables-theme-contrast.scss +0 -123
- package/src/nvd3/_variables-theme-green.scss +0 -123
- package/src/nvd3/_variables-theme-light.scss +0 -123
- package/src/nvd3/_variables.scss +0 -123
- package/src/nvd3/angular-nvd3.js +0 -719
- package/src/nvd3/bars/_components.bars.scss +0 -47
- package/src/nvd3/bars/_components.bars.themes.scss +0 -47
- package/src/nvd3/boxplot/_components.boxplot.scss +0 -23
- package/src/nvd3/boxplot/_components.boxplot.themes.scss +0 -21
- package/src/nvd3/bullet/_components.bullet.scss +0 -66
- package/src/nvd3/bullet/_components.bullet.themes.scss +0 -66
- package/src/nvd3/candlestick/_components.candlestick.scss +0 -31
- package/src/nvd3/candlestick/_components.candlestick.themes.scss +0 -31
- package/src/nvd3/force-directed-graph/_components.force-directed-graph.scss +0 -16
- package/src/nvd3/force-directed-graph/_components.force-directed-graph.themes.scss +0 -16
- package/src/nvd3/furious-legend/_components.furious-legend.scss +0 -27
- package/src/nvd3/furious-legend/_components.furious-legend.themes.scss +0 -27
- package/src/nvd3/lineplusbar/_components.lineplusbar.scss +0 -12
- package/src/nvd3/lineplusbar/_components.lineplusbar.themes.scss +0 -12
- package/src/nvd3/lines/_components.lines.scss +0 -172
- package/src/nvd3/lines/_components.lines.themes.scss +0 -170
- package/src/nvd3/ohlc/_components.ohlc.scss +0 -18
- package/src/nvd3/ohlc/_components.ohlc.themes.scss +0 -18
- package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.scss +0 -35
- package/src/nvd3/parallelcoordinates/_components.parallelcoordinates.themes.scss +0 -35
- package/src/nvd3/pie/_components.pie.scss +0 -99
- package/src/nvd3/pie/_components.pie.themes.scss +0 -97
- package/src/nvd3/scatter/_components.scatter.scss +0 -21
- package/src/nvd3/scatter/_components.scatter.themes.scss +0 -21
- package/src/nvd3/sparkline/_components.sparkline.scss +0 -54
- package/src/nvd3/sparkline/_components.sparkline.themes.scss +0 -54
- package/src/nvd3/stackedarea/_components.stackedarea.scss +0 -146
- package/src/nvd3/stackedarea/_components.stackedarea.themes.scss +0 -145
- package/src/nvd3/tooltip/_components.tooltip.scss +0 -186
- package/src/nvd3/tooltip/_components.tooltip.themes.scss +0 -186
- /package/{fonts → assets/fonts/lato}/lato-bold.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bold.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-bolditalic.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-italic.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-italic.woff2 +0 -0
- /package/{fonts → assets/fonts/lato}/lato-regular.woff +0 -0
- /package/{fonts → assets/fonts/lato}/lato-regular.woff2 +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.ttf +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff +0 -0
- /package/{fonts → assets/fonts/material-design-icons}/MaterialIcons-Regular.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Bold}/OpenSans-Bold.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/ExtraBold}/OpenSans-Extrabold.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Italic}/OpenSans-Italic.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Light}/OpenSans-Light.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/LightItalic}/OpenSansLight-Italic.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Regular}/OpenSans.woff2 +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.eot +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.svg +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.ttf +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff +0 -0
- /package/{fonts → assets/fonts/open-sans/Semibold}/OpenSans-Semibold.woff2 +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.eot +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.svg +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.ttf +0 -0
- /package/{fonts → assets/fonts/primeicons}/primeicons.woff +0 -0
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
/* Stacked area */
|
|
2
|
-
|
|
3
|
-
.nvd3.nv-stackedarea {
|
|
4
|
-
path.nv-area {
|
|
5
|
-
fill-opacity: 0.7;
|
|
6
|
-
stroke-opacity: 0;
|
|
7
|
-
transition: fill-opacity $nvd3-transition-default, stroke-opacity $nvd3-transition-default;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
path.nv-area.hover {
|
|
11
|
-
fill-opacity: 0.9;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.nv-groups .nv-point {
|
|
15
|
-
stroke-opacity: 0;
|
|
16
|
-
fill-opacity: 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.nv-controlsWrap {
|
|
22
|
-
.nv-legend-symbol {
|
|
23
|
-
fill: $nvd3-controls-fill !important;
|
|
24
|
-
stroke: $nvd3-controls-fill !important;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
//.nvd3.nv-stackedAreaChart {
|
|
29
|
-
// // area series fill and stroke
|
|
30
|
-
// .nv-stackedarea .nv-area,
|
|
31
|
-
// .nv-scatterWrap .nv-scatter .nv-series {
|
|
32
|
-
// &-0 {
|
|
33
|
-
// fill: $nvd3-color-1 !important;
|
|
34
|
-
// stroke: $nvd3-color-1 !important;
|
|
35
|
-
// }
|
|
36
|
-
//
|
|
37
|
-
// &-1 {
|
|
38
|
-
// fill: $nvd3-color-2 !important;
|
|
39
|
-
// stroke: $nvd3-color-2 !important;
|
|
40
|
-
// }
|
|
41
|
-
//
|
|
42
|
-
// &-2 {
|
|
43
|
-
// fill: $nvd3-color-3 !important;
|
|
44
|
-
// stroke: $nvd3-color-3 !important;
|
|
45
|
-
// }
|
|
46
|
-
//
|
|
47
|
-
// &-3 {
|
|
48
|
-
// fill: $nvd3-color-4 !important;
|
|
49
|
-
// stroke: $nvd3-color-4 !important;
|
|
50
|
-
// }
|
|
51
|
-
//
|
|
52
|
-
// &-4 {
|
|
53
|
-
// fill: $nvd3-color-5 !important;
|
|
54
|
-
// stroke: $nvd3-color-5 !important;
|
|
55
|
-
// }
|
|
56
|
-
//
|
|
57
|
-
// &-5 {
|
|
58
|
-
// fill: $nvd3-color-6 !important;
|
|
59
|
-
// stroke: $nvd3-color-6 !important;
|
|
60
|
-
// }
|
|
61
|
-
//
|
|
62
|
-
// &-6 {
|
|
63
|
-
// fill: $nvd3-color-7 !important;
|
|
64
|
-
// stroke: $nvd3-color-7 !important;
|
|
65
|
-
// }
|
|
66
|
-
//
|
|
67
|
-
// &-7 {
|
|
68
|
-
// fill: $nvd3-color-8 !important;
|
|
69
|
-
// stroke: $nvd3-color-8 !important;
|
|
70
|
-
// }
|
|
71
|
-
//
|
|
72
|
-
// &-8 {
|
|
73
|
-
// fill: $nvd3-color-9 !important;
|
|
74
|
-
// stroke: $nvd3-color-9 !important;
|
|
75
|
-
// }
|
|
76
|
-
//
|
|
77
|
-
// &-9 {
|
|
78
|
-
// fill: $nvd3-color-10 !important;
|
|
79
|
-
// stroke: $nvd3-color-10 !important;
|
|
80
|
-
// }
|
|
81
|
-
//
|
|
82
|
-
// &-10 {
|
|
83
|
-
// fill: $nvd3-color-11 !important;
|
|
84
|
-
// stroke: $nvd3-color-11 !important;
|
|
85
|
-
// }
|
|
86
|
-
// }
|
|
87
|
-
//
|
|
88
|
-
// // legend series fill and stroke
|
|
89
|
-
// .nv-legendWrap .nv-legend .nv-series {
|
|
90
|
-
// &:nth-child(1) .nv-legend-symbol {
|
|
91
|
-
// fill: $nvd3-color-1 !important;
|
|
92
|
-
// stroke: $nvd3-color-1 !important;
|
|
93
|
-
// }
|
|
94
|
-
//
|
|
95
|
-
// &:nth-child(2) .nv-legend-symbol {
|
|
96
|
-
// fill: $nvd3-color-2 !important;
|
|
97
|
-
// stroke: $nvd3-color-2 !important;
|
|
98
|
-
// }
|
|
99
|
-
//
|
|
100
|
-
// &:nth-child(3) .nv-legend-symbol {
|
|
101
|
-
// fill: $nvd3-color-3 !important;
|
|
102
|
-
// stroke: $nvd3-color-3 !important;
|
|
103
|
-
// }
|
|
104
|
-
//
|
|
105
|
-
// &:nth-child(4) .nv-legend-symbol {
|
|
106
|
-
// fill: $nvd3-color-4 !important;
|
|
107
|
-
// stroke: $nvd3-color-4 !important;
|
|
108
|
-
// }
|
|
109
|
-
//
|
|
110
|
-
// &:nth-child(5) .nv-legend-symbol {
|
|
111
|
-
// fill: $nvd3-color-5 !important;
|
|
112
|
-
// stroke: $nvd3-color-5 !important;
|
|
113
|
-
// }
|
|
114
|
-
//
|
|
115
|
-
// &:nth-child(6) .nv-legend-symbol {
|
|
116
|
-
// fill: $nvd3-color-6 !important;
|
|
117
|
-
// stroke: $nvd3-color-6 !important;
|
|
118
|
-
// }
|
|
119
|
-
//
|
|
120
|
-
// &:nth-child(7) .nv-legend-symbol {
|
|
121
|
-
// fill: $nvd3-color-7 !important;
|
|
122
|
-
// stroke: $nvd3-color-7 !important;
|
|
123
|
-
// }
|
|
124
|
-
//
|
|
125
|
-
// &:nth-child(8) .nv-legend-symbol {
|
|
126
|
-
// fill: $nvd3-color-8 !important;
|
|
127
|
-
// stroke: $nvd3-color-8 !important;
|
|
128
|
-
// }
|
|
129
|
-
//
|
|
130
|
-
// &:nth-child(9) .nv-legend-symbol {
|
|
131
|
-
// fill: $nvd3-color-9 !important;
|
|
132
|
-
// stroke: $nvd3-color-9 !important;
|
|
133
|
-
// }
|
|
134
|
-
//
|
|
135
|
-
// &:nth-child(10) .nv-legend-symbol {
|
|
136
|
-
// fill: $nvd3-color-10 !important;
|
|
137
|
-
// stroke: $nvd3-color-10 !important;
|
|
138
|
-
// }
|
|
139
|
-
//
|
|
140
|
-
// &:nth-child(11) .nv-legend-symbol {
|
|
141
|
-
// fill: $nvd3-color-11 !important;
|
|
142
|
-
// stroke: $nvd3-color-11 !important;
|
|
143
|
-
// }
|
|
144
|
-
//
|
|
145
|
-
// }
|
|
146
|
-
//}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
/* Stacked area */
|
|
2
|
-
|
|
3
|
-
.nvd3.nv-stackedarea {
|
|
4
|
-
path.nv-area {
|
|
5
|
-
//fill-opacity: 0.7;
|
|
6
|
-
//stroke-opacity: 0;
|
|
7
|
-
transition: fill-opacity $nvd3-transition-default, stroke-opacity $nvd3-transition-default;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
//path.nv-area.hover {
|
|
11
|
-
// fill-opacity: 0.9;
|
|
12
|
-
//}
|
|
13
|
-
//
|
|
14
|
-
//.nv-groups .nv-point {
|
|
15
|
-
// stroke-opacity: 0;
|
|
16
|
-
// fill-opacity: 0;
|
|
17
|
-
//}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.nv-controlsWrap {
|
|
21
|
-
.nv-legend-symbol {
|
|
22
|
-
fill: $nvd3-controls-fill !important;
|
|
23
|
-
stroke: $nvd3-controls-fill !important;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
//.nvd3.nv-stackedAreaChart {
|
|
28
|
-
// // area series fill and stroke
|
|
29
|
-
// .nv-stackedarea .nv-area,
|
|
30
|
-
// .nv-scatterWrap .nv-scatter .nv-series {
|
|
31
|
-
// &-0 {
|
|
32
|
-
// fill: $nvd3-color-1 !important;
|
|
33
|
-
// stroke: $nvd3-color-1 !important;
|
|
34
|
-
// }
|
|
35
|
-
//
|
|
36
|
-
// &-1 {
|
|
37
|
-
// fill: $nvd3-color-2 !important;
|
|
38
|
-
// stroke: $nvd3-color-2 !important;
|
|
39
|
-
// }
|
|
40
|
-
//
|
|
41
|
-
// &-2 {
|
|
42
|
-
// fill: $nvd3-color-3 !important;
|
|
43
|
-
// stroke: $nvd3-color-3 !important;
|
|
44
|
-
// }
|
|
45
|
-
//
|
|
46
|
-
// &-3 {
|
|
47
|
-
// fill: $nvd3-color-4 !important;
|
|
48
|
-
// stroke: $nvd3-color-4 !important;
|
|
49
|
-
// }
|
|
50
|
-
//
|
|
51
|
-
// &-4 {
|
|
52
|
-
// fill: $nvd3-color-5 !important;
|
|
53
|
-
// stroke: $nvd3-color-5 !important;
|
|
54
|
-
// }
|
|
55
|
-
//
|
|
56
|
-
// &-5 {
|
|
57
|
-
// fill: $nvd3-color-6 !important;
|
|
58
|
-
// stroke: $nvd3-color-6 !important;
|
|
59
|
-
// }
|
|
60
|
-
//
|
|
61
|
-
// &-6 {
|
|
62
|
-
// fill: $nvd3-color-7 !important;
|
|
63
|
-
// stroke: $nvd3-color-7 !important;
|
|
64
|
-
// }
|
|
65
|
-
//
|
|
66
|
-
// &-7 {
|
|
67
|
-
// fill: $nvd3-color-8 !important;
|
|
68
|
-
// stroke: $nvd3-color-8 !important;
|
|
69
|
-
// }
|
|
70
|
-
//
|
|
71
|
-
// &-8 {
|
|
72
|
-
// fill: $nvd3-color-9 !important;
|
|
73
|
-
// stroke: $nvd3-color-9 !important;
|
|
74
|
-
// }
|
|
75
|
-
//
|
|
76
|
-
// &-9 {
|
|
77
|
-
// fill: $nvd3-color-10 !important;
|
|
78
|
-
// stroke: $nvd3-color-10 !important;
|
|
79
|
-
// }
|
|
80
|
-
//
|
|
81
|
-
// &-10 {
|
|
82
|
-
// fill: $nvd3-color-11 !important;
|
|
83
|
-
// stroke: $nvd3-color-11 !important;
|
|
84
|
-
// }
|
|
85
|
-
// }
|
|
86
|
-
//
|
|
87
|
-
// // legend series fill and stroke
|
|
88
|
-
// .nv-legendWrap .nv-legend .nv-series {
|
|
89
|
-
// &:nth-child(1) .nv-legend-symbol {
|
|
90
|
-
// fill: $nvd3-color-1 !important;
|
|
91
|
-
// stroke: $nvd3-color-1 !important;
|
|
92
|
-
// }
|
|
93
|
-
//
|
|
94
|
-
// &:nth-child(2) .nv-legend-symbol {
|
|
95
|
-
// fill: $nvd3-color-2 !important;
|
|
96
|
-
// stroke: $nvd3-color-2 !important;
|
|
97
|
-
// }
|
|
98
|
-
//
|
|
99
|
-
// &:nth-child(3) .nv-legend-symbol {
|
|
100
|
-
// fill: $nvd3-color-3 !important;
|
|
101
|
-
// stroke: $nvd3-color-3 !important;
|
|
102
|
-
// }
|
|
103
|
-
//
|
|
104
|
-
// &:nth-child(4) .nv-legend-symbol {
|
|
105
|
-
// fill: $nvd3-color-4 !important;
|
|
106
|
-
// stroke: $nvd3-color-4 !important;
|
|
107
|
-
// }
|
|
108
|
-
//
|
|
109
|
-
// &:nth-child(5) .nv-legend-symbol {
|
|
110
|
-
// fill: $nvd3-color-5 !important;
|
|
111
|
-
// stroke: $nvd3-color-5 !important;
|
|
112
|
-
// }
|
|
113
|
-
//
|
|
114
|
-
// &:nth-child(6) .nv-legend-symbol {
|
|
115
|
-
// fill: $nvd3-color-6 !important;
|
|
116
|
-
// stroke: $nvd3-color-6 !important;
|
|
117
|
-
// }
|
|
118
|
-
//
|
|
119
|
-
// &:nth-child(7) .nv-legend-symbol {
|
|
120
|
-
// fill: $nvd3-color-7 !important;
|
|
121
|
-
// stroke: $nvd3-color-7 !important;
|
|
122
|
-
// }
|
|
123
|
-
//
|
|
124
|
-
// &:nth-child(8) .nv-legend-symbol {
|
|
125
|
-
// fill: $nvd3-color-8 !important;
|
|
126
|
-
// stroke: $nvd3-color-8 !important;
|
|
127
|
-
// }
|
|
128
|
-
//
|
|
129
|
-
// &:nth-child(9) .nv-legend-symbol {
|
|
130
|
-
// fill: $nvd3-color-9 !important;
|
|
131
|
-
// stroke: $nvd3-color-9 !important;
|
|
132
|
-
// }
|
|
133
|
-
//
|
|
134
|
-
// &:nth-child(10) .nv-legend-symbol {
|
|
135
|
-
// fill: $nvd3-color-10 !important;
|
|
136
|
-
// stroke: $nvd3-color-10 !important;
|
|
137
|
-
// }
|
|
138
|
-
//
|
|
139
|
-
// &:nth-child(11) .nv-legend-symbol {
|
|
140
|
-
// fill: $nvd3-color-11 !important;
|
|
141
|
-
// stroke: $nvd3-color-11 !important;
|
|
142
|
-
// }
|
|
143
|
-
//
|
|
144
|
-
// }
|
|
145
|
-
//}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
/* NVD3 Tooltip */
|
|
2
|
-
.nvtooltip {
|
|
3
|
-
position: absolute;
|
|
4
|
-
display: block;
|
|
5
|
-
padding: 1px;
|
|
6
|
-
z-index: $nvd3-tooltip-zindex;
|
|
7
|
-
user-select: none;
|
|
8
|
-
font-family: $nvd3-font-family;
|
|
9
|
-
font-size: $nvd3-tooltip-font-size;
|
|
10
|
-
text-align: left;
|
|
11
|
-
white-space: nowrap;
|
|
12
|
-
pointer-events: none;
|
|
13
|
-
background-color: rgba($nvd3-tooltip-background, 0.8);
|
|
14
|
-
border: 1px solid rgba($nvd3-tooltip-border, 0.2);
|
|
15
|
-
border-radius: $nvd3-border-radius;
|
|
16
|
-
color: rgba($nvd3-tooltip-color, 1);
|
|
17
|
-
|
|
18
|
-
> div {
|
|
19
|
-
padding: $unit-tiny;
|
|
20
|
-
background: rgba($body-bg, 0.7) !important;
|
|
21
|
-
color: $body-color;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/* Give tooltips that old fade in transition by
|
|
25
|
-
putting a "with-transitions" class on the container div.
|
|
26
|
-
*/
|
|
27
|
-
&.with-transitions,
|
|
28
|
-
.with-transitions .nvtooltip {
|
|
29
|
-
transition: opacity $nvd3-transition-duration-short $nvd3-transition-function-default;
|
|
30
|
-
transition-delay: $nvd3-transition-delay-default;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&.x-nvtooltip,
|
|
34
|
-
&.y-nvtooltip {
|
|
35
|
-
padding: $nvd3-tooltip-x-y-tooltip-padding;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&.xy-tooltip {
|
|
39
|
-
background-color: rgba($nvd3-tooltip-xy-tooltip-background, 0.5);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
& h3 {
|
|
43
|
-
margin: 0;
|
|
44
|
-
padding: $unit-tiny $unit-small;
|
|
45
|
-
line-height: $line-height-computed;
|
|
46
|
-
font-weight: normal;
|
|
47
|
-
background-color: rgba($nvd3-tooltip-h3-background, 0.75);
|
|
48
|
-
color: rgba($nvd3-tooltip-h3-color, 1);
|
|
49
|
-
text-align: center;
|
|
50
|
-
border-bottom: 1px solid $nvd3-tooltip-h3-border-bottom-color;
|
|
51
|
-
border-radius: $nvd3-border-radius $nvd3-border-radius 0 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
p {
|
|
55
|
-
margin: 0;
|
|
56
|
-
padding: $unit-tiny $unit-small;
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
span {
|
|
61
|
-
display: inline-block;
|
|
62
|
-
margin: 2px 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
table {
|
|
66
|
-
margin: 6px;
|
|
67
|
-
border-spacing: 0;
|
|
68
|
-
|
|
69
|
-
td {
|
|
70
|
-
padding: 2px 9px 2px 0;
|
|
71
|
-
vertical-align: middle;
|
|
72
|
-
|
|
73
|
-
&.key {
|
|
74
|
-
font-weight: normal;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&.key.total {
|
|
78
|
-
font-weight: bold;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&.value {
|
|
82
|
-
text-align: right;
|
|
83
|
-
font-weight: bold;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&.percent {
|
|
87
|
-
color: $nvd3-tooltip-table-percent;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&.legend-color-guide div {
|
|
91
|
-
width: 8px;
|
|
92
|
-
height: 8px;
|
|
93
|
-
vertical-align: middle;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&.legend-color-guide {
|
|
97
|
-
div {
|
|
98
|
-
width: 12px;
|
|
99
|
-
height: 12px;
|
|
100
|
-
border: 1px solid $nvd3-tooltip-table-legend-color-guide-border;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
//tr {
|
|
106
|
-
// &:nth-child(1) .legend-color-guide div {
|
|
107
|
-
// background-color: $nvd3-color-1 !important;
|
|
108
|
-
// }
|
|
109
|
-
//
|
|
110
|
-
// &:nth-child(2) .legend-color-guide div {
|
|
111
|
-
// background-color: $nvd3-color-2 !important;
|
|
112
|
-
// }
|
|
113
|
-
//
|
|
114
|
-
// &:nth-child(3) .legend-color-guide div {
|
|
115
|
-
// background-color: $nvd3-color-3 !important;
|
|
116
|
-
// }
|
|
117
|
-
//
|
|
118
|
-
// &:nth-child(4) .legend-color-guide div {
|
|
119
|
-
// background-color: $nvd3-color-4 !important;
|
|
120
|
-
// }
|
|
121
|
-
//
|
|
122
|
-
// &:nth-child(5) .legend-color-guide div {
|
|
123
|
-
// background-color: $nvd3-color-5 !important;
|
|
124
|
-
// }
|
|
125
|
-
//
|
|
126
|
-
// &:nth-child(6) .legend-color-guide div {
|
|
127
|
-
// background-color: $nvd3-color-6 !important;
|
|
128
|
-
// }
|
|
129
|
-
//
|
|
130
|
-
// &:nth-child(7) .legend-color-guide div {
|
|
131
|
-
// background-color: $nvd3-color-7 !important;
|
|
132
|
-
// }
|
|
133
|
-
//
|
|
134
|
-
// &:nth-child(8) .legend-color-guide div {
|
|
135
|
-
// background-color: $nvd3-color-8 !important;
|
|
136
|
-
// }
|
|
137
|
-
//
|
|
138
|
-
// &:nth-child(9) .legend-color-guide div {
|
|
139
|
-
// background-color: $nvd3-color-9 !important;
|
|
140
|
-
// }
|
|
141
|
-
//
|
|
142
|
-
// &:nth-child(10) .legend-color-guide div {
|
|
143
|
-
// background-color: $nvd3-color-10 !important;
|
|
144
|
-
// }
|
|
145
|
-
//
|
|
146
|
-
// &:nth-child(11) .legend-color-guide div {
|
|
147
|
-
// background-color: $nvd3-color-11 !important;
|
|
148
|
-
// }
|
|
149
|
-
//
|
|
150
|
-
// &:last-child .legend-color-guide div {
|
|
151
|
-
// background-color: transparent !important;
|
|
152
|
-
// }
|
|
153
|
-
//}
|
|
154
|
-
|
|
155
|
-
tr.highlight td {
|
|
156
|
-
padding: 1px 9px 1px 0;
|
|
157
|
-
border-bottom-style: solid;
|
|
158
|
-
border-bottom-width: 1px;
|
|
159
|
-
border-top-style: solid;
|
|
160
|
-
border-top-width: 1px;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.footer {
|
|
165
|
-
padding: 3px;
|
|
166
|
-
text-align: center;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
&-pending-removal {
|
|
170
|
-
pointer-events: none;
|
|
171
|
-
display: none;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/****
|
|
176
|
-
Interactive Layer
|
|
177
|
-
*/
|
|
178
|
-
.nvd3 {
|
|
179
|
-
.nv-interactiveGuideLine {
|
|
180
|
-
pointer-events: none;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
line.nv-guideline {
|
|
184
|
-
stroke: $nvd3-guideline-stroke;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
/* NVD3 Tooltip */
|
|
2
|
-
|
|
3
|
-
.nvtooltip {
|
|
4
|
-
//position: absolute;
|
|
5
|
-
//display: block;
|
|
6
|
-
//padding: 1px;
|
|
7
|
-
z-index: $nvd3-tooltip-zindex;
|
|
8
|
-
//user-select: none;
|
|
9
|
-
font-family: $nvd3-font-family;
|
|
10
|
-
font-size: $nvd3-tooltip-font-size;
|
|
11
|
-
//text-align: left;
|
|
12
|
-
//white-space: nowrap;
|
|
13
|
-
//pointer-events: none;
|
|
14
|
-
background-color: rgba($nvd3-tooltip-background, 0.8);
|
|
15
|
-
border: 1px solid rgba($nvd3-tooltip-border, 0.2);
|
|
16
|
-
border-radius: $nvd3-border-radius;
|
|
17
|
-
color: rgba($nvd3-tooltip-color, 1);
|
|
18
|
-
|
|
19
|
-
> div {
|
|
20
|
-
padding: $unit-small $unit-tiny;
|
|
21
|
-
background: $body-bg !important;
|
|
22
|
-
color: $body-color;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/* Give tooltips that old fade in transition by
|
|
26
|
-
putting a "with-transitions" class on the container div.
|
|
27
|
-
*/
|
|
28
|
-
&.with-transitions,
|
|
29
|
-
.with-transitions .nvtooltip {
|
|
30
|
-
transition: opacity $nvd3-transition-duration-short $nvd3-transition-function-default;
|
|
31
|
-
transition-delay: $nvd3-transition-delay-default;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&.x-nvtooltip,
|
|
35
|
-
&.y-nvtooltip {
|
|
36
|
-
padding: $nvd3-tooltip-x-y-tooltip-padding;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.xy-tooltip {
|
|
40
|
-
background-color: rgba($nvd3-tooltip-xy-tooltip-background, 0.5);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
& h3 {
|
|
44
|
-
margin: 0;
|
|
45
|
-
padding: $unit-tiny $unit-small;
|
|
46
|
-
line-height: $line-height-computed;
|
|
47
|
-
//font-weight: normal;
|
|
48
|
-
background-color: rgba($nvd3-tooltip-h3-background, 0.75);
|
|
49
|
-
color: rgba($nvd3-tooltip-h3-color, 1);
|
|
50
|
-
//text-align: center;
|
|
51
|
-
border-bottom: 1px solid $nvd3-tooltip-h3-border-bottom-color;
|
|
52
|
-
border-radius: $nvd3-border-radius $nvd3-border-radius 0 0;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
p {
|
|
56
|
-
//margin: 0;
|
|
57
|
-
padding: $unit-tiny $unit-small;
|
|
58
|
-
//text-align: center;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
//span {
|
|
62
|
-
// display: inline-block;
|
|
63
|
-
// margin: 2px 0;
|
|
64
|
-
//}
|
|
65
|
-
|
|
66
|
-
table {
|
|
67
|
-
//margin: 6px;
|
|
68
|
-
//border-spacing: 0;
|
|
69
|
-
|
|
70
|
-
td {
|
|
71
|
-
color: $body-color;
|
|
72
|
-
//padding: 2px 9px 2px 0;
|
|
73
|
-
//vertical-align: middle;
|
|
74
|
-
//
|
|
75
|
-
//&.key {
|
|
76
|
-
// font-weight: normal;
|
|
77
|
-
//}
|
|
78
|
-
//
|
|
79
|
-
//&.key.total {
|
|
80
|
-
// font-weight: bold;
|
|
81
|
-
//}
|
|
82
|
-
//
|
|
83
|
-
//&.value {
|
|
84
|
-
// text-align: right;
|
|
85
|
-
// font-weight: bold;
|
|
86
|
-
//}
|
|
87
|
-
|
|
88
|
-
&.percent {
|
|
89
|
-
color: $nvd3-tooltip-table-percent;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
//&.legend-color-guide div {
|
|
93
|
-
// width: 8px;
|
|
94
|
-
// height: 8px;
|
|
95
|
-
// vertical-align: middle;
|
|
96
|
-
//}
|
|
97
|
-
|
|
98
|
-
&.legend-color-guide div {
|
|
99
|
-
//width: 12px;
|
|
100
|
-
//height: 12px;
|
|
101
|
-
border: 1px solid $nvd3-tooltip-table-legend-color-guide-border;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
//tr {
|
|
106
|
-
// &:nth-child(1) .legend-color-guide div {
|
|
107
|
-
// background-color: $nvd3-color-1 !important;
|
|
108
|
-
// }
|
|
109
|
-
//
|
|
110
|
-
// &:nth-child(2) .legend-color-guide div {
|
|
111
|
-
// background-color: $nvd3-color-2 !important;
|
|
112
|
-
// }
|
|
113
|
-
//
|
|
114
|
-
// &:nth-child(3) .legend-color-guide div {
|
|
115
|
-
// background-color: $nvd3-color-3 !important;
|
|
116
|
-
// }
|
|
117
|
-
//
|
|
118
|
-
// &:nth-child(4) .legend-color-guide div {
|
|
119
|
-
// background-color: $nvd3-color-4 !important;
|
|
120
|
-
// }
|
|
121
|
-
//
|
|
122
|
-
// &:nth-child(5) .legend-color-guide div {
|
|
123
|
-
// background-color: $nvd3-color-5 !important;
|
|
124
|
-
// }
|
|
125
|
-
//
|
|
126
|
-
// &:nth-child(6) .legend-color-guide div {
|
|
127
|
-
// background-color: $nvd3-color-6 !important;
|
|
128
|
-
// }
|
|
129
|
-
//
|
|
130
|
-
// &:nth-child(7) .legend-color-guide div {
|
|
131
|
-
// background-color: $nvd3-color-7 !important;
|
|
132
|
-
// }
|
|
133
|
-
//
|
|
134
|
-
// &:nth-child(8) .legend-color-guide div {
|
|
135
|
-
// background-color: $nvd3-color-8 !important;
|
|
136
|
-
// }
|
|
137
|
-
//
|
|
138
|
-
// &:nth-child(9) .legend-color-guide div {
|
|
139
|
-
// background-color: $nvd3-color-9 !important;
|
|
140
|
-
// }
|
|
141
|
-
//
|
|
142
|
-
// &:nth-child(10) .legend-color-guide div {
|
|
143
|
-
// background-color: $nvd3-color-10 !important;
|
|
144
|
-
// }
|
|
145
|
-
//
|
|
146
|
-
// &:nth-child(11) .legend-color-guide div {
|
|
147
|
-
// background-color: $nvd3-color-11 !important;
|
|
148
|
-
// }
|
|
149
|
-
//
|
|
150
|
-
// &:last-child .legend-color-guide div {
|
|
151
|
-
// background-color: transparent !important;
|
|
152
|
-
// }
|
|
153
|
-
//}
|
|
154
|
-
|
|
155
|
-
//tr.highlight td {
|
|
156
|
-
// padding: 1px 9px 1px 0;
|
|
157
|
-
// border-bottom-style: solid;
|
|
158
|
-
// border-bottom-width: 1px;
|
|
159
|
-
// border-top-style: solid;
|
|
160
|
-
// border-top-width: 1px;
|
|
161
|
-
//}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
//.footer {
|
|
165
|
-
// padding: 3px;
|
|
166
|
-
// text-align: center;
|
|
167
|
-
//}
|
|
168
|
-
//
|
|
169
|
-
//&-pending-removal {
|
|
170
|
-
// pointer-events: none;
|
|
171
|
-
// display: none;
|
|
172
|
-
//}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/****
|
|
176
|
-
Interactive Layer
|
|
177
|
-
*/
|
|
178
|
-
.nvd3 {
|
|
179
|
-
//.nv-interactiveGuideLine {
|
|
180
|
-
// pointer-events: none;
|
|
181
|
-
//}
|
|
182
|
-
|
|
183
|
-
line.nv-guideline {
|
|
184
|
-
stroke: $nvd3-guideline-stroke;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|