mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
18 lines
370 B
Sass
18 lines
370 B
Sass
#enrollments-view
|
|
.how-to-enroll
|
|
padding: 10px
|
|
ol
|
|
padding-left: 20px
|
|
line-height: 18px
|
|
border: thin gray solid
|
|
border-radius: 5px
|
|
|
|
#students-input
|
|
width: 100px
|
|
height: 50px
|
|
line-height: 30px
|
|
font-size: 30px
|
|
|
|
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button
|
|
-webkit-appearance: none
|
|
margin: 0
|