grafana/public/sass/pages/_apps.scss
2016-02-16 08:30:37 +01:00

27 lines
368 B
SCSS

.app-edit-logo-box {
padding: 1.2rem;
background: $panel-bg;
text-align: center;
img {
max-width: 7rem;
}
margin-right: 2rem;
}
.app-edit-links {
list-style: none;
margin: 0 0 0 2rem;
li {
background: $panel-bg;
margin-top: 4px;
padding: 0.2rem 1rem;
}
}
.app-edit-description {
font-style: italic;
margin-bottom: 1.5rem;
}