2022-06-18 16:52:26 +00:00
|
|
|
.icons {
|
|
|
|
@apply flex space-x-1 mx-2 transition-colors duration-100 text-gray-400;
|
|
|
|
|
|
|
|
& svg {
|
2022-07-09 23:30:38 +00:00
|
|
|
@apply px-1 py-px cursor-pointer hover:text-gray-50 h-5 w-auto;
|
2022-06-18 16:52:26 +00:00
|
|
|
}
|
|
|
|
}
|
2022-06-18 19:28:42 +00:00
|
|
|
|
|
|
|
.description {
|
|
|
|
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
|
|
|
|
|
|
|
|
& strong {
|
|
|
|
@apply text-gray-50 font-semibold;
|
|
|
|
}
|
|
|
|
}
|