Moved things

This commit is contained in:
Oliver Davies 2015-09-13 10:44:08 +01:00
parent dad3da5ce7
commit c37df83df7
29 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.about-author {
@include clearfix;
img {
float: left;
margin: 0 1em 1em 0;
}
}

View file

@ -0,0 +1,5 @@
.copyright {
border-top: 1px solid #CCC;
margin-top: 1em;
padding-top: 1em;
}

View file

@ -0,0 +1,6 @@
.latest-posts {
li.active a {
color: $dark-gray;
font-weight: $semibold;
}
}

View file

@ -0,0 +1,7 @@
/*
@each $page in experience, services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
}
*/

View file

@ -0,0 +1,5 @@
.block--drupalcon_la {
img {
margin-bottom: .5em;
}
}

View file

@ -0,0 +1,21 @@
.meetups {
@include clearfix;
ul {
@include inline-block-list;
}
li {
padding: 5px 0;
margin: 0 5px 5px 0;
}
a {
display: block;
}
img {
max-height: 45px;
width: auto;
}
}

View file

@ -0,0 +1,14 @@
.page--blog__list {
ul.posts {
list-style: none;
margin-bottom: 2em;
padding-left: 0;
}
.post {
@include clearfix;
border-bottom: 1px solid #CCC;
margin-bottom: 1em;
padding-bottom: 2em;
}
}

View file

@ -0,0 +1,11 @@
.page--testimonials .testimonial {
@include clearfix;
margin-bottom: 10px;
.testimonial__image {
float: right;
margin: 0 0 10px 10px;
max-height: 100px;
max-width: 100px;
}
}