Use sass rather than scss
This commit is contained in:
parent
c723c31161
commit
583dab907b
13 changed files with 34 additions and 66 deletions
14
styles/components/_testimonials.sass
Normal file
14
styles/components/_testimonials.sass
Normal file
|
@ -0,0 +1,14 @@
|
|||
.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