いいねボタンの追加

This commit is contained in:
shibafu
2019-04-05 23:10:26 +09:00
parent 34b7cd6c89
commit 225d0854ef
16 changed files with 158 additions and 120 deletions

View File

@@ -12,4 +12,12 @@ $primary: #e53fb1;
@import "tissue.css";
// Components
@import "components/link-card";
@import "components/link-card";
.like-button {
text-decoration: none !important;
}
.like-count:not(:empty) {
padding-left: 0.25rem;
}