Commit b9517d11 by Torkel Ödegaard

wip: explore logs styling

parent 86bb36fe
...@@ -66,7 +66,8 @@ $column-horizontal-spacing: 10px; ...@@ -66,7 +66,8 @@ $column-horizontal-spacing: 10px;
vertical-align: middle; vertical-align: middle;
&:first-child { &:first-child {
padding-left: $column-horizontal-spacing; padding-left: $column-horizontal-spacing - 2px;
border-left: 2px solid transparent;
} }
&:last-child { &:last-child {
...@@ -74,6 +75,12 @@ $column-horizontal-spacing: 10px; ...@@ -74,6 +75,12 @@ $column-horizontal-spacing: 10px;
} }
} }
&:hover {
> div:first-child {
border-left: 2px solid $blue;
}
}
&:nth-child(odd) { &:nth-child(odd) {
background: $page-bg; background: $page-bg;
} }
...@@ -137,7 +144,7 @@ $column-horizontal-spacing: 10px; ...@@ -137,7 +144,7 @@ $column-horizontal-spacing: 10px;
&--warning, &--warning,
&--warn { &--warn {
&::after { &::after {
background-color: #eab839; background-color: $warn;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment