やるだけ.tsx

This commit is contained in:
shibafu
2020-08-17 16:00:04 +09:00
parent e961a2d4b4
commit 6968ca7333
12 changed files with 332 additions and 556 deletions

View File

@@ -14,6 +14,7 @@ $primary: #e53fb1;
@import "components/ejaculation";
@import "components/link-card";
@import "components/tag-input";
@import "components/metadata-preview";
// Tag
@import "tag/index";

View File

@@ -2,7 +2,6 @@
&-link-card {
$height: 150px;
overflow: hidden;
font-size: small;
.row > div:first-child {
display: flex;
@@ -16,7 +15,12 @@
}
}
.card-title {
font-size: small;
}
.card-text {
font-size: small;
white-space: pre-line;
}
}

View File

@@ -1,8 +1,11 @@
.tis-tag-input-item {
cursor: pointer;
.tis-tag-input {
&-item {
cursor: pointer;
}
&-field {
border: 0;
outline: 0;
}
}
.tis-tag-input-field {
border: 0;
outline: 0;
}