Skip to content

Commit

Permalink
Remove the tinted Figure modifier.
Browse files Browse the repository at this point in the history
Back to the drawing board... 🎨
  • Loading branch information
DFurnes committed Mar 29, 2016
1 parent 37112d0 commit 2f00c8d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scss/_modules/_figure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// .-left.-center - Show a figure's media to the left of the description, with the text vertically centered.
// .-right - Show figure's media to the right of the description.
// .-medium - Set figure's media to a fixed "medium" size.
// .-tinted.-left - Tinted figure appearance, with a solid background & rounded edges. Should be paired with either the `.-left` or `.-right` modifiers.
//
// Markup:
// <article class="figure {{modifier_class}}">
Expand Down Expand Up @@ -95,16 +94,6 @@
}
}
}

&.-tinted {
border-radius: $lg-border-radius;
background: $off-white;
overflow: hidden;

> .figure__body {
margin: gutter();
}
}
}

.figure__media {
Expand Down

0 comments on commit 2f00c8d

Please sign in to comment.