grafana/public/sass/components/_panel_pluginlist.scss

58 lines
884 B
SCSS
Raw Normal View History

2016-04-08 17:46:45 -05:00
.pluginlist-section-header {
margin-bottom: $spacer;
2016-04-08 17:46:45 -05:00
color: $text-color-weak;
}
.pluginlist-section {
margin-bottom: $spacer;
2016-04-08 17:46:45 -05:00
}
.pluginlist-link {
@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 {
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;
}
.pluginlist-message--update {
2017-12-19 09:22:41 -06:00
&:hover {
border-bottom: 1px solid $text-color;
}
}
2017-12-19 09:22:41 -06:00
.pluginlist-message--enable {
color: $external-link-color;
2017-12-19 09:22:41 -06:00
&:hover {
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 {
font-weight: $font-weight-semi-bold;
2016-04-08 18:07:20 -05:00
}