polestar-ui-kit
Version:
## Install
15 lines (13 loc) • 349 B
text/less
@container-prefix-cls: ~"@{polestar-prefix}-container";
.@{container-prefix-cls} {
&-flex {
display: flex;
flex-direction: column;
height: 100%;
.@{search-prefix-cls} {
margin: 3px 0 10px 0;
padding: 0 0 10px 0;
border-bottom: @border-width-base @border-style-base @border-color-split;
}
}
}