@aplus-frontend/ui
Version:
104 lines (103 loc) • 2.54 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-tag-wrapper {
text-wrap: nowrap;
white-space: nowrap;
display: inline-flex;
max-width: 100%;
}
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
border-radius: 4px;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
padding: 6px;
line-height: 22px;
font-size: 14px;
}
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
line-height: 18px;
padding: 3px 6px;
font-size: 12px;
}
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
padding: 0 4px;
line-height: 18px;
font-size: 12px;
border-radius: 2px;
}
.aplus-tag-wrapper-purely > * {
background-color: var(--tag-main-color-background);
color: var(--ap-text-color-2);
}
.aplus-tag-wrapper-border > * {
outline: 1px solid var(--tag-main-color);
outline-offset: -1px;
background-color: var(--tag-main-color-opacity);
color: var(--tag-main-color);
}
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
background-color: rgba(136, 150, 176, 0.15);
}
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
background-color: rgba(51, 51, 51, 0.15);
}
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
outline: 1px solid #DEE4ED;
outline-offset: -1px;
background-color: #526a900f;
color: #8896b0;
}
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
outline: 1px solid #d9d9d9;
outline-offset: -1px;
background-color: #9999990f;
color: #999;
}