Browse Source

Update OpsGenie logo

pull/307/head
Pēteris Caune 5 years ago
parent
commit
82fb4ddece
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
7 changed files with 11 additions and 10 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +9
    -9
      static/css/icomoon.css
  3. BIN
      static/fonts/icomoon.eot
  4. +1
    -1
      static/fonts/icomoon.svg
  5. BIN
      static/fonts/icomoon.ttf
  6. BIN
      static/fonts/icomoon.woff
  7. BIN
      static/img/integrations/opsgenie.png

+ 1
- 0
CHANGELOG.md View File

@ -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


+ 9
- 9
static/css/icomoon.css View File

@ -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;


BIN
static/fonts/icomoon.eot View File


+ 1
- 1
static/fonts/icomoon.svg
File diff suppressed because it is too large
View File


BIN
static/fonts/icomoon.ttf View File


BIN
static/fonts/icomoon.woff View File


BIN
static/img/integrations/opsgenie.png View File

Before After
Width: 102  |  Height: 102  |  Size: 2.7 KiB Width: 148  |  Height: 148  |  Size: 2.6 KiB

Loading…
Cancel
Save