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 {
|
&:before {
|
||||||
@apply content-[''] mr-2 h-6 w-6 inline-block;
|
@apply content-[''] mr-2 h-6 w-6 inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--analyses-etudes:before,
|
&--analyses-etudes:before,
|
||||||
&--expositions:before,
|
&--expositions:before,
|
||||||
&--outils-pedagogiques:before,
|
&--outils-pedagogiques:before,
|
||||||
|
|
@ -15,7 +16,7 @@
|
||||||
@apply rounded-full bg-carhop-orange-400;
|
@apply rounded-full bg-carhop-orange-400;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--archives-presse:before ,
|
&--archives-presse:before,
|
||||||
&--communique-presse:before {
|
&--communique-presse:before {
|
||||||
@apply rounded-full bg-white border-2 border-primary;
|
@apply rounded-full bg-white border-2 border-primary;
|
||||||
}
|
}
|
||||||
|
|
@ -24,6 +25,9 @@
|
||||||
&--article:before {
|
&--article:before {
|
||||||
@apply w-6 bg-carhop-purple-300 -rotate-45;
|
@apply w-6 bg-carhop-purple-300 -rotate-45;
|
||||||
}
|
}
|
||||||
|
&--dbmob:before {
|
||||||
|
@apply w-4 bg-carhop-red-700;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__reading-time {
|
&__reading-time {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user