@aplus-frontend/ui
Version:
28 lines (26 loc) • 503 B
text/less
@import '../../mixins/mixins.less';
.b(column-setting-sorter, {
display: flex;
flex-direction: column;
height: 100%;
&-section-title {
font-size: 12px;
line-height: 20px;
color: var(--ap-text-color-3);
padding: 2px 8px;
margin: 4px;
}
&-header {
padding: 12px 20px;
&-title {
.reset-component();
font-weight: bold;
color: var(--ap-text-color-2);
}
}
&-content {
flex: 1;
overflow-y: auto;
padding: 8px 12px 0px 8px;
}
});