ユーザー名のスタイル調整

This commit is contained in:
shibafu
2020-10-24 18:30:13 +09:00
parent 581ae56173
commit 61b83c18a7
3 changed files with 16 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,11 @@
.tis-profile-mini {
&-display-name {
font-size: 1.2rem;
font-weight: 500;
}
&-name {
margin-top: 0.125rem;
font-size: 0.8rem;
}
}