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