be29fe1db2
Not my favorite approach, but it'll work. closes #4305
15 lines
327 B
CSS
15 lines
327 B
CSS
.icons {
|
|
@apply flex space-x-1 mx-2 transition-colors duration-100 text-gray-400;
|
|
|
|
& svg {
|
|
@apply px-1 py-px cursor-pointer hover:text-gray-50 h-5 w-auto;
|
|
}
|
|
}
|
|
|
|
.description {
|
|
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
|
|
|
|
& strong {
|
|
@apply text-gray-50 font-semibold break-all;
|
|
}
|
|
}
|