forked from GithubBackups/healthchecks
Update OpsGenie logo
This commit is contained in:
parent
01fc8e423b
commit
82fb4ddece
@ -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
|
||||
|
@ -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;
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.6 KiB |
Loading…
x
Reference in New Issue
Block a user