diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b2b3e8..bc543051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - Signup form sets the "auto-login" cookie to avoid an extra click during first login - Autofocus the email field in the signup form, and submit on enter key - Add support for OpsGenie EU region (#294) +- Update OpsGenie logo and setup illustrations ### Bug Fixes - Prevent double-clicking the submit button in signup form diff --git a/static/css/icomoon.css b/static/css/icomoon.css index 85eb4a0a..5c0262b9 100644 --- a/static/css/icomoon.css +++ b/static/css/icomoon.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('../fonts/icomoon.eot?smade2'); - src: url('../fonts/icomoon.eot?smade2#iefix') format('embedded-opentype'), - url('../fonts/icomoon.ttf?smade2') format('truetype'), - url('../fonts/icomoon.woff?smade2') format('woff'), - url('../fonts/icomoon.svg?smade2#icomoon') format('svg'); + src: url('../fonts/icomoon.eot?q2glnk'); + src: url('../fonts/icomoon.eot?q2glnk#iefix') format('embedded-opentype'), + url('../fonts/icomoon.ttf?q2glnk') format('truetype'), + url('../fonts/icomoon.woff?q2glnk') format('woff'), + url('../fonts/icomoon.svg?q2glnk#icomoon') format('svg'); font-weight: normal; font-style: normal; } @@ -24,6 +24,10 @@ -moz-osx-font-smoothing: grayscale; } +.icon-opsgenie:before { + content: "\e910"; + color: #2684ff; +} .icon-mattermost:before { content: "\e907"; color: #045acc; @@ -54,10 +58,6 @@ content: "\e90f"; color: #f9af4a; } -.icon-opsgenie:before { - content: "\e910"; - color: #fc8e2e; -} .icon-pd:before { content: "\e90b"; color: #24c050; diff --git a/static/fonts/icomoon.eot b/static/fonts/icomoon.eot index 16db047b..d4942b54 100644 Binary files a/static/fonts/icomoon.eot and b/static/fonts/icomoon.eot differ diff --git a/static/fonts/icomoon.svg b/static/fonts/icomoon.svg index 73bac290..17105232 100644 --- a/static/fonts/icomoon.svg +++ b/static/fonts/icomoon.svg @@ -34,7 +34,7 @@ - + diff --git a/static/fonts/icomoon.ttf b/static/fonts/icomoon.ttf index b9a9c0dd..02f24a9f 100644 Binary files a/static/fonts/icomoon.ttf and b/static/fonts/icomoon.ttf differ diff --git a/static/fonts/icomoon.woff b/static/fonts/icomoon.woff index 938addd8..47b5b77e 100644 Binary files a/static/fonts/icomoon.woff and b/static/fonts/icomoon.woff differ diff --git a/static/img/integrations/opsgenie.png b/static/img/integrations/opsgenie.png index df3e9dae..9bb9851f 100644 Binary files a/static/img/integrations/opsgenie.png and b/static/img/integrations/opsgenie.png differ