Skip to content

Commit

Permalink
Fixed indenting for .remove
Browse files Browse the repository at this point in the history
  • Loading branch information
wlayton committed Mar 4, 2015
1 parent 73da39a commit 253ccb9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/assets/stylesheets/blacklight/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@

}

.remove {
@extend .text-muted;
text-indent: $padding-base-horizontal;
.remove {
@extend .text-muted;
text-indent: $padding-base-horizontal;

.glyphicon {
top: 0.1em;
vertical-align: text-top;
}

&:hover {
color: $brand-danger;
}
.glyphicon {
top: 0.1em;
vertical-align: text-top;
}

&:hover {
color: $brand-danger;
}

}

@mixin hyphens-auto {
// breaks long words apart so they don't cause the containing div to
// be too big
Expand Down

0 comments on commit 253ccb9

Please sign in to comment.