FEATURE handling search resullts cards
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13c77accbb
commit
ebd6ad8c19
|
|
@ -1,5 +1,5 @@
|
|||
.content-meta {
|
||||
@apply flex items-end gap-6 mb-4;
|
||||
@apply flex items-end gap-6 mb-4 text-primary;
|
||||
|
||||
&__type {
|
||||
@apply font-bold text-lg flex items-center gap-2;
|
||||
|
|
@ -7,9 +7,11 @@
|
|||
&:before {
|
||||
@apply content-[''] mr-2 h-6 w-6 inline-block;
|
||||
}
|
||||
&--revues:before,
|
||||
&--revue:before {
|
||||
@apply rounded-full bg-carhop-orange-400;
|
||||
}
|
||||
&--articles:before,
|
||||
&--article:before {
|
||||
@apply w-6 bg-carhop-purple-300 -rotate-45;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user