REFACTOR Renaming the component
This commit is contained in:
parent
2f495878c3
commit
d330f9bee5
12
resources/css/components/authors-list.css
Normal file
12
resources/css/components/authors-list.css
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
.authors-list {
|
||||||
|
@apply mb-20;
|
||||||
|
&__title {
|
||||||
|
@apply text-4xl font-medium mb-4 uppercase;
|
||||||
|
}
|
||||||
|
&__article-title {
|
||||||
|
@apply mb-8 underline underline-offset-8 decoration-1 opacity-90;
|
||||||
|
}
|
||||||
|
.author-card {
|
||||||
|
@apply mb-8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
.revue-authors-list {
|
|
||||||
&__title {
|
|
||||||
@apply text-4xl font-medium mb-4 uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user