liebling/src/sass/components/comments/_load-comments.scss
2019-09-29 00:02:59 +02:00

24 lines
355 B
SCSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.m-load-comments {
position: relative;
margin: 0 auto;
max-width: 280px;
@include respond-to('medium') {
max-width: 400px;
}
}
.m-load-comments__line {
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 1px;
z-index: 1;
background-color: var(--secondary-subtle-color);
}
.m-load-comments__iframe {
display: none;
}