Tidy sass partials

This commit is contained in:
Oliver Davies 2017-03-21 20:40:43 +00:00
parent a3470acdca
commit aa20e7689e
10 changed files with 17 additions and 39 deletions

View file

@ -0,0 +1,7 @@
.about-author
+clearfix
img
float: left
margin: 0 1em 1em 0
width: 50px

View file

@ -0,0 +1,11 @@
.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

View file

@ -0,0 +1,2 @@
img.me
max-width: 110px

View file

@ -0,0 +1,28 @@
.experience
margin-bottom: $padding-large-vertical * 3
+clearfix
.inner
flex: 1
&__website
display: inline-block
margin-bottom: 2px
&__role
color: $gray-light
margin-bottom: .625rem
&__logo
margin-left: 1.5em
margin-top: 25px
max-width: 25%
+desktop
max-width: 15%
img
height: auto
width: 100%
p:last-of-type
margin-bottom: 0

View 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

View file

@ -0,0 +1,15 @@
.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%

View file

@ -1,3 +0,0 @@
code[data-gist-id]
background: transparent
padding: 0