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