instagram.css/src/_core.scss
2017-11-21 14:28:57 +08:00

15 lines
198 B
SCSS

// Filter Core
[class*="filter"] {
position: relative;
&::before {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
}