mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
24 lines
442 B
Sass
24 lines
442 B
Sass
#add-thang-components-modal
|
|
.list-group
|
|
max-height: 500px
|
|
overflow: scroll
|
|
|
|
.item-title
|
|
cursor: pointer
|
|
.glyphicon-chevron-down
|
|
display: none
|
|
&.collapsed
|
|
.glyphicon-chevron-down
|
|
display: inline
|
|
.glyphicon-chevron-up
|
|
display: none
|
|
|
|
|
|
.list-group-item
|
|
padding: 5px
|
|
|
|
.checkbox, .item-title
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|
|
|