Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 7, 2018
1 parent 0e5cb1e commit dfbe474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/styles/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ label {
line-height: 1;
}


.page-footer {
padding-top: 0;

Expand Down
2 changes: 0 additions & 2 deletions src/styles/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@import '~font-awesome/scss/variables';
@import '~font-awesome/scss/path';
@import '~font-awesome/scss/mixins';
@import '~font-awesome/scss/variables';

.fa-codepen::before,
.fa-file-code-o::before,
Expand Down
16 changes: 8 additions & 8 deletions src/styles/_lineup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
align-self: stretch;
}

input[type=search].lu-search-input {
margin-bottom: 0;
border: 1px solid $secondary-color;
border-radius: 3px;
padding: 3px 5px;
box-sizing: border-box;
}

.lu-hierarchy-adder {
&::before {
color: #cecece;
Expand All @@ -43,14 +51,6 @@
}
}

input[type=search].lu-search-input {
margin-bottom: 0;
border: 1px solid $secondary-color;
border-radius: 3px;
padding: 3px 5px;
box-sizing: border-box;
}

.lu-summary .lu-checkbox > [type=checkbox] + label {
margin: 0;
font-size: 12px;
Expand Down

0 comments on commit dfbe474

Please sign in to comment.