extpoint-yii2
Version:
JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core
31 lines (29 loc) • 492 B
text/less
.NumberFieldView {
&__container {
position: relative;
}
&__buttons-group {
width: 25px;
height: 95%;
bottom: 1px;
position: absolute;
right: 1px;
}
&__button-plus,
&__button-minus {
position: absolute;
width: 100%;
height: 50%;
cursor: pointer;
padding: 0;
font-size: 10px;
border: none;
background: transparent;
}
&__button-plus {
top: 0;
}
&__button-minus {
bottom: 0;
}
}