pulsar/static/select-list.less

41 lines
636 B
Plaintext
Raw Normal View History

2013-09-27 02:37:28 +04:00
@import "ui-variables";
@import "octicon-mixins";
.select-list {
.loading {
.loading-message {
2013-08-07 06:13:14 +04:00
.octicon(hourglass);
&:before {
font-size: 1.1em;
width: 1.1em;
height: 1.1em;
margin-right: 5px;
}
}
.badge {
margin-left: 10px;
}
}
2013-08-24 03:31:07 +04:00
ol.list-group {
position: relative;
overflow-y: auto;
max-height: 312px;
2013-09-27 02:37:28 +04:00
margin: @component-padding 0 0 0;
padding: 0;
li {
display: block;
.primary-line,
.secondary-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
}
}