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