Organised sass partials
This commit is contained in:
parent
04557d3670
commit
c723c31161
11 changed files with 14 additions and 14 deletions
14
styles/pages/_blog-list.scss
Normal file
14
styles/pages/_blog-list.scss
Normal 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;
|
||||
}
|
||||
}
|
8
styles/pages/_blog-post.scss
Normal file
8
styles/pages/_blog-post.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.about-author {
|
||||
@include clearfix;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
}
|
14
styles/pages/_experience.scss
Normal file
14
styles/pages/_experience.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.experience {
|
||||
@include clearfix;
|
||||
|
||||
.experience__logo {
|
||||
@extend .pull-right;
|
||||
margin: 0 0 10px 10px;
|
||||
max-width: 25%;
|
||||
}
|
||||
|
||||
.role-wrapper {
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
28
styles/pages/_portfolio.scss
Normal file
28
styles/pages/_portfolio.scss
Normal file
|
@ -0,0 +1,28 @@
|
|||
.project--skills {
|
||||
ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.project--company__has-logo {
|
||||
a:link,
|
||||
a:hover {
|
||||
border-bottom: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 50px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue