Combine stylesheets again
This commit is contained in:
parent
b0cba388b2
commit
0986b26acf
15 changed files with 8 additions and 46 deletions
2
assets/sass/pages/_about.sass
Normal file
2
assets/sass/pages/_about.sass
Normal file
|
@ -0,0 +1,2 @@
|
|||
img.me
|
||||
max-width: 110px
|
13
assets/sass/pages/_blog.sass
Normal file
13
assets/sass/pages/_blog.sass
Normal file
|
@ -0,0 +1,13 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
|
||||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none
|
||||
margin-bottom: 2em
|
||||
padding-left: 0
|
||||
|
||||
.post
|
||||
+clearfix
|
||||
border-bottom: 1px solid #CCC
|
||||
margin-bottom: 1em
|
||||
padding-bottom: 2em
|
29
assets/sass/pages/_experience.sass
Normal file
29
assets/sass/pages/_experience.sass
Normal file
|
@ -0,0 +1,29 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import 'mixins'
|
||||
|
||||
.experience-item
|
||||
margin-bottom: $padding-large-vertical * 3
|
||||
+clearfix
|
||||
|
||||
.experience-item-website
|
||||
margin-bottom: 2px
|
||||
|
||||
.experience-item-role
|
||||
margin-bottom: .625rem
|
||||
|
||||
.experience-item-logo
|
||||
float: right
|
||||
margin: 25px 0 1em 1.5em
|
||||
max-width: 25%
|
||||
+from(500px)
|
||||
max-width: 20%
|
||||
+desktop
|
||||
max-width: 15%
|
||||
|
||||
img
|
||||
height: auto
|
||||
width: 100%
|
||||
|
||||
.experience-item-description p:last-of-type
|
||||
margin-bottom: 0
|
39
assets/sass/pages/_post.sass
Normal file
39
assets/sass/pages/_post.sass
Normal file
|
@ -0,0 +1,39 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
|
||||
.post-pager
|
||||
clear: both
|
||||
margin-top: 2em
|
||||
|
||||
.post-pager div
|
||||
flex: 1
|
||||
|
||||
pre
|
||||
display: block
|
||||
overflow: auto
|
||||
word-break: normal
|
||||
word-wrap: no-wrap
|
||||
|
||||
pre[class*="language-"]
|
||||
border: 0
|
||||
border-radius: 0
|
||||
margin: 1.5em 0
|
||||
|
||||
pre code
|
||||
white-space: pre
|
||||
word-break: normal
|
||||
|
||||
code.hljs
|
||||
background-color: inherit
|
||||
padding: 0
|
||||
|
||||
code[data-gist-id]
|
||||
background: transparent
|
||||
padding: 0
|
||||
|
||||
.about-author
|
||||
+clearfix
|
||||
|
||||
img
|
||||
float: left
|
||||
margin: 0 1em 1em 0
|
||||
width: 50px
|
18
assets/sass/pages/_project.sass
Normal file
18
assets/sass/pages/_project.sass
Normal file
|
@ -0,0 +1,18 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import 'mixins'
|
||||
|
||||
.project-company
|
||||
&.has-logo
|
||||
a:link,
|
||||
a:hover
|
||||
border-bottom: 0
|
||||
display: block
|
||||
|
||||
img
|
||||
max-width: 75%
|
||||
|
||||
+tablet
|
||||
max-width: 50%
|
||||
|
||||
+desktop
|
||||
max-width: 33.3%
|
14
assets/sass/pages/_talk.sass
Normal file
14
assets/sass/pages/_talk.sass
Normal file
|
@ -0,0 +1,14 @@
|
|||
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import 'mixins'
|
||||
|
||||
.talk-full h1
|
||||
margin-bottom: 25px
|
||||
|
||||
.presentation
|
||||
background: url('../images/loading.gif') no-repeat center
|
||||
min-height: 275px
|
||||
width: 100%
|
||||
+tablet
|
||||
min-height: 460px
|
||||
+desktop
|
||||
min-height: 540px
|
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