mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
25 lines
442 B
Sass
25 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
|
||
|
|