2014-04-22 19:59:35 +00:00
|
|
|
.list-group-item {
|
|
|
|
padding: 0;
|
|
|
|
border-width: 2px;
|
2014-04-25 19:12:21 +00:00
|
|
|
border-bottom-width: 2px;
|
2014-06-02 14:50:24 +00:00
|
|
|
border-radius: 2px;
|
2014-04-24 20:21:55 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
2014-04-30 16:15:54 +00:00
|
|
|
@include transition(background-color .3s ease-in-out);
|
2014-04-22 19:59:35 +00:00
|
|
|
|
|
|
|
.list-group-item-heading, .list-inline {
|
|
|
|
margin: 10px 15px 10px 15px;
|
2014-09-19 08:52:31 +00:00
|
|
|
padding: 0px 5px 0px 5px;
|
2014-04-22 19:59:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-inline {
|
|
|
|
padding-left: 0px;
|
|
|
|
color: $gray;
|
2014-04-23 14:45:58 +00:00
|
|
|
font-size: 13px;
|
2014-04-22 19:59:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item-heading {
|
|
|
|
border-bottom: 2px solid #eee;
|
|
|
|
color: $gray-darker;
|
|
|
|
|
|
|
|
.heading-helper {
|
|
|
|
float: right;
|
|
|
|
font-weight: 600;
|
|
|
|
color: $gray-light;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-bar {
|
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2014-04-24 20:21:55 +00:00
|
|
|
|
|
|
|
&.list-link:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: lighten($gray-background, 8%);
|
|
|
|
}
|
2014-04-25 16:45:55 +00:00
|
|
|
|
2014-05-30 18:26:11 +00:00
|
|
|
&.list-condensed-link:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: lighten($gray-background, 8%);
|
|
|
|
}
|
|
|
|
|
2014-06-06 19:11:26 +00:00
|
|
|
&.list-condensed-link, &.list-condensed {
|
2014-05-30 18:26:11 +00:00
|
|
|
border-color: $gray-background;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
height: 40px;
|
2014-06-09 15:12:41 +00:00
|
|
|
|
|
|
|
&.double-line {
|
2014-06-09 15:28:35 +00:00
|
|
|
height: 54px;
|
2014-06-09 15:12:41 +00:00
|
|
|
}
|
|
|
|
|
2014-05-30 18:26:11 +00:00
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
.name {
|
|
|
|
font-size: 15px;
|
2014-06-06 19:11:26 +00:00
|
|
|
padding-top: 6px;
|
2014-05-30 18:26:11 +00:00
|
|
|
|
2014-10-15 23:19:14 +00:00
|
|
|
span {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 35%;
|
|
|
|
float: left;
|
|
|
|
display:inline-block;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2014-05-30 18:26:11 +00:00
|
|
|
small {
|
2015-02-12 02:51:30 +00:00
|
|
|
display: inline-block;
|
2014-05-30 18:26:11 +00:00
|
|
|
padding-right: 8px;
|
2014-06-05 18:28:40 +00:00
|
|
|
padding-top: 2px;
|
2014-05-30 18:26:11 +00:00
|
|
|
font-size: 12px;
|
|
|
|
color: $gray-light;
|
|
|
|
}
|
|
|
|
}
|
2014-06-09 15:12:41 +00:00
|
|
|
|
2015-02-12 02:51:30 +00:00
|
|
|
.metadata {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
float: left;
|
|
|
|
color: $gray-light;
|
|
|
|
}
|
|
|
|
|
2014-06-09 15:12:41 +00:00
|
|
|
ul.sub {
|
|
|
|
li {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
color: $gray-light;
|
2014-09-19 08:52:31 +00:00
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
2014-09-19 09:07:15 +00:00
|
|
|
display: none;
|
2014-09-19 08:52:31 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
2014-06-09 15:12:41 +00:00
|
|
|
}
|
2014-05-30 18:26:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-bar-horizontal {
|
|
|
|
width: 20px;
|
|
|
|
float: left;
|
|
|
|
height: 100%;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2014-04-24 17:58:03 +00:00
|
|
|
|
|
|
|
|
2014-06-02 14:35:46 +00:00
|
|
|
&.active {
|
|
|
|
@include transition(border-color .1s linear);
|
2017-04-13 13:27:32 +00:00
|
|
|
border-color: $pink;
|
2014-06-02 14:35:46 +00:00
|
|
|
|
|
|
|
.list-bar, .list-bar-horizontal {
|
|
|
|
@include transition(background-color .1s linear);
|
2017-04-13 13:27:32 +00:00
|
|
|
background-color: $pink;
|
2014-06-02 14:35:46 +00:00
|
|
|
}
|
2014-04-24 17:58:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|