Use sass rather than scss

This commit is contained in:
Oliver Davies 2016-03-10 21:30:15 +00:00
parent c723c31161
commit 583dab907b
13 changed files with 34 additions and 66 deletions

View file

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

View file

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

View file

@ -1,14 +1,11 @@
.experience {
.experience
@include clearfix;
.experience__logo {
.experience__logo
@extend .pull-right;
margin: 0 0 10px 10px;
max-width: 25%;
}
.role-wrapper {
.role-wrapper
font-style: italic;
margin-bottom: 10px;
}
}

View file

@ -1,28 +1,21 @@
.project--skills {
ul {
.project--skills
ul
list-style: none;
margin-left: 0;
padding-left: 0;
}
li {
li
display: inline-block;
margin-right: 5px;
}
img {
img
max-height: 30px;
}
}
.project--company__has-logo {
.project--company__has-logo
a:link,
a:hover {
a:hover
border-bottom: 0;
display: block;
}
img {
img
max-height: 50px;
}
}