lbry-desktop/ui/scss/component/_placeholder.scss
2019-11-11 13:27:29 -05:00

24 lines
285 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;
}
}