-
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.
chore: create patch that removed logo from common_design base theme, …
…add to patches file Refs: CD-519
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 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 |
---|---|---|
@@ -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 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