@aplus-frontend/ui
Version:
98 lines (97 loc) • 2.19 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-download-wrapper {
text-wrap: nowrap;
display: inline-block;
}
.aplus-ap-download-inner-wrapper {
display: inline-block;
color: var(--download-main-color);
cursor: pointer;
display: flex;
align-items: center;
}
.aplus-ap-download-inner-wrapper .spin {
margin-right: 5px;
}
.aplus-ap-download-inner-wrapper .icon {
position: relative;
font-size: 16px;
margin-right: 5px;
}
.aplus-ap-download-inner-wrapper .text {
color: var(--download-main-color);
}
.aplus-ap-download-inner-wrapper:hover {
color: var(--download-main-color-opacity);
}
.aplus-ap-download-inner-wrapper--large {
line-height: 22px;
font-size: 14px;
}
.aplus-ap-download-inner-wrapper--middle {
line-height: 18px;
font-size: 12px;
}
.aplus-ap-download-inner-wrapper--small {
line-height: 16px;
font-size: 10px;
}
.aplus-ap-download-inner-wrapper--disabled {
color: #8896b0;
cursor: not-allowed;
}
.aplus-ap-download-inner-wrapper--disabled:hover {
color: #8896b0;
}
.aplus-ap-download-inner-wrapper--disabled-admin {
cursor: not-allowed;
color: #999;
}
.aplus-ap-download-inner-wrapper--disabled-admin:hover {
color: #999;
}