mand-mobile
Version:
A Vue.js 2.0 Mobile UI Toolkit
1 lines • 1.09 kB
CSS
.md-stepper{color:#01080f;-webkit-font-smoothing:antialiased;font-size:28px;height:50px;display:-webkit-box;display:-webkit-flex;display:flex}.md-stepper.disabled .md-stepper-button:after,.md-stepper.disabled .md-stepper-button:before,.md-stepper.disabled input{opacity:.3}.md-stepper-button{position:relative;width:54px;height:50px;background-color:#f9fafb;border-radius:2px}.md-stepper-button:after{width:24px;height:2px}.md-stepper-button.md-stepper-button-add:before,.md-stepper-button:after{content:"";position:absolute;top:50%;left:50%;background:#01080f;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.md-stepper-button.md-stepper-button-add:before{width:2px;height:24px}.md-stepper-button.disabled:after,.md-stepper-button.disabled:before{opacity:.3}.md-stepper-number{margin:0 4px;width:68px;height:50px;padding:0 4px;text-align:center;border-radius:0;background-color:#f9fafb}.md-stepper-number input{width:100%;height:50px;border:none;outline:none;font-size:26px;line-height:50px;background-color:initial;box-sizing:border-box;text-align:center;color:#01080f}