Merge pull request #15579 from grafana/fix/bring-plugins-scss-back

Bring back plugins page styles
This commit is contained in:
Dominik Prokop
2019-02-21 22:14:51 +01:00
committed by GitHub
2 changed files with 32 additions and 0 deletions

View File

@@ -113,5 +113,6 @@
@import 'pages/styleguide';
@import 'pages/errorpage';
@import 'pages/explore';
@import 'pages/plugins';
@import 'old_responsive';
@import 'components/view_states.scss';

View File

@@ -0,0 +1,31 @@
.get-more-plugins-link {
color: $gray-3;
font-size: $font-size-sm;
position: relative;
top: 1.2rem;
&: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;
}
}