FEATURE Styling post details
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
6e318f5fa0
commit
d5b3f35c62
|
|
@ -88,5 +88,21 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__post-details {
|
||||||
|
@apply flex gap-8 pt-12;
|
||||||
|
|
||||||
|
.label {
|
||||||
|
@apply uppercase font-bold tracking-widest !mb-0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-revue__issue-number {
|
||||||
|
@apply flex items-center gap-2;
|
||||||
|
|
||||||
|
&__value {
|
||||||
|
@apply bg-primary text-white p-4 font-bold uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user