lbry-desktop/ui/scss/component/_placeholder.scss
2020-01-30 17:26:08 -05:00

46 lines
602 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;
}
&.claim-tile__title {
width: 100%;
height: 2.5rem;
margin-left: 0;
}
&.claim-tile__info {
width: 40%;
height: 2rem;
}
@media (max-width: $breakpoint-small) {
&.media__thumb {
display: none;
}
}
}
.placeholder--text-document {
@include placeholder;
height: 60vh;
}