@provoly/dashboard 0.22.3 → 0.22.5
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/dataset/style/_o-pry-dataset-card.scss +24 -2
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
- package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
- package/esm2022/dataset/components/dataset.component.mjs +3 -3
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/import.component.mjs +1 -1
- package/esm2022/lib/core/components/about/about.component.mjs +3 -3
- package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
- package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +8 -4
- package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
- package/esm2022/lib/core/components/select/select.component.mjs +19 -8
- package/esm2022/lib/core/components/share/share.component.mjs +1 -1
- package/esm2022/lib/core/i18n/en.translations.mjs +7 -2
- package/esm2022/lib/core/i18n/fr.translations.mjs +7 -2
- package/esm2022/lib/core/store/image/image.service.mjs +4 -3
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
- package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
- package/esm2022/lib/dashboard/resultset-utils.mjs +3 -3
- package/esm2022/notification/store/notification.service.mjs +1 -1
- package/esm2022/notification/style/css.component.mjs +2 -2
- package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
- package/esm2022/presentation/components/presentation.component.mjs +4 -3
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
- package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/esm2022/search/search-home/search-home.component.mjs +2 -2
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
- package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
- package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
- package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
- package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +20 -8
- package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
- package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
- package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
- package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
- package/esm2022/toolbox/components/share/share.component.mjs +4 -3
- package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +13 -3
- package/esm2022/toolbox/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +7 -7
- package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
- package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
- package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
- package/fesm2022/provoly-dashboard-admin.mjs +14 -14
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +1 -1
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-notification.mjs +2 -2
- package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
- package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +5 -5
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +54 -31
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +13 -8
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +59 -33
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
- package/lib/core/components/select/select.component.d.ts +2 -1
- package/lib/core/i18n/en.translations.d.ts +5 -0
- package/lib/core/i18n/fr.translations.d.ts +5 -0
- package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
- package/notification/style/_m-notifications.scss +4 -10
- package/package.json +13 -13
- package/presentation/style/_o-pry-new-presentation.scss +0 -4
- package/presentation/style/_o-pry-presentation.scss +6 -1
- package/restitution/style/_o-restitution-list.scss +1 -1
- package/styles/abstracts/_mixins.scss +13 -0
- package/styles/components/_a-btn.scss +8 -26
- package/styles/components/_a-chip.scss +13 -0
- package/styles/components/_m-info-icon.scss +2 -3
- package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
- package/styles/components/_o-dashboard.scss +41 -7
- package/styles/components/_o-modal.scss +1 -1
- package/styles/components/_o-widget.scss +5 -5
- package/styles/layout/_o-manifest-layout.scss +4 -0
- package/styles/libs/_reset-lib-ol.scss +9 -5
- package/styles/main.scss +7 -7
- package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
- package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -25
- package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
- package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
- package/styles-theme/components-theme/_a-btn.theme.scss +45 -72
- package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
- package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
- package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
- package/styles-theme/components-theme/_a-pry-select.theme.scss +11 -3
- package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
- package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
- package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
- package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
- package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
- package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
- package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
- package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
- package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
- package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
- package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
- package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
- package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
- package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
- package/styles-theme/components-theme/_o-pry-presentation.theme.scss +12 -14
- package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
- package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
- package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
- package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
- package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
- package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
- package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
- package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
- package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
- package/styles-theme/components-theme/_overlay.theme.scss +3 -3
- package/styles-theme/layout-theme/_o-base-layout.theme.scss +3 -3
- package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
- package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
- package/styles-theme/main-theme.scss +5 -4
- package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
- package/toolbox/components/toolbox.component.d.ts +3 -1
- package/toolbox/style/_o-filter-settings.scss +0 -4
- package/toolbox/style/_o-toolbox.scss +2 -26
- package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
- package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
- package/widgets/widget-map/style/_o-widget-map.scss +2 -2
- package/styles/components/_a-chips.scss +0 -15
- package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
&__item {
|
|
7
7
|
@extend %card-with-hover;
|
|
8
8
|
|
|
9
|
+
&:hover {
|
|
10
|
+
background-color: themed($theme-map, 'color', 'primary', 300);
|
|
11
|
+
|
|
12
|
+
.o-presentation__item__footer {
|
|
13
|
+
border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
9
17
|
&__header {
|
|
10
18
|
background-color: themed($theme-map, 'color', 'primary', 100);
|
|
11
19
|
|
|
@@ -15,27 +23,17 @@
|
|
|
15
23
|
}
|
|
16
24
|
|
|
17
25
|
&__txt {
|
|
18
|
-
.a-
|
|
19
|
-
|
|
20
|
-
color: themed($theme-map, 'color', 'primary', 500);
|
|
21
|
-
}
|
|
26
|
+
.a-h3 {
|
|
27
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
22
28
|
}
|
|
23
29
|
}
|
|
24
30
|
|
|
25
31
|
&__footer {
|
|
26
|
-
border-top: 1px themed($theme-map, 'color', '
|
|
32
|
+
border-top: 1px themed($theme-map, 'color', 'grey', 300) solid;
|
|
27
33
|
|
|
28
34
|
pry-icon {
|
|
29
|
-
color: themed($theme-map, 'color', '
|
|
35
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|
|
33
|
-
|
|
34
|
-
.more-button {
|
|
35
|
-
background: transparent;
|
|
36
|
-
|
|
37
|
-
.a-btn {
|
|
38
|
-
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
39
|
}
|
|
@@ -4,13 +4,7 @@
|
|
|
4
4
|
/* Theme Organism - pry search tools */
|
|
5
5
|
|
|
6
6
|
.o-pry-search-tools {
|
|
7
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
8
7
|
border-right: 1px themed($theme-map, 'color', 'primary', 300) solid;
|
|
9
|
-
// background-color: themed($theme-map, 'color', 'primary', 500);
|
|
10
|
-
|
|
11
|
-
/*.a-btn.-back{
|
|
12
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
13
|
-
}*/
|
|
14
8
|
|
|
15
9
|
&.is-close {
|
|
16
10
|
border-right-color: themed($theme-map, 'color', 'primary', 400);
|
|
@@ -20,23 +14,18 @@
|
|
|
20
14
|
border-bottom-color: themed($theme-map, 'color', 'primary', 400);
|
|
21
15
|
|
|
22
16
|
[class*='a-h'] {
|
|
23
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
17
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
24
18
|
}
|
|
25
19
|
|
|
26
20
|
.a-btn {
|
|
27
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
21
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
28
22
|
}
|
|
29
23
|
}
|
|
30
24
|
|
|
31
25
|
&__content {
|
|
32
26
|
#btn_reset {
|
|
33
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
34
27
|
font-weight: 300;
|
|
35
28
|
}
|
|
36
|
-
|
|
37
|
-
/*.a-toggle {
|
|
38
|
-
color: themed($theme-map, 'color', 'primary', 'contrast', 600);
|
|
39
|
-
}*/
|
|
40
29
|
}
|
|
41
30
|
|
|
42
31
|
&__footer {
|
|
@@ -5,30 +5,28 @@
|
|
|
5
5
|
.o-pry-stepper {
|
|
6
6
|
.m-stepper-item {
|
|
7
7
|
&__count {
|
|
8
|
-
background-color:
|
|
8
|
+
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
9
9
|
|
|
10
10
|
&.-active {
|
|
11
|
-
|
|
12
|
-
background-color: themed($theme-map, 'color', 'accent', 700);
|
|
11
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
&.-complete {
|
|
16
|
-
|
|
17
|
-
background-color: themed($theme-map, 'color', 'accent', 400);
|
|
15
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
18
16
|
}
|
|
19
17
|
}
|
|
20
18
|
}
|
|
21
19
|
|
|
22
20
|
.m-stepper-line {
|
|
23
|
-
background: themed($theme-map, 'color', '
|
|
21
|
+
background-color: themed($theme-map, 'color', 'primary', 400);
|
|
24
22
|
|
|
25
23
|
&__percent {
|
|
26
24
|
&.-active {
|
|
27
|
-
background-color: themed($theme-map, 'color', '
|
|
25
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
&.-complete {
|
|
31
|
-
background-color: themed($theme-map, 'color', '
|
|
29
|
+
background-color: themed($theme-map, 'color', 'primary', 600);
|
|
32
30
|
}
|
|
33
31
|
}
|
|
34
32
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.o-search-fulltext {
|
|
6
6
|
&__classes {
|
|
7
7
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
8
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
8
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
9
9
|
|
|
10
10
|
&__content {
|
|
11
11
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&__selected {
|
|
31
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
31
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
32
32
|
background-color: themed($theme-map, 'color', 'primary', 200);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -4,24 +4,19 @@
|
|
|
4
4
|
/* Theme Organism - Search multi class */
|
|
5
5
|
|
|
6
6
|
.o-search-multi-class {
|
|
7
|
-
// background-color: themed($theme-map, 'color', 'primary', 500);
|
|
8
7
|
&__header {
|
|
9
8
|
.a-h3 {
|
|
10
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
11
9
|
font-size: toRem(14);
|
|
12
10
|
}
|
|
13
11
|
}
|
|
14
12
|
|
|
15
13
|
&__add-condition {
|
|
16
14
|
.a-btn.a-btn--secondary {
|
|
17
|
-
// border-color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
18
15
|
border-width: 1px;
|
|
19
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
20
16
|
}
|
|
21
17
|
}
|
|
22
18
|
|
|
23
19
|
.a-btn.a-btn--icon-text {
|
|
24
|
-
// color: themed($theme-map, 'color', 'primary', 'contrast', 500);
|
|
25
20
|
font-size: toRem(13);
|
|
26
21
|
font-weight: 400;
|
|
27
22
|
}
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
background-color: transparent;
|
|
12
12
|
|
|
13
13
|
&:hover {
|
|
14
|
-
color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
14
|
+
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
15
15
|
background-color: themed($theme-map, 'color', 'accent', 500);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&:focus,
|
|
19
19
|
&:active {
|
|
20
|
-
color: themed($theme-map, 'color', 'accent', 'contrast',
|
|
20
|
+
color: themed($theme-map, 'color', 'accent', 'contrast', 50);
|
|
21
21
|
background-color: themed($theme-map, 'color', 'accent', 600);
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -25,16 +25,45 @@
|
|
|
25
25
|
@include typography-level(themed($theme-map, 'typography', 'panel'));
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.ol-control {
|
|
29
|
+
button {
|
|
30
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
31
|
+
|
|
32
|
+
&:hover {
|
|
33
|
+
@include changeBgColor(
|
|
34
|
+
$targetBgColor: themed($theme-map, 'color', 'primary', 600),
|
|
35
|
+
$targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
|
|
36
|
+
$targetBorderColor: themed($theme-map, 'color', 'primary', 600)
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
28
42
|
.m-btn-group.-selection-choice, .m-btn-group.-map-selection-choice {
|
|
29
43
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
44
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
45
|
+
|
|
46
|
+
&.-map-export {
|
|
47
|
+
&:hover {
|
|
48
|
+
@include changeBgColor(
|
|
49
|
+
$targetBgColor: themed($theme-map, 'color', 'primary', 600),
|
|
50
|
+
$targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
|
|
51
|
+
$targetBorderColor: themed($theme-map, 'color', 'primary', 600)
|
|
52
|
+
);
|
|
53
|
+
|
|
54
|
+
button {
|
|
55
|
+
color: themed($theme-map, 'color', 'primary', 50);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
30
59
|
|
|
31
60
|
.a-btn {
|
|
32
|
-
color:
|
|
61
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
33
62
|
background-color: transparent;
|
|
34
63
|
|
|
35
64
|
&.-selected {
|
|
36
65
|
color: themed($theme-map, 'color', 'accent', 500);
|
|
37
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
66
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
38
67
|
}
|
|
39
68
|
}
|
|
40
69
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
background-color: themed($theme-map, 'color', 'primary', 50);
|
|
10
10
|
|
|
11
11
|
&.pry-tooltip-reversed {
|
|
12
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
12
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
13
13
|
background-color: themed($theme-map, 'color', 'graph', 01);
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
|
|
22
22
|
.pry-overlay-container {
|
|
23
23
|
color: themed($theme-map, 'color', 'graph', 01);
|
|
24
|
-
background-color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
24
|
+
background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
25
25
|
|
|
26
26
|
&.pry-overlay-reversed {
|
|
27
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
27
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
28
28
|
background-color: themed($theme-map, 'color', 'graph', 01);
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
|
|
9
9
|
|
|
10
10
|
.a-btn {
|
|
11
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
11
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
&__menu {
|
|
16
16
|
border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
|
|
17
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
17
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&__toolbox {
|
|
21
21
|
border-bottom-color: themed($theme-map, 'color', 'primary', 300);
|
|
22
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
22
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,13 @@
|
|
|
6
6
|
.o-manifest-layout {
|
|
7
7
|
&__toolbox {
|
|
8
8
|
border-bottom-color: themed($theme-map, 'color', 'primary', 300);
|
|
9
|
-
color: themed($theme-map, 'color', 'primary', 'contrast',
|
|
9
|
+
color: themed($theme-map, 'color', 'primary', 'contrast', 50);
|
|
10
|
+
|
|
11
|
+
&__search {
|
|
12
|
+
.a-icon {
|
|
13
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
10
16
|
}
|
|
11
17
|
|
|
12
18
|
.o-card-manifest {
|
|
@@ -22,7 +28,7 @@
|
|
|
22
28
|
}
|
|
23
29
|
}
|
|
24
30
|
|
|
25
|
-
.m-btn-group .
|
|
31
|
+
.m-btn-group .search-icon {
|
|
26
32
|
color: themed($theme-map, 'color', 'primary', 400);
|
|
27
33
|
|
|
28
34
|
&:hover {
|
|
@@ -6,30 +6,39 @@
|
|
|
6
6
|
.ol-control button {
|
|
7
7
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
8
8
|
background-color: themed($theme-map, 'color', 'grey', 50);
|
|
9
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
.ol-zoom {
|
|
12
13
|
.ol-zoom-in,
|
|
13
14
|
.ol-zoom-out {
|
|
14
|
-
|
|
15
|
+
font-family: Arial, sans-serif;
|
|
16
|
+
font-weight: 300;
|
|
17
|
+
font-size: toRem(24);
|
|
18
|
+
color: themed($theme-map, 'color', 'primary', 600);
|
|
15
19
|
background-color: themed($theme-map, 'color', 'grey', 50);
|
|
16
20
|
|
|
17
21
|
&:hover,
|
|
18
22
|
&:focus {
|
|
19
|
-
|
|
23
|
+
@include changeBgColor(
|
|
24
|
+
$targetBgColor: themed($theme-map, 'color', 'primary', 600),
|
|
25
|
+
$targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
|
|
26
|
+
$targetBorderColor: themed($theme-map, 'color', 'primary', 600)
|
|
27
|
+
)
|
|
20
28
|
}
|
|
21
29
|
}
|
|
22
30
|
}
|
|
23
31
|
|
|
24
32
|
.ol-searchbar button,
|
|
25
33
|
.layer-switcher button {
|
|
34
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
26
35
|
border-color: themed($theme-map, 'color', 'primary', 400) !important;
|
|
27
36
|
background-color: themed($theme-map, 'color', 'grey', 50) !important;
|
|
28
37
|
}
|
|
29
38
|
|
|
30
39
|
.ol-control button:hover,
|
|
31
40
|
.ol-control button:focus {
|
|
32
|
-
background-color: themed($theme-map, 'color', 'grey', 200)
|
|
41
|
+
background-color: themed($theme-map, 'color', 'grey', 200);
|
|
33
42
|
}
|
|
34
43
|
|
|
35
44
|
.ol-searchbar,
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
@use 'components-theme/a-badge.theme' as *;
|
|
5
5
|
@use 'components-theme/a-btn.theme' as *;
|
|
6
6
|
@use 'components-theme/a-checkbox.theme' as *;
|
|
7
|
-
@use 'components-theme/a-
|
|
7
|
+
@use 'components-theme/a-chip.theme' as *;
|
|
8
|
+
@use 'components-theme/a-expandable-value.theme' as *;
|
|
8
9
|
@use 'components-theme/a-form-field.theme' as *;
|
|
10
|
+
@use 'components-theme/a-icon.theme' as *;
|
|
9
11
|
@use 'components-theme/a-label.theme' as *;
|
|
10
12
|
@use 'components-theme/a-link.theme' as *;
|
|
11
13
|
@use 'components-theme/a-page-loader.theme' as *;
|
|
@@ -14,7 +16,6 @@
|
|
|
14
16
|
@use 'components-theme/a-table.theme' as *;
|
|
15
17
|
@use 'components-theme/a-toggle.theme' as *;
|
|
16
18
|
@use 'components-theme/a-tooltip.theme' as *;
|
|
17
|
-
@use 'components-theme/a-expandable-value.theme' as *;
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
/* Atoms lib */
|
|
@@ -25,15 +26,16 @@
|
|
|
25
26
|
@use 'components-theme/m-choose-widget.theme' as *;
|
|
26
27
|
@use 'components-theme/m-context-menu.theme' as *;
|
|
27
28
|
@use 'components-theme/m-filter.theme' as *;
|
|
29
|
+
@use 'components-theme/m-form-radio-group.theme' as *;
|
|
28
30
|
@use 'components-theme/m-metadata-tag.theme' as *;
|
|
29
31
|
@use 'components-theme/m-minus-plus.theme' as *;
|
|
30
32
|
@use 'components-theme/m-nav-links.theme' as *;
|
|
31
33
|
@use 'components-theme/m-notifications.theme' as *;
|
|
34
|
+
@use 'components-theme/m-pry-search-select-attribute.theme' as *;
|
|
32
35
|
@use 'components-theme/m-snackbar.theme' as *;
|
|
33
36
|
@use 'components-theme/m-time-picker.theme' as *;
|
|
34
37
|
@use 'components-theme/m-toolbox.theme' as *;
|
|
35
38
|
@use 'components-theme/m-tooltip.theme' as *;
|
|
36
|
-
@use 'components-theme/m-pry-search-select-attribute.theme' as *;
|
|
37
39
|
|
|
38
40
|
/* Organisms */
|
|
39
41
|
@use 'components-theme/o-accordion.theme' as *;
|
|
@@ -41,7 +43,6 @@
|
|
|
41
43
|
@use 'components-theme/o-catalog.theme' as *;
|
|
42
44
|
@use 'components-theme/o-dashboard.theme' as *;
|
|
43
45
|
@use 'components-theme/o-date-picker.theme' as *;
|
|
44
|
-
@use 'components-theme/o-datasources.theme' as *;
|
|
45
46
|
@use 'components-theme/o-draggable-menu.theme' as *;
|
|
46
47
|
@use 'components-theme/o-modal.theme' as *;
|
|
47
48
|
@use 'components-theme/o-multi-class-condition.theme' as *;
|
|
@@ -2,7 +2,7 @@ import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
|
2
2
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
3
3
|
import { Injector, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
4
4
|
import { Store } from '@ngrx/store';
|
|
5
|
-
import { Class, DataSource, FieldType, Filter, FilterFactoryService, GlobalManifest } from '@provoly/dashboard';
|
|
5
|
+
import { Class, DataSource, FieldType, Filter, FilterFactoryService, GlobalManifest, PryI18nService } from '@provoly/dashboard';
|
|
6
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
7
|
import { ToolboxActionComponent } from '../toolbox-action/toolbox-action.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -23,6 +23,7 @@ export declare class PryFilterSettingsComponent extends ToolboxActionComponent {
|
|
|
23
23
|
private viewContainerRef;
|
|
24
24
|
private filterFactoryService;
|
|
25
25
|
private injector;
|
|
26
|
+
private i18nService;
|
|
26
27
|
label: boolean;
|
|
27
28
|
templateSettings: TemplateRef<any>;
|
|
28
29
|
overlayRefSettings?: OverlayRef;
|
|
@@ -56,7 +57,7 @@ export declare class PryFilterSettingsComponent extends ToolboxActionComponent {
|
|
|
56
57
|
}[]>;
|
|
57
58
|
selectedAttribute$: BehaviorSubject<string[]>;
|
|
58
59
|
container: ViewContainerRef;
|
|
59
|
-
constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, filterFactoryService: FilterFactoryService, injector: Injector);
|
|
60
|
+
constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, filterFactoryService: FilterFactoryService, injector: Injector, i18nService: PryI18nService);
|
|
60
61
|
getDatasourceClass(dataSource: DataSource, classes: Class[]): Class | undefined;
|
|
61
62
|
isValidAttributeForComponentType(componentType: string, attribute: Attribute): boolean;
|
|
62
63
|
drop(event: CdkDragDrop<Filter[]>): void;
|
|
@@ -3,6 +3,7 @@ import { Store } from '@ngrx/store';
|
|
|
3
3
|
import { DisplayOptions, PryBaseAccess } from '@provoly/dashboard';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
5
|
import { ToolboxAction } from '../toolbox.model';
|
|
6
|
+
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class ToolboxComponent implements OnInit {
|
|
8
9
|
private role;
|
|
@@ -12,6 +13,7 @@ export declare class ToolboxComponent implements OnInit {
|
|
|
12
13
|
order: number;
|
|
13
14
|
}[]>;
|
|
14
15
|
displayLabels: boolean;
|
|
16
|
+
dropdownPosition: ConnectedPosition[];
|
|
15
17
|
isManualMode$: Observable<boolean>;
|
|
16
18
|
allActions$: Observable<ToolboxAction[]>;
|
|
17
19
|
mainActions$: Observable<ToolboxAction[]>;
|
|
@@ -32,5 +34,5 @@ export declare class ToolboxComponent implements OnInit {
|
|
|
32
34
|
closeDropdown($event: Event | void): void;
|
|
33
35
|
getOrder(actionName: string): number | undefined;
|
|
34
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, [null, { optional: true; }]>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "pry-toolbox", never, { "displayLabels": { "alias": "displayLabels"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "dropdownActions": { "alias": "dropdownActions"; "required": false; }; }, {}, never, never, false, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "pry-toolbox", never, { "displayLabels": { "alias": "displayLabels"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "dropdownActions": { "alias": "dropdownActions"; "required": false; }; }, {}, never, never, false, never>;
|
|
36
38
|
}
|
|
@@ -6,31 +6,7 @@
|
|
|
6
6
|
&__list {
|
|
7
7
|
display: flex;
|
|
8
8
|
flex-direction: column;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
.a-btn {
|
|
12
|
-
border: none;
|
|
13
|
-
color: #40b688;
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
margin-bottom: toRem(-5);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.a-btn:disabled {
|
|
19
|
-
color: #40b688;
|
|
20
|
-
opacity: 0.5;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.a-btn::before {
|
|
24
|
-
content: '\2192';
|
|
25
|
-
font-size: toRem(20);
|
|
26
|
-
padding-bottom: toRem(10);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
pry-toolbox-action-instanciator {
|
|
30
|
-
.a-tooltip[data-tooltip][data-tooltip-position=bottom]::after {
|
|
31
|
-
top: calc(100% - 10px);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
9
|
+
padding: toRem(4) 0;
|
|
10
|
+
align-items: flex-end;
|
|
35
11
|
}
|
|
36
12
|
}
|
|
@@ -9,7 +9,7 @@ export declare class WidgetMapLegendUrlPipe implements PipeTransform {
|
|
|
9
9
|
[p: string]: GetCapabilitiesResponse | null;
|
|
10
10
|
} | undefined | null;
|
|
11
11
|
}]): string;
|
|
12
|
-
returnStyleForLayer(style: ChildNode):
|
|
12
|
+
returnStyleForLayer(style: ChildNode): string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetMapLegendUrlPipe, never>;
|
|
14
14
|
static ɵpipe: i0.ɵɵPipeDeclaration<WidgetMapLegendUrlPipe, "legendUrl", false>;
|
|
15
15
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use '../../../styles/abstracts
|
|
1
|
+
@use '../../../styles/abstracts' as *;
|
|
2
2
|
|
|
3
3
|
.m-map-layer-action {
|
|
4
4
|
display: flex;
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
z-index: 2;
|
|
7
7
|
right: toRem(8);
|
|
8
8
|
|
|
9
|
+
button {
|
|
10
|
+
border-radius: 8px;
|
|
11
|
+
}
|
|
12
|
+
|
|
9
13
|
&.ol-control {
|
|
10
14
|
border: none;
|
|
11
15
|
background-color: transparent;
|
|
@@ -21,11 +25,6 @@
|
|
|
21
25
|
height: toRem(30);
|
|
22
26
|
}
|
|
23
27
|
|
|
24
|
-
button {
|
|
25
|
-
background-color: #fafafa !important;
|
|
26
|
-
color: #113b6e;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
28
|
&__title {
|
|
30
29
|
display: flex;
|
|
31
30
|
flex-direction: row;
|
|
@@ -41,7 +40,7 @@
|
|
|
41
40
|
&__container {
|
|
42
41
|
color: #113b6e;
|
|
43
42
|
background-color: white;
|
|
44
|
-
border-radius: toRem(
|
|
43
|
+
border-radius: toRem(8);
|
|
45
44
|
padding: toRem(5) toRem(8);
|
|
46
45
|
|
|
47
46
|
.a-h4 {
|
|
@@ -90,7 +89,7 @@
|
|
|
90
89
|
position: absolute;
|
|
91
90
|
z-index: 1;
|
|
92
91
|
background-color: white;
|
|
93
|
-
border-radius: toRem(
|
|
92
|
+
border-radius: toRem(8);
|
|
94
93
|
padding: toRem(5);
|
|
95
94
|
|
|
96
95
|
&.-left {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
right: unset;
|
|
42
42
|
border-width: toRem(1);
|
|
43
43
|
border-style: solid;
|
|
44
|
-
border-radius: toRem(
|
|
44
|
+
border-radius: toRem(8);
|
|
45
45
|
|
|
46
46
|
button {
|
|
47
47
|
background-size: 30px;
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
.ol-attribution, .ol-zoom {
|
|
58
58
|
top: toRem(5);
|
|
59
59
|
bottom: unset;
|
|
60
|
-
border-radius: toRem(
|
|
60
|
+
border-radius: toRem(8);
|
|
61
61
|
padding: 0;
|
|
62
62
|
border: none;
|
|
63
63
|
background: white;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
@use '../abstracts' as *;
|
|
2
|
-
|
|
3
|
-
.a-chips {
|
|
4
|
-
border-radius: toRem(20);
|
|
5
|
-
height: toRem(14);
|
|
6
|
-
line-height: toRem(10);
|
|
7
|
-
font-size: toRem(10);
|
|
8
|
-
padding: toRem(3);
|
|
9
|
-
|
|
10
|
-
&.-md {
|
|
11
|
-
height: toRem(18);
|
|
12
|
-
line-height: toRem(14);
|
|
13
|
-
font-size: toRem(14);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@use '../../styles/abstracts' as *;
|
|
2
|
-
@use '../abstracts-theme' as *;
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
Theme organism- Datas sources
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
.o-datasources {
|
|
9
|
-
&__list {
|
|
10
|
-
&--selected {
|
|
11
|
-
.a-btn--icon-text {
|
|
12
|
-
color: themed($theme-map, 'color', 'primary', 600);
|
|
13
|
-
background-color: themed($theme-map, 'color', 'accent', 'contrast', 600);
|
|
14
|
-
box-shadow: themed($theme-map, 'decoration', 'shadow', 'default');
|
|
15
|
-
font-size: toRem(14);
|
|
16
|
-
font-weight: 500;
|
|
17
|
-
|
|
18
|
-
pry-icon {
|
|
19
|
-
background-color: themed($theme-map, 'color', 'accent', 600);
|
|
20
|
-
color: themed($theme-map, 'color', 'accent', 'contrast', 600);
|
|
21
|
-
border-radius: 50%;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__card,
|
|
28
|
-
.o-pry-card {
|
|
29
|
-
@extend %card-with-hover;
|
|
30
|
-
|
|
31
|
-
&.-selected {
|
|
32
|
-
color: themed($theme-map, 'color', 'accent', 'contrast', 600);
|
|
33
|
-
background-color: themed($theme-map, 'color', 'accent', 600);
|
|
34
|
-
|
|
35
|
-
.a-btn.a-btn--primary {
|
|
36
|
-
color: themed($theme-map, 'color', 'accent', 600);
|
|
37
|
-
background-color: themed($theme-map, 'color', 'accent', 'contrast', 600);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|