STYLE Refine content-meta styles by adding a new dbmob class and correcting whitespace in existing selectors
This commit is contained in:
parent
3736e8aae8
commit
72d25246f2
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user