49 lines
679 B
Plaintext
49 lines
679 B
Plaintext
|
|
.fui-timeaxis__node-wrap.data-v-3c819733 {
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
}
|
|
.fui-timeaxis__line.data-v-3c819733 {
|
|
|
|
|
|
|
|
|
|
width: 1px;
|
|
transform: scaleX(.5) translateZ(0);
|
|
transform-origin: center center;
|
|
|
|
flex: 1;
|
|
}
|
|
.fui-timeaxis__node-box.data-v-3c819733 {
|
|
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
|
|
flex-direction: column;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.fui-timeaxis__node.data-v-3c819733 {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fui-timeaxis__left.data-v-3c819733 {
|
|
|
|
flex-shrink: 0;
|
|
|
|
overflow: hidden;
|
|
}
|
|
.fui-timeaxis__content.data-v-3c819733 {
|
|
|
|
width: 100%;
|
|
|
|
flex: 1;
|
|
}
|