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