Skip to content

Commit

Permalink
Merge pull request #6499 from OCHA-DAP/dev
Browse files Browse the repository at this point in the history
dev into prod
  • Loading branch information
danmihaila authored Dec 11, 2024
2 parents 86c4382 + c11b716 commit dfacdfe
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
3 changes: 3 additions & 0 deletions ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ ul.dataset-resources {
.icon-hxl-tags:hover::before {
color: @orangeColor;
}
&.humanitarianicons-Environment.fresh::before {
color: @freshGreenColor;
}
}
span {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version = 'v1.85.8'
hdx_version = 'v1.85.9'
8 changes: 4 additions & 4 deletions hdx-dependency-deploy-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ HDX_GISAPI_URL=https://gallery.ecr.aws/unocha/hdx-postile/
HDX_GISAPI_TAG=1.1.0

HDX_GISLAYER_URL=https://gallery.ecr.aws/unocha/hdx-gislayer/
HDX_GISLAYER_TAG=0.9.2
HDX_GISLAYER_TAG=0.9.3

HDX_GISWORKER_URL=https://gallery.ecr.aws/unocha/hdx-gisworker/
HDX_GISWORKER_TAG=0.9.2
HDX_GISWORKER_TAG=0.9.3

HDX_QAINGEST_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-qa-ingest/
HDX_QAINGEST_TAG=0.1.3

HDX_NOTIFICATION_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-notification-platform
HDX_NOTIFICATION_TAG=0.1.5
HDX_NOTIFICATION_TAG=0.1.7

HDX_PCODE_URL=https://gallery.ecr.aws/unocha/hdx-jp-sw-pcode/
HDX_PCODE_TAG=0.1.10
Expand All @@ -27,4 +27,4 @@ HDX_N8N_IMAGE_URL=https://gallery.ecr.aws/unocha/hdx-n8n/
HDX_N8N_IMAGE_TAG=1.31.2

HDX_N8N_WORKFLOW_URL=https://github.com/OCHA-DAP/hdx-n8n-qa-workflow
HDX_N8N_WORKFLOW_TAG=0.5.1
HDX_N8N_WORKFLOW_TAG=0.6.0

0 comments on commit dfacdfe

Please sign in to comment.