@antv/dumi-theme-antv
Version:
AntV website theme based on dumi2.
38 lines (32 loc) • 511 B
text/less
.container {
display: flex;
gap: 12px;
background: #f6f7fb;
padding: 0;
flex-grow: 1;
overflow-y: auto;
}
.msgBox, .taskBox{
box-shadow: 0 2px 7px #e0e0e080;
border-radius: 12px;
display: flex;
flex-direction: column;
}
.msgBox {
height: 100%;
padding: 16px;
min-width: 400px;
justify-content: space-between;
}
.msgBoxHalf {
max-width: 40vw;
}
.msgBoxFull {
width: 100%;
}
.taskBox {
height: calc(100% - 32px);
margin: 16px;
flex-grow: 1;
background: transparent;
}