mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fine tune stats styles
This commit is contained in:
parent
9f0b1e533f
commit
a08042ea18
@ -392,6 +392,7 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
box-shadow: $card-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row-labels {
|
.logs-row-labels {
|
||||||
@ -420,11 +421,12 @@
|
|||||||
content: '*';
|
content: '*';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: -0.75em;
|
left: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__value {
|
&__value {
|
||||||
|
Loading…
Reference in New Issue
Block a user