Combine stylesheets again
This commit is contained in:
parent
b0cba388b2
commit
0986b26acf
15 changed files with 8 additions and 46 deletions
16
assets/sass/pages/_testimonials.sass
Normal file
16
assets/sass/pages/_testimonials.sass
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import 'mixins'
|
||||
|
||||
.testimonial
|
||||
+clearfix
|
||||
margin-bottom: 10px
|
||||
|
||||
&__image
|
||||
height: 75px
|
||||
margin: 0 0 10px 10px
|
||||
width: 75px
|
||||
|
||||
+until($screen-sm)
|
||||
height: 90px
|
||||
width: 90px
|
||||
Loading…
Add table
Add a link
Reference in a new issue