Move sass partials
This commit is contained in:
parent
3615ef2c7c
commit
58b5521c4a
11 changed files with 8 additions and 7 deletions
15
sass/partials/_base.scss
Normal file
15
sass/partials/_base.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
main {
|
||||
a:link,
|
||||
a:hover {
|
||||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
@extend .img-responsive;
|
||||
}
|
||||
}
|
14
sass/partials/_blog-list.scss
Normal file
14
sass/partials/_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
sass/partials/_blog-post.scss
Normal file
8
sass/partials/_blog-post.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.about-author {
|
||||
@include clearfix;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
}
|
5
sass/partials/_footer.scss
Normal file
5
sass/partials/_footer.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
.copyright {
|
||||
border-top: 1px solid #CCC;
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
21
sass/partials/_meetups.scss
Normal file
21
sass/partials/_meetups.scss
Normal 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;
|
||||
}
|
||||
}
|
17
sass/partials/_testimonials.scss
Normal file
17
sass/partials/_testimonials.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.page--testimonials .testimonial {
|
||||
@include clearfix;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.testimonial__image {
|
||||
@extend .img-circle;
|
||||
@extend .pull-right;
|
||||
height: 75px;
|
||||
margin: 0 0 10px 10px;
|
||||
width: 75px;
|
||||
|
||||
@include breakpoint($screen-sm) {
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue