mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
wip: explore logs styling
This commit is contained in:
parent
86bb36fe97
commit
b9517d1104
@ -66,7 +66,8 @@ $column-horizontal-spacing: 10px;
|
||||
vertical-align: middle;
|
||||
|
||||
&:first-child {
|
||||
padding-left: $column-horizontal-spacing;
|
||||
padding-left: $column-horizontal-spacing - 2px;
|
||||
border-left: 2px solid transparent;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
@ -74,6 +75,12 @@ $column-horizontal-spacing: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
> div:first-child {
|
||||
border-left: 2px solid $blue;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(odd) {
|
||||
background: $page-bg;
|
||||
}
|
||||
@ -137,7 +144,7 @@ $column-horizontal-spacing: 10px;
|
||||
&--warning,
|
||||
&--warn {
|
||||
&::after {
|
||||
background-color: #eab839;
|
||||
background-color: $warn;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user