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

41 lines
537 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
2020-01-30 23:25:15 +01: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 {
2020-06-01 19:03:19 +02:00
margin-top: var(--spacing-s);
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
2020-01-20 17:47:03 +01:00
&.claim-tile__title {
width: 100%;
height: 2.5rem;
margin-left: 0;
2021-03-08 19:44:33 +01:00
margin-top: var(--spacing-s);
2020-01-20 17:47:03 +01:00
}
&.claim-tile__info {
width: 40%;
height: 2rem;
}
2018-10-17 19:14:24 +02:00
}
2020-01-06 19:32:35 +01:00
.placeholder--text-document {
@include placeholder;
height: 60vh;
}