@aplus-frontend/ui
Version:
101 lines (100 loc) • 2.16 kB
CSS
.reset-component {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
background-color: var(--ap-scrollbar-thumb-color-base);
background-clip: content-box;
border: 1px solid transparent;
border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
display: table;
content: '';
}
.clear-fix::after {
display: table;
clear: both;
content: '';
}
.common-style {
box-sizing: border-box;
font-size: 12px;
font-family: inherit;
}
.common-style::before,
.common-style::after {
box-sizing: border-box;
}
.aplus-ap-text {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
display: flex;
align-items: baseline;
}
.aplus-ap-text--vertical {
flex-direction: column;
align-items: flex-start;
}
.aplus-ap-text--vertical > .aplus-ap-text__content {
max-width: 100%;
}
.aplus-ap-text__label {
display: inline-flex;
align-items: baseline;
color: var(--ap-text-color-3);
}
.aplus-ap-text__label::after {
content: ':';
position: relative;
top: -0.5px;
margin-inline: 2px 8px;
}
.aplus-ap-text__label--no-colon::after {
content: '';
}
.aplus-ap-text__content {
flex: 1;
min-width: 0;
display: flex;
align-items: baseline;
}
.aplus-ap-text__content-addon-after {
margin-left: 4px;
}
.aplus-ap-text__content-addon-after:has(span.anticon) {
line-height: 1;
}
.aplus-ap-text span.ant-typography {
color: var(--ap-text-color-2);
}
.aplus-ap-text span.ant-typography.ant-typography-secondary {
color: var(--ap-text-color-3);
}
.aplus-ap-text a.ant-typography {
color: var(--ap-color-link);
}