Skip to content

Commit

Permalink
Merge pull request #691 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Develop -> Main - v2.1.5
  • Loading branch information
orakili authored Dec 13, 2023
2 parents be83643 + 09957e2 commit a398b2f
Show file tree
Hide file tree
Showing 55 changed files with 2,039 additions and 534 deletions.
2 changes: 1 addition & 1 deletion .docksal/docksal.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKSAL_STACK=default
DOCROOT=html
DB_IMAGE="docksal/db:1.1-mysql-5.7"
CLI_IMAGE='docksal/cli:php8.0-build'
CLI_IMAGE='docksal/cli:php8.2-build'
14 changes: 14 additions & 0 deletions PATCHES/common_design--default-logo-remove.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/components/cd/cd-header/cd-logo.css b/components/cd/cd-header/cd-logo.css
index b8e7821..c7b7d96 100644
--- a/components/cd/cd-header/cd-logo.css
+++ b/components/cd/cd-header/cd-logo.css
@@ -14,9 +14,6 @@
float: left;
width: var(--brand-logo-mobile-width, 52px);
height: var(--cd-site-header-height);
- background:
- linear-gradient(transparent, transparent),
- url(../../../img/logos/ocha-logo-blue.svg) center no-repeat;
}

/* Mobile: Hides logo set in info.yml in favour of background image. */
187 changes: 0 additions & 187 deletions PATCHES/maintenance200-drupal-10-compatibility.patch

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"drupal/imagemagick": "^3.4",
"drupal/inline_entity_form": "^1.0@rc",
"drupal/mailsystem": "^4.4",
"drupal/maintenance200": "^1.1",
"drupal/maintenance200": "^2",
"drupal/memcache": "^2.5",
"drupal/metatag": "^1.22",
"drupal/mimemail": "^1.0@alpha",
Expand Down Expand Up @@ -71,6 +71,7 @@
"reliefweb/simple-datepicker": "^v1.3",
"symfony/uid": "^6.2",
"unocha/common_design": "^9.2",
"unocha/ocha_monitoring": "^1.0",
"webflo/drupal-finder": "^1.2.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit a398b2f

Please sign in to comment.