2019-06-11 14:10:58 -04:00
|
|
|
.placeholder {
|
|
|
|
@include placeholder;
|
2018-10-10 01:22:06 -04:00
|
|
|
}
|
|
|
|
|
2019-06-11 14:10:58 -04:00
|
|
|
.placeholder__wrapper {
|
|
|
|
width: 100%;
|
2018-10-10 01:22:06 -04:00
|
|
|
}
|
|
|
|
|
2019-06-11 14:10:58 -04:00
|
|
|
.placeholder {
|
|
|
|
display: flex;
|
2019-02-14 21:52:10 -04:00
|
|
|
|
2020-01-30 17:25:15 -05: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
|
|
|
}
|
2019-12-19 15:43:49 -05:00
|
|
|
|
2020-01-20 11:47:03 -05:00
|
|
|
&.claim-tile__title {
|
|
|
|
width: 100%;
|
|
|
|
height: 2.5rem;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.claim-tile__info {
|
|
|
|
width: 40%;
|
|
|
|
height: 2rem;
|
|
|
|
}
|
2018-10-17 12:14:24 -05:00
|
|
|
}
|
2020-01-06 13:32:35 -05:00
|
|
|
|
|
|
|
.placeholder--text-document {
|
|
|
|
@include placeholder;
|
|
|
|
height: 60vh;
|
|
|
|
}
|