2016-02-26 18:25:39 +01:00
|
|
|
.plugin-header {
|
|
|
|
|
@include clearfix();
|
|
|
|
|
|
|
|
|
|
padding: $spacer 0 $spacer/2 0;
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plugin-header-logo {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 7rem;
|
|
|
|
|
img {
|
|
|
|
|
width: 7rem;
|
|
|
|
|
}
|
|
|
|
|
margin-right: $spacer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plugin-header-info-block {
|
2016-03-08 12:31:37 +01:00
|
|
|
float: left;
|
2016-02-26 18:25:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plugin-header-author {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plugin-header-stamps-type {
|
2016-03-07 14:32:16 +01:00
|
|
|
color: $link-color-disabled;
|
2016-02-26 18:25:39 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
2016-02-25 15:56:28 +01:00
|
|
|
|
2016-03-08 12:31:37 +01:00
|
|
|
.plugin-info-list-item {
|
2016-03-07 14:31:02 +01:00
|
|
|
img {
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
2016-03-13 19:21:44 +01:00
|
|
|
|
2016-03-08 12:31:37 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
|
max-width: $page-sidebar-width;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-11 19:07:16 +02:00
|
|
|
.get-more-plugins-link {
|
2017-03-21 13:13:35 -04:00
|
|
|
color: $gray-3;
|
2016-07-11 19:07:16 +02:00
|
|
|
font-size: $font-size-sm;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 1.2rem;
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $link-hover-color;
|
|
|
|
|
}
|
2017-03-21 11:17:28 -04:00
|
|
|
img {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
2016-07-11 19:07:16 +02:00
|
|
|
}
|
2016-07-11 19:16:35 +02:00
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
|
.get-more-plugins-link {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|