Skip to content

Commit

Permalink
Fix scss-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Dec 20, 2015
1 parent 515169d commit 2d931ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/card/style.scss
Expand Up @@ -24,8 +24,8 @@
background-position: center center;
background-size: cover;
&.wide, &.square {
height: 0;
width: 100%;
height: 0;
.content {
position: absolute;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion components/list/style.scss
Expand Up @@ -108,9 +108,9 @@

.avatar {
display: flex;
flex: 0 0 auto;
width: $list-item-avatar-height;
height: $list-item-avatar-height;
flex: 0 0 auto;
margin: $list-item-avatar-margin $list-horizontal-padding $list-item-avatar-margin 0;
overflow: hidden;
border-radius: 50%;
Expand Down

0 comments on commit 2d931ce

Please sign in to comment.