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

@ -28,6 +28,14 @@
@include t-translate-y(-50%);
}
@mixin t-absolute-fill() {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@mixin t-absolute-position-options($inset: 0) {
position: absolute;