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

30 lines
380 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
2019-06-27 08:18:45 +02:00
&.claim-preview-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%;
2019-07-01 06:35:36 +02:00
height: 1.5em;
2019-02-15 02:52:10 +01:00
}
2019-12-19 21:43:49 +01:00
@media (max-width: $breakpoint-small) {
&.media__thumb {
display: none;
}
}
2018-10-17 19:14:24 +02:00
}