Organised sass partials

This commit is contained in:
Oliver Davies 2016-03-10 18:25:49 +00:00
parent 04557d3670
commit c723c31161
11 changed files with 14 additions and 14 deletions

View file

@ -1,17 +0,0 @@
.page--testimonials .testimonial {
@include clearfix;
margin-bottom: 10px;
.testimonial__image {
@extend .img-circle;
@extend .pull-right;
height: 75px;
margin: 0 0 10px 10px;
width: 75px;
@include breakpoint($screen-sm) {
height: 90px;
width: 90px;
}
}
}