@aplus-frontend/ui
Version:
59 lines (54 loc) • 1.19 kB
text/less
@import '../mixins/mixins.less';
.b('ap-download', {
&-wrapper {
text-wrap: nowrap;
display: inline-block;
}
&-inner-wrapper {
display: inline-block;
color: var(--download-main-color);
cursor: pointer;
display: flex;
align-items: center;
.spin{
margin-right:5px;
}
.icon{
position: relative;
font-size: @fonts-size-xl;
margin-right: 5px;
}
.text{
color: var(--download-main-color);
}
&:hover{
color: var(--download-main-color-opacity);
}
&--large {
line-height: @line-height-lg;
font-size: @font-size-lg;
}
&--middle {
line-height: @line-height-base;
font-size: @font-size-base;
}
&--small {
line-height: @line-height-small;
font-size: @font-size-small;
}
&--disabled {
color: #8896b0;
cursor: not-allowed;
&:hover{
color: #8896b0;
}
}
&--disabled-admin {
cursor: not-allowed;
color: #999;
&:hover{
color: #999;
}
}
}
});