Organised sass partials
This commit is contained in:
parent
04557d3670
commit
c723c31161
11 changed files with 14 additions and 14 deletions
15
styles/components/_badges.scss
Normal file
15
styles/components/_badges.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.badges {
|
||||
> a {
|
||||
display: block;
|
||||
margin: 0 0 10px;
|
||||
text-align: center;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&[class$="da-member"] img {
|
||||
max-width: 175px;
|
||||
}
|
||||
}
|
||||
}
|
5
styles/components/_footer.scss
Normal file
5
styles/components/_footer.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
.copyright {
|
||||
border-top: 1px solid #CCC;
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
24
styles/components/_meetups.scss
Normal file
24
styles/components/_meetups.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
.meetups {
|
||||
@include clearfix;
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
margin: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
17
styles/components/_testimonials.scss
Normal file
17
styles/components/_testimonials.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.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