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 {
|
||||
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
|
||||
.communique-card {
|
||||
h3 {
|
||||
@apply mb-6 text-2xl;
|
||||
}
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user