lbry-desktop/ui/scss/component/_placeholder.scss

24 lines
285 B
SCSS
Raw Normal View History

2019-06-11 14:10:58 -04:00
.placeholder {
@include placeholder;
}
2019-06-11 14:10:58 -04:00
.placeholder__wrapper {
width: 100%;
}
2019-06-11 14:10:58 -04:00
.placeholder {
display: flex;
2019-02-14 21:52:10 -04:00
2019-06-27 02:18:45 -04:00
&.claim-preview-title {
2019-06-11 14:10:58 -04:00
width: 100%;
height: 3rem;
2019-02-14 21:52:10 -04:00
}
2019-06-11 14:10:58 -04:00
&.media__subtitle {
margin-top: var(--spacing-small);
2019-02-14 21:52:10 -04:00
2019-06-11 14:10:58 -04:00
width: 30%;
2019-07-01 00:35:36 -04:00
height: 1.5em;
2019-02-14 21:52:10 -04:00
}
2018-10-17 12:14:24 -05:00
}