Browse Source

Update PagerDuty logo in the icon font as well.

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

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

@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: url('../fonts/icomoon.eot?r6898m');
src: url('../fonts/icomoon.eot?r6898m#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?r6898m') format('truetype'),
url('../fonts/icomoon.woff?r6898m') format('woff'),
url('../fonts/icomoon.svg?r6898m#icomoon') format('svg');
src: url('../fonts/icomoon.eot?jvwv9j');
src: url('../fonts/icomoon.eot?jvwv9j#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?jvwv9j') format('truetype'),
url('../fonts/icomoon.woff?jvwv9j') format('woff'),
url('../fonts/icomoon.svg?jvwv9j#icomoon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -24,6 +24,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-pd:before {
content: "\e90b";
color: #04ac38;
}
.icon-shell:before { .icon-shell:before {
content: "\e917"; content: "\e917";
} }
@ -65,10 +69,6 @@
content: "\e90f"; content: "\e90f";
color: #f9af4a; color: #f9af4a;
} }
.icon-pd:before {
content: "\e90b";
color: #24c050;
}
.icon-email:before { .icon-email:before {
content: "\e90a"; content: "\e90a";
color: #4f5d73; color: #4f5d73;


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/pd.png View File

Before After
Width: 180  |  Height: 180  |  Size: 1.8 KiB Width: 96  |  Height: 96  |  Size: 1.1 KiB

Loading…
Cancel
Save