Use sass rather than scss
This commit is contained in:
parent
c723c31161
commit
583dab907b
13 changed files with 34 additions and 66 deletions
|
@ -1,15 +1,11 @@
|
|||
body {
|
||||
body
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
main {
|
||||
main
|
||||
a:link,
|
||||
a:hover {
|
||||
a:hover
|
||||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
img
|
||||
@extend .img-responsive;
|
||||
}
|
||||
}
|
|
@ -1,15 +1,11 @@
|
|||
.badges {
|
||||
> a {
|
||||
.badges
|
||||
> a
|
||||
display: block;
|
||||
margin: 0 0 10px;
|
||||
text-align: center;
|
||||
|
||||
&:last-child {
|
||||
&:last-child
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&[class$="da-member"] img {
|
||||
&[class$="da-member"] img
|
||||
max-width: 175px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
.copyright {
|
||||
.copyright
|
||||
border-top: 1px solid #CCC;
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
|
@ -1,24 +1,19 @@
|
|||
.meetups {
|
||||
.meetups
|
||||
@include clearfix;
|
||||
|
||||
ul {
|
||||
ul
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
li
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
margin: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
a
|
||||
display: block;
|
||||
}
|
||||
|
||||
img {
|
||||
img
|
||||
max-height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
|
@ -1,17 +1,14 @@
|
|||
.testimonial {
|
||||
.testimonial
|
||||
@include clearfix;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.testimonial__image {
|
||||
.testimonial__image
|
||||
@extend .img-circle;
|
||||
@extend .pull-right;
|
||||
height: 75px;
|
||||
margin: 0 0 10px 10px;
|
||||
width: 75px;
|
||||
|
||||
@include breakpoint($screen-sm) {
|
||||
@include breakpoint($screen-sm)
|
||||
height: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -1,8 +1,6 @@
|
|||
.about-author {
|
||||
.about-author
|
||||
@include clearfix;
|
||||
|
||||
img {
|
||||
img
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue