ux: progress on metrics tab changes

This commit is contained in:
Torkel Ödegaard
2017-08-31 16:38:49 +02:00
parent 84d4958a3c
commit eb0f5cc900
9 changed files with 112 additions and 89 deletions

View File

@@ -16,6 +16,10 @@ $gf-form-margin: 0.25rem;
&--grow {
flex-grow: 1;
}
&--flex-end {
justify-content: flex-end;
}
}
.gf-form-disabled {

View File

@@ -16,27 +16,18 @@
border-radius: 4px;
margin-bottom: $spacer;
margin-right: $gf-form-margin;
flex-grow: 1;
h5 {
margin-bottom: $spacer;
}
ul {
padding-left: $spacer;
padding-left: $spacer * 1.5;
}
a {
@extend .external-link;
}
&--animate {
max-height: 0;
overflow: hidden;
}
&--animate-open {
max-height: 1000px;
transition: max-height 250ms ease-in-out;
}
}
.grafana-info-box__close {