FEATURE Handling multiple issue numbers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
379fb7fd74
commit
6b9d8529a6
|
|
@ -45,7 +45,19 @@
|
|||
grid-template-columns: 61.8fr 38.2fr;
|
||||
}
|
||||
.content-meta {
|
||||
@apply col-span-2 w-full max-w-full mb-0;
|
||||
@apply col-span-2 w-full max-w-full mb-0 text-primary;
|
||||
.issue-number-group {
|
||||
@apply flex gap-2;
|
||||
}
|
||||
.label {
|
||||
@apply text-primary sr-only;
|
||||
}
|
||||
|
||||
@apply flex items-center gap-2;
|
||||
|
||||
.value {
|
||||
@apply bg-primary text-white p-4 font-medium uppercase;
|
||||
}
|
||||
}
|
||||
&__image {
|
||||
@apply w-full h-full object-cover;
|
||||
|
|
@ -109,17 +121,11 @@
|
|||
|
||||
&__post-details {
|
||||
@apply md:flex gap-8 pt-12;
|
||||
|
||||
.label {
|
||||
@apply uppercase font-bold tracking-widest !mb-0;
|
||||
@apply uppercase font-bold tracking-widest !mb-0 text-primary;
|
||||
}
|
||||
|
||||
.card-revue__issue-number {
|
||||
@apply flex items-center gap-2;
|
||||
|
||||
&__value {
|
||||
@apply bg-primary text-white p-4 font-bold uppercase;
|
||||
}
|
||||
.card-revue__parution {
|
||||
@apply text-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user