Refactored more image based code

This commit is contained in:
2018-05-12 15:55:04 +10:00
parent a8163f1352
commit bc54923f64
16 changed files with 114 additions and 14 deletions

View File

@ -0,0 +1,22 @@
/*
* Image Section
* Styles for Image Sections, usually contains videos (hmmmm).
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/11
*/
.c-image-section {
position: relative;
&__image {
width: 100%;
}
&.is-full {
.c-image-section__image {
@include t-absolute-fill();
}
}
}