Added image section internals (And placeholder image)

This commit is contained in:
2018-05-16 18:00:41 +10:00
parent 455d77d0fb
commit aaa6f1de5a
3 changed files with 21 additions and 3 deletions

View File

@ -17,6 +17,18 @@
&.is-full {
.c-image-section__image {
@include t-absolute-fill();
object-fit: cover;
object-position: bottom center;
}
}
&__content {
@include t-absolute-fill();
&-inner {
position: relative;
height: 100%;
width: 100%;
}
}
}