<div class="stage-insert-blank">
</div>
-
//- Prepare attr object
attr = attr || {};
attr.class = classList(attr.class);
//- Render stage insert
.stage-insert-blank&attributes(attr)
/* No context defined for this component. */
.stage-insert-blank {
background-color: #fff;
height: 5rem;
margin-bottom: -2.5rem;
@include mq($from: m) {
height: 10rem;
margin-bottom: -5rem;
}
}
There are no notes for this item.