Move sass partials
This commit is contained in:
parent
3615ef2c7c
commit
58b5521c4a
11 changed files with 8 additions and 7 deletions
17
sass/partials/_testimonials.scss
Normal file
17
sass/partials/_testimonials.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue