REFINE Updating styles for communique-card component: added heading styles and file info layout adjustments
This commit is contained in:
parent
7173b89ebf
commit
3fa53af698
|
|
@ -33,7 +33,16 @@
|
||||||
&__list {
|
&__list {
|
||||||
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
|
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
|
||||||
.communique-card {
|
.communique-card {
|
||||||
|
h3 {
|
||||||
|
@apply mb-6 text-2xl;
|
||||||
|
}
|
||||||
@apply border border-primary border-solid bg-white p-8;
|
@apply border border-primary border-solid bg-white p-8;
|
||||||
|
.communique-card__file-infos {
|
||||||
|
@apply flex items-center gap-2 text-primary;
|
||||||
|
}
|
||||||
|
.communique-card__file-type {
|
||||||
|
@apply uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -60,7 +69,7 @@
|
||||||
@apply grid gap-4 bg-primary text-white p-4 uppercase tracking-wider;
|
@apply grid gap-4 bg-primary text-white p-4 uppercase tracking-wider;
|
||||||
grid-template-columns: 4fr 1fr 1fr 1fr;
|
grid-template-columns: 4fr 1fr 1fr 1fr;
|
||||||
|
|
||||||
column-gap: ;
|
column-gap:;
|
||||||
/* span {
|
/* span {
|
||||||
@apply nunito text-sm font-bold tracking-widest mb-3;
|
@apply nunito text-sm font-bold tracking-widest mb-3;
|
||||||
} */
|
} */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user