Scssファイル分割

This commit is contained in:
shibafu 2019-04-07 23:30:03 +09:00
parent 4ed2a9048d
commit db7dce5830
2 changed files with 18 additions and 18 deletions

View File

@ -12,22 +12,5 @@ $primary: #e53fb1;
@import "tissue.css";
// Components
@import "components/ejaculation";
@import "components/link-card";
.ejaculation-actions {
& > button:not(:last-child) {
margin-right: 24px;
}
}
.like-button {
text-decoration: none !important;
}
.like-count:not(:empty) {
padding-left: 0.5rem;
}
.like-users {
height: 30px;
}

View File

@ -0,0 +1,17 @@
.ejaculation-actions {
& > button:not(:last-child) {
margin-right: 24px;
}
}
.like-button {
text-decoration: none !important;
}
.like-count:not(:empty) {
padding-left: 0.5rem;
}
.like-users {
height: 30px;
}