Commit 812acfc4 authored by Regis's avatar Regis

scss linting

parent 2333bdae
...@@ -361,17 +361,17 @@ ...@@ -361,17 +361,17 @@
} }
} }
li:before { li::before {
content: ''; content: '';
position: absolute; position: absolute;
border-top: 2px solid #e5e5e5; border-top: 2px solid $border-color;
height: 1px; height: 1px;
top: 8px; top: 8px;
width: 8px; width: 8px;
} }
li:last-child { li:last-child {
&:before { &::before {
top: 18px; top: 18px;
} }
......
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