Tidy sass partials
This commit is contained in:
parent
a3470acdca
commit
aa20e7689e
|
@ -5,10 +5,3 @@
|
|||
float: left
|
||||
margin: 0 1em 1em 0
|
||||
width: 50px
|
||||
|
||||
.post-pager
|
||||
clear: both
|
||||
margin-top: 2em
|
||||
|
||||
.post-pager div
|
||||
flex: 1
|
10
assets/sass/components/_page-post.sass
Normal file
10
assets/sass/components/_page-post.sass
Normal file
|
@ -0,0 +1,10 @@
|
|||
.post-pager
|
||||
clear: both
|
||||
margin-top: 2em
|
||||
|
||||
.post-pager div
|
||||
flex: 1
|
||||
|
||||
code[data-gist-id]
|
||||
background: transparent
|
||||
padding: 0
|
|
@ -1,3 +0,0 @@
|
|||
code[data-gist-id]
|
||||
background: transparent
|
||||
padding: 0
|
|
@ -1,20 +0,0 @@
|
|||
.talk-location,
|
||||
.talk-slides,
|
||||
.talk-video,
|
||||
.talk-description
|
||||
margin-bottom: 2em
|
||||
|
||||
.talk-pager
|
||||
clear: both
|
||||
margin: 2em 0 .5em
|
||||
|
||||
.talk-pager div
|
||||
flex: 1
|
||||
|
||||
.talk-logo
|
||||
float: right
|
||||
margin: 0 0 2em 2em
|
||||
|
||||
.talk-logo img
|
||||
max-height: 100px
|
||||
max-width: 200px
|
|
@ -7,17 +7,15 @@
|
|||
@import 'base/typography'
|
||||
@import 'base/code'
|
||||
|
||||
@import 'components/about-author'
|
||||
@import 'components/availability'
|
||||
@import 'components/badges'
|
||||
@import 'components/content-types/blog-post'
|
||||
@import 'components/content-types/talk'
|
||||
@import 'components/blog-list'
|
||||
@import 'components/footer'
|
||||
@import 'components/meetups'
|
||||
@import 'components/page-about'
|
||||
@import 'components/page-post'
|
||||
@import 'components/page-experience'
|
||||
@import 'components/page-talk'
|
||||
@import 'components/project-company'
|
||||
@import 'components/testimonials'
|
||||
|
||||
@import 'pages/about'
|
||||
@import 'pages/blog-list'
|
||||
@import 'pages/blog-post'
|
||||
@import 'pages/experience'
|
||||
@import 'pages/projects'
|
||||
@import 'pages/talk'
|
||||
|
|
Reference in a new issue