Added UI for +/- buttons

This commit is contained in:
2017-11-16 22:37:18 +01:00
parent f29079ea8d
commit abfad585e8
5 changed files with 30 additions and 6 deletions

View File

@ -22,6 +22,8 @@ input, select
padding 0.5rem 1rem
input
height input-height
:active
transform translateY(3px)
@ -55,4 +57,14 @@ textarea
padding 0.4em 0.8em
line-height 1.5em
height 10rem
transition none
transition none
.number-input-container
horizontal
button
justify-content center
margin-left 0.2rem
padding 0
width 2.7rem
height input-height