STYLE Refine content-meta styles by adding a new dbmob class and correcting whitespace in existing selectors

This commit is contained in:
Antoine M 2026-03-25 16:03:35 +01:00
parent 3736e8aae8
commit 72d25246f2

View File

@ -7,6 +7,7 @@
&:before {
@apply content-[''] mr-2 h-6 w-6 inline-block;
}
&--analyses-etudes:before,
&--expositions:before,
&--outils-pedagogiques:before,
@ -15,7 +16,7 @@
@apply rounded-full bg-carhop-orange-400;
}
&--archives-presse:before ,
&--archives-presse:before,
&--communique-presse:before {
@apply rounded-full bg-white border-2 border-primary;
}
@ -24,6 +25,9 @@
&--article:before {
@apply w-6 bg-carhop-purple-300 -rotate-45;
}
&--dbmob:before {
@apply w-4 bg-carhop-red-700;
}
}
&__reading-time {