mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-23 21:18:12 +00:00
28 lines
345 B
CSS
28 lines
345 B
CSS
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
outline: none;
|
|
padding: 0;
|
|
}
|
|
|
|
html, body, #container {
|
|
height: 100%;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.panel {
|
|
background-color: #fafafa;
|
|
border: solid 1px #ccc;
|
|
border-radius: 2px;
|
|
font-family: 'Arial', sans-serif;
|
|
padding: 10px;
|
|
}
|
|
|
|
.djs-label {
|
|
font-family: 'Arial', sans-serif;
|
|
}
|
|
|