cloud-ui.vusion
Version:
Vusion Cloud UI
31 lines (24 loc) • 397 B
CSS
.root {
user-select: none;
height: 64px;
/* display: flex;
justify-content: space-between; */
}
.left {
float: left;
margin-right: 50px;
}
.middle {
/* flex: auto; */
margin: 0 50px;
}
.root[alignment="center"] .middle {
text-align: center;
}
.root[alignment="right"] .middle {
text-align: right;
}
.right {
float: right;
margin-left: 50px;
}