Initial commit
This commit is contained in:
40
client/custom/modules/advanced/css/bpmn.css
Normal file
40
client/custom/modules/advanced/css/bpmn.css
Normal file
@@ -0,0 +1,40 @@
|
||||
@font-face {
|
||||
font-family: 'bpmn';
|
||||
src: url('../fonts/bpmn.eot?w7in3t');
|
||||
src: url('../fonts/bpmn.eot?w7in3t#iefix') format('embedded-opentype'),
|
||||
url('../fonts/bpmn.ttf?w7in3t') format('truetype'),
|
||||
url('../fonts/bpmn.woff?w7in3t') format('woff'),
|
||||
url('../fonts/bpmn.svg?w7in3t#bpmn') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="bpmn-icon-"], [class*=" bpmn-icon-"] {
|
||||
font-family: 'bpmn' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.bpmn-icon-event:before {
|
||||
content: "\e900";
|
||||
}
|
||||
|
||||
.bpmn-icon-gateway:before {
|
||||
content: "\e901";
|
||||
}
|
||||
|
||||
.bpmn-icon-hand:before {
|
||||
content: "\e902";
|
||||
}
|
||||
|
||||
.bpmn-icon-task:before {
|
||||
content: "\e903";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user