Files
GS13NG/tgui/src/components/input.styl
Poojawa b1b4826c0c July 5th TG sync (#1883)
July 5th TG sync
2017-07-05 22:14:19 -05:00

20 lines
382 B
Stylus

input
display: inline-block
vertical-align: middle
height: 20px
line-height: @height - 3px
padding: 0 5px
white-space: nowrap
color: input-color-text
background-color: input-color-background
border: 1px solid input-color-border
&.number
width: 35px
&::placeholder
color: input-color-placeholder
&::-ms-clear
display: none