Re-organised assets and updated gulpfile
This commit is contained in:
parent
1ed53d7357
commit
e3854c99be
123 changed files with 788 additions and 140 deletions
11
assets/sass/components/_badges.sass
Normal file
11
assets/sass/components/_badges.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.badges
|
||||
> a
|
||||
display: block
|
||||
margin: 0 0 10px
|
||||
text-align: center
|
||||
|
||||
&:last-child
|
||||
margin-bottom: 0
|
||||
|
||||
&[class$="da-member"] img
|
||||
max-width: 152px
|
4
assets/sass/components/_footer.sass
Normal file
4
assets/sass/components/_footer.sass
Normal file
|
@ -0,0 +1,4 @@
|
|||
.copyright
|
||||
border-top: 1px solid #CCC
|
||||
margin-top: 1em
|
||||
padding-top: 1em
|
19
assets/sass/components/_meetups.sass
Normal file
19
assets/sass/components/_meetups.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
.meetups
|
||||
@include clearfix
|
||||
|
||||
ul
|
||||
list-style: none
|
||||
padding-left: 0
|
||||
margin-left: 0
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
padding: 5px 0
|
||||
margin: 0 5px 5px 0
|
||||
|
||||
a
|
||||
display: block
|
||||
|
||||
img
|
||||
max-height: 40px
|
||||
width: auto
|
14
assets/sass/components/_testimonials.sass
Normal file
14
assets/sass/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
|
3
assets/sass/components/content-types/_blog-post.sass
Normal file
3
assets/sass/components/content-types/_blog-post.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
code[data-gist-id]
|
||||
background: transparent
|
||||
padding: 0
|
3
assets/sass/components/content-types/_talk.sass
Normal file
3
assets/sass/components/content-types/_talk.sass
Normal file
|
@ -0,0 +1,3 @@
|
|||
.page--talk
|
||||
.abstract__title
|
||||
@extend .sr-only
|
Loading…
Add table
Add a link
Reference in a new issue