2016-03-08 05:31:37 -06:00
|
|
|
|
2016-07-11 12:07:16 -05:00
|
|
|
.get-more-plugins-link {
|
2017-03-21 12:13:35 -05:00
|
|
|
color: $gray-3;
|
2016-07-11 12:07:16 -05:00
|
|
|
font-size: $font-size-sm;
|
|
|
|
position: relative;
|
|
|
|
top: 1.2rem;
|
|
|
|
&:hover {
|
|
|
|
color: $link-hover-color;
|
|
|
|
}
|
2017-03-21 10:17:28 -05:00
|
|
|
img {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2016-07-11 12:07:16 -05:00
|
|
|
}
|
2016-07-11 12:16:35 -05:00
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.get-more-plugins-link {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2017-11-30 08:37:03 -06:00
|
|
|
|
|
|
|
.plugin-info-list-item {
|
|
|
|
img {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: $page-sidebar-width;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|