FEATURE Introducing component style
This commit is contained in:
parent
d31693e9e3
commit
ae7e718783
26
resources/css/components/article-informations.css
Normal file
26
resources/css/components/article-informations.css
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
.article-informations {
|
||||||
|
@apply flex flex-col gap-y-28;
|
||||||
|
.issue-informations {
|
||||||
|
@apply flex gap-x-20 gap-y-8 flex-wrap;
|
||||||
|
|
||||||
|
.content-tab__title {
|
||||||
|
@apply w-full shrink-0 mb-3;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.issue-number,
|
||||||
|
.issue-parution-date,
|
||||||
|
.issue-updated-date {
|
||||||
|
&__label {
|
||||||
|
@apply mb-3 tracking-widest font-bold;
|
||||||
|
}
|
||||||
|
&__value {
|
||||||
|
@apply !text-primary mb-2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.coordination-numero {
|
||||||
|
.author-card {
|
||||||
|
@apply mb-6;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user