Files
gpustack-ui/src/pages/llmodels/style/title-wrapper.less
T

21 lines
378 B
Plaintext

@padding: 16px 0px;
.h3 {
position: sticky;
top: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
padding: @padding;
padding-top: 10px;
margin-bottom: 0;
font-weight: var(--font-weight-bold);
background-color: var(--ant-color-bg-elevated);
.title {
font-weight: var(--font-weight-bold);
}
}