STYLE Introducing styles
This commit is contained in:
parent
87dabd2371
commit
daa596fa61
22
resources/css/components/content-meta.css
Normal file
22
resources/css/components/content-meta.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.content-meta {
|
||||
@apply flex items-end gap-6 mb-10;
|
||||
|
||||
&__type {
|
||||
@apply font-bold text-xl;
|
||||
|
||||
&:before {
|
||||
@apply content-[''] mr-2 h-3 w-3 inline-block;
|
||||
}
|
||||
&--revue:before {
|
||||
@apply rounded-full bg-carhop-orange-400;
|
||||
}
|
||||
&--article:before {
|
||||
@apply w-6 bg-carhop-purple-300 -rotate-45;
|
||||
}
|
||||
}
|
||||
|
||||
&__reading-time {
|
||||
line-height: 27px;
|
||||
/* @apply text-sm text-gray-500; */
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user