Scssファイル分割
This commit is contained in:
parent
4ed2a9048d
commit
db7dce5830
19
resources/assets/sass/app.scss
vendored
19
resources/assets/sass/app.scss
vendored
@ -12,22 +12,5 @@ $primary: #e53fb1;
|
|||||||
@import "tissue.css";
|
@import "tissue.css";
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
|
@import "components/ejaculation";
|
||||||
@import "components/link-card";
|
@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;
|
|
||||||
}
|
|
17
resources/assets/sass/components/_ejaculation.scss
vendored
Normal file
17
resources/assets/sass/components/_ejaculation.scss
vendored
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user