Merge pull request #1417 from migonzalvar/ft/make-scss-lint-happy

Fix scss-lint issues
stable
Alejandro 2018-03-05 09:34:54 +01:00 committed by GitHub
commit b12472bf96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -92,13 +92,13 @@ $column-padding: .5rem 1rem;
margin-right: 0;
}
.title {
width: 100%;
display: flex;
align-items: flex-end;
display: flex;
width: 100%;
.counter {
margin: 0em .5rem;
@include font-size(xsmall);
line-height: 1.6;
margin: 0 .5rem;
}
.name {
@include ellipsis(65%);
@ -190,7 +190,7 @@ $column-padding: .5rem 1rem;
}
}
.column {
padding-left: 0.5rem;
padding-left: .5rem;
width: 100%;
}
.fake-img {