Commit 6fa82735 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix scss_lint

parent d159a9a2
......@@ -19,7 +19,8 @@
}
}
.project-refs-form, .project-refs-target-form {
.project-refs-form,
.project-refs-target-form {
display: inline-block;
&.disabled {
......@@ -101,6 +102,7 @@
animation: swipeRightDissapear ease-in 0.1s;
animation-iteration-count: 1;
transform-origin: 0% 50%;
a {
width: 0;
}
......@@ -166,9 +168,10 @@
.binary-unknown {
text-align: center;
padding-top: 100px;
background: #FAFAFA;
background: $gray-light;
height: 100%;
font-size: 17px;
span {
display: block;
}
......
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