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

fixed scss-lint

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