-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #691 from UN-OCHA/develop
Develop -> Main - v2.1.5
- Loading branch information
Showing
55 changed files
with
2,039 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. */ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.