shu-c-view
Version:
rollup 打包vue组件库框架
35 lines (34 loc) • 705 B
text/less
.base-quarter-picker {
width: 220px;
}
.base-quarter-picker--popover {
.btn.el-button--text {
display: inline-block;
width: 45%;
margin-top: 10px;
margin-left: 0;
font-size: 14px;
color: rgb(96, 98, 102);
&:hover {
color: rgb(64, 158, 255);
}
&.is-disabled {
color: rgb(192, 196, 204);
cursor: not-allowed;
}
&.selectBtn {
color: rgb(64, 158, 255);
}
&.selectBtn:hover {
color: rgb(64, 158, 255) ;
}
&.currentBtn {
font-weight: 700;
color: rgb(64, 158, 255);
&:hover {
font-weight: 700;
color: rgb(64, 158, 255);
}
}
}
}