aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components/_sequenceDiagram.scss
blob: f567e076676b38601b4262db7aadbb7f3518cfb0 (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;
        }
    }
}