Skip to content

Commit

Permalink
resolving lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns committed Apr 4, 2016
1 parent aa1d1a9 commit 2252965
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions web/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
@import "sign-in-page/sign-in-page";
@import "sign-up-form/sign-up-form";

html, body {
html,
body {
height: 100%;
}

Expand All @@ -42,7 +43,7 @@ body {
}

.hab-topbar {
@include background(url("/app/assets/images/bg-pattern.png"),linear-gradient(205deg, #f59b51 5%, #f58251 100%), center);
@include background(url("/app/assets/images/bg-pattern.png"), linear-gradient(205deg, #f59b51 5%, #f58251 100%), center);
background-color: $hab-orange;
box-shadow: 1px 0 8px 0 $light-gray;
height: 80px;
Expand All @@ -63,9 +64,11 @@ body {
@include linear-gradient(205deg, #e9f1f7 5%, #dce6ed 100%);
padding: 1em 1.5em;

h2 + a.create {
margin-bottom: .5em;
margin-top: 1.5em;
a {
&.create {
margin-bottom: .5em;
margin-top: 1.5em;
}
}

p {
Expand Down

0 comments on commit 2252965

Please sign in to comment.