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

Fix scss_lint

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