2016-04-08 18:46:45 -04:00
|
|
|
.pluginlist-section-header {
|
2016-04-09 15:32:41 -04:00
|
|
|
margin-bottom: $spacer;
|
2016-04-08 18:46:45 -04:00
|
|
|
color: $text-color-weak;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-09 15:32:41 -04:00
|
|
|
.pluginlist-section {
|
|
|
|
|
margin-bottom: $spacer;
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-link {
|
2017-11-23 12:54:12 +01:00
|
|
|
@include list-item();
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-icon {
|
|
|
|
|
vertical-align: sub;
|
|
|
|
|
font-size: $font-size-h1;
|
|
|
|
|
margin-right: $spacer / 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-image {
|
2017-12-05 12:30:49 -05:00
|
|
|
width: 17px;
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-title {
|
2016-04-11 14:17:38 -04:00
|
|
|
margin-right: $spacer / 3;
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-version {
|
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
|
color: $text-color-weak;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-message {
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-11 19:01:18 -04:00
|
|
|
.pluginlist-message--update {
|
|
|
|
|
&:hover {
|
|
|
|
|
border-bottom: 1px solid $text-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-08 18:46:45 -04:00
|
|
|
.pluginlist-message--enable{
|
2016-04-11 19:01:18 -04:00
|
|
|
color: $external-link-color;
|
|
|
|
|
&:hover {
|
|
|
|
|
border-bottom: 1px solid $external-link-color;
|
|
|
|
|
}
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-message--no-update {
|
|
|
|
|
color: $text-color-weak;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-08 19:07:20 -04:00
|
|
|
.pluginlist-emphasis {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pluginlist-none-installed {
|
|
|
|
|
color: $text-color-weak;
|
|
|
|
|
font-size: $font-size-sm;
|
2016-04-08 18:46:45 -04:00
|
|
|
}
|
2016-04-11 19:01:18 -04:00
|
|
|
|
|
|
|
|
.pluginlist-inline-logo {
|
|
|
|
|
vertical-align: sub;
|
|
|
|
|
margin-right: $spacer / 3;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|