Commit 5fceb8d1 authored by Phil Hughes's avatar Phil Hughes

fixed scss-lint

parent 061be86e
...@@ -306,8 +306,8 @@ ...@@ -306,8 +306,8 @@
.dirty-diff { .dirty-diff {
// !important need to override monaco inline style // !important need to override monaco inline style
width: 4px !important; width: 4px !important;
left: 0 !important; left: 0 !important;
&-modified { &-modified {
background-color: $blue-500; background-color: $blue-500;
...@@ -318,8 +318,8 @@ ...@@ -318,8 +318,8 @@
} }
&-removed { &-removed {
height: 0!important; height: 0 !important;
width: 0!important; width: 0 !important;
bottom: -2px; bottom: -2px;
border-style: solid; border-style: solid;
border-width: 5px; border-width: 5px;
......
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