blob: ab2f19726d302156ca3a2259f0cc15e9ca33aa28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.dataviz {
overflow: hidden;
height: 100%;
width: 100%;
.datatype-button{
display: flex;
flex-direction: row;
}
}
.start-message {
margin: 10px;
align-self: baseline;
}
|