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

24 lines
286 B
SCSS
Raw Normal View History

2019-06-11 20:10:58 +02:00
.placeholder {
@include placeholder;
}
2019-06-11 20:10:58 +02:00
.placeholder__wrapper {
width: 100%;
}
2019-06-11 20:10:58 +02:00
.placeholder {
display: flex;
2019-02-15 02:52:10 +01:00
&.claim-list__item-title {
2019-06-11 20:10:58 +02:00
width: 100%;
height: 3rem;
2019-02-15 02:52:10 +01:00
}
2019-06-11 20:10:58 +02:00
&.media__subtitle {
margin-top: var(--spacing-small);
2019-02-15 02:52:10 +01:00
2019-06-11 20:10:58 +02:00
width: 30%;
height: 2em;
2019-02-15 02:52:10 +01:00
}
2018-10-17 19:14:24 +02:00
}