lbry-desktop/ui/scss/component/_placeholder.scss
Sean Yesmunt d181cd9e3f cleanup
2019-12-20 15:03:18 -05:00

30 lines
380 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;
}
}
}