@difizen/magent-au
Version:
22 lines (18 loc) • 361 B
text/less
.magent-portal {
height: 100%;
box-sizing: border-box;
position: relative;
background-color: var(--mana-ant-color-bg-layout);
.ant-segmented-item + .ant-segmented-item {
margin-left: 18px;
}
&-header {
height: 64px;
display: flex;
align-items: center;
padding: 0 24px;
}
&-content {
height: calc(100% - 64px);
}
}