tplus-pos
Version:
pos module
51 lines (41 loc) • 688 B
text/less
@modalidth: 800px;
@modalHeight: 367px;
@modalPadding: 10px 16px;
@primaryColor: #FF8C26;
.dataSelectorModal {
.u-modal-dialog {
width: @modalidth ;
padding: 0 ;
}
.keyboard {
.icon-sousuo {
opacity: 0.75;
}
}
.ok {
color: #fff;
background: @primaryColor;
border: none;
}
.u-modal-body {
height: @modalHeight ;
background: #fff;
padding: @modalPadding ;
}
.u-modal-footer {
button {
border-radius: 4px;
background: #fff;
color: #000;
&.ok {
.ok
}
}
}
.content {
height: 100%;
.table {
height: 100%;
}
}
}