lbry-desktop/ui/scss/component/_placeholder.scss
2020-01-06 16:35:43 -05:00

35 lines
453 B
SCSS

.placeholder {
@include placeholder;
}
.placeholder__wrapper {
width: 100%;
}
.placeholder {
display: flex;
&.claim-preview-title {
width: 100%;
height: 3rem;
}
&.media__subtitle {
margin-top: var(--spacing-small);
width: 30%;
height: 1.5em;
}
@media (max-width: $breakpoint-small) {
&.media__thumb {
display: none;
}
}
}
.placeholder--text-document {
@include placeholder;
height: 60vh;
}