grafana/public/sass/pages/_plugins.scss

34 lines
497 B
SCSS
Raw Normal View History

2019-02-21 09:37:42 -06:00
.get-more-plugins-link {
color: $gray-3;
font-size: $font-size-sm;
position: relative;
top: $space-md;
2019-02-21 09:37:42 -06:00
&:hover {
color: $link-hover-color;
}
img {
vertical-align: top;
}
}
@include media-breakpoint-down(sm) {
.get-more-plugins-link {
display: none;
}
}
.plugin-info-list-item {
white-space: nowrap;
max-width: $page-sidebar-width;
text-overflow: ellipsis;
overflow: hidden;
img {
width: 16px;
margin-right: 4px;
margin-bottom: 1px;
2019-02-21 09:37:42 -06:00
}
}