やるだけ.tsx
This commit is contained in:
1
resources/assets/sass/app.scss
vendored
1
resources/assets/sass/app.scss
vendored
@@ -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";
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
15
resources/assets/sass/components/_tag-input.scss
vendored
15
resources/assets/sass/components/_tag-input.scss
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user