aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
blob: a69881b7c57727241b94cad30e8c7894dce07e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.dataviz {
    overflow: scroll;
    height: 100%;
    width: 100%;

    .datatype-button{
        display: flex;
        flex-direction: row;
    }
}
.start-message {
    margin: 10px;
    align-self: baseline;
}