tissue/resources/assets/sass/components/_metadata-preview.scss

33 lines
578 B
SCSS
Raw Normal View History

2020-08-13 00:38:26 +09:00
.tis-metadata-preview {
&-link-card {
$height: 150px;
overflow: hidden;
.row > div:first-child {
display: flex;
&:not([display='none']) {
min-height: $height;
img {
position: absolute;
}
}
}
2020-08-17 16:00:04 +09:00
.card-title {
font-size: small;
}
2020-08-13 00:38:26 +09:00
.card-text {
2020-08-17 16:00:04 +09:00
font-size: small;
2020-08-13 00:38:26 +09:00
white-space: pre-line;
}
}
&-tag-item {
cursor: pointer;
user-select: none;
}
}