mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 18:13:32 -06:00
55 lines
823 B
SCSS
55 lines
823 B
SCSS
|
.pluginlist-section-header {
|
||
|
margin: ($spacer * 2) 0 $spacer 0;
|
||
|
color: $text-color-weak;
|
||
|
}
|
||
|
|
||
|
.pluginlist-section-header--first {
|
||
|
margin-top: $spacer /2;
|
||
|
}
|
||
|
|
||
|
.pluginlist-link {
|
||
|
display: block;
|
||
|
margin: 5px;
|
||
|
padding: 7px;
|
||
|
background-color: $tight-form-bg;
|
||
|
|
||
|
&:hover {
|
||
|
background-color: $tight-form-func-bg;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.pluginlist-icon {
|
||
|
vertical-align: sub;
|
||
|
font-size: $font-size-h1;
|
||
|
margin-right: $spacer / 2;
|
||
|
}
|
||
|
|
||
|
.pluginlist-image {
|
||
|
width: 20px;
|
||
|
}
|
||
|
|
||
|
.pluginlist-title {
|
||
|
margin-right: $spacer / 3;
|
||
|
}
|
||
|
|
||
|
.pluginlist-version {
|
||
|
font-size: $font-size-sm;
|
||
|
color: $text-color-weak;
|
||
|
}
|
||
|
|
||
|
.pluginlist-message {
|
||
|
float: right;
|
||
|
font-size: $font-size-sm;
|
||
|
}
|
||
|
|
||
|
.pluginlist-message--enable{
|
||
|
color: $brand-success;
|
||
|
}
|
||
|
|
||
|
.pluginlist-message--no-update {
|
||
|
color: $text-color-weak;
|
||
|
}
|
||
|
|
||
|
.pluginlist-message--update {
|
||
|
}
|