|
|
@ -5,18 +5,15 @@
|
|
|
|
max-width: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#analytics-panel .panel-heading i {
|
|
|
|
#analytics-panel .panel-heading > div {
|
|
|
|
&.fa-expand {
|
|
|
|
&.fa-expand {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.fa-terminal::after {
|
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
content: 'JSON';
|
|
|
|
font-weight: 600;
|
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
color: @gray-dark;
|
|
|
|
font-weight: 600;
|
|
|
|
padding-left: .5em;
|
|
|
|
color: @gray-dark;
|
|
|
|
|
|
|
|
padding-left: .5em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
padding: .75em;
|
|
|
|
padding: .75em;
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
background-color: @gray-lighter;
|
|
|
|