yylib-quick-mobile
Version:
yylib-quick-mobile
39 lines (38 loc) • 839 B
text/less
@import "../../form.less";
@import "../quickdev/theme.less";
.yy-stepper{
&.am-list-item .am-list-line .am-list-content .yy-label-required:after{
.required;
}
.am-stepper-handler {
border: 1px solid #008cff;
background: #008cff;
color: #fff;
width: 30px;
height: 30px;
line-height: 22px;
.am-icon {
width: 12px;
height: 12px;
stroke: #fff;
stroke-width: 2;
}
}
.am-stepper-handler-down {
border-radius: 3px 0 0 3px;
}
.am-stepper-handler-up{
border-radius: 0 3px 3px 0;
}
.am-stepper-disabled {
.am-stepper-handler {
color:#414655;
border: 1px solid #ddd;
}
}
.am-stepper-handler-down-disabled, .am-stepper-handler-up-disabled{
border: 1px solid @border-color-base;
background: @border-color-base;
color: black;
}
}