Skip to content
Snippets Groups Projects
Commit 95e3acb4 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding listings component

parent 12f3306e
No related branches found
No related tags found
No related merge requests found
.listing {
$root: &;
padding: 30px;
margin-bottom: 20px;
background: $color--white;
transition: box-shadow $transition;
&:hover {
box-shadow: 0 2px 15px 0 $color--black-10;
}
&__title {
margin-bottom: 5px;
line-height: 1;
transition: color $transition;
#{$root}:hover & {
color: $color--dark-blue;
}
}
&__teaser {
font-weight: $weight--normal;
color: $color--default;
}
&__meta {
font-size: 15px;
color: $color--mid-grey;
}
}
......@@ -25,6 +25,7 @@
@import 'components/input';
@import 'components/link';
@import 'components/list';
@import 'components/listing';
@import 'components/media-box';
@import 'components/nav';
@import 'components/responsive-object';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment