mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
23 lines
285 B
SCSS
23 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;
|
|
}
|
|
}
|