summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components/_sequenceDiagram.scss
blob: d89c342d478ec7b9f2586b002010ef8d89f8b5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.sequence-diagram {
  .sequence-diagram-sequencer {
	.asdcs-diagram {
	  overflow: auto;
	  max-height: 60vh;
	}
	.asdcs-editor {
	  height: 60vh;
	}
  }
  .sequence-diagram-action-buttons {
	margin-left: 20px;
	margin-top: 20px;
	button:first-of-type {
	  margin-right: 20px;
	}
  }
}