misc_pterodactyl-panel/resources/scripts/components/elements/activity/style.module.css
2022-12-15 19:06:14 -07:00

15 lines
330 B
CSS

.icons {
@apply flex space-x-1 mx-2 transition-colors duration-100 text-slate-400;
& svg {
@apply px-1 py-px cursor-pointer hover:text-slate-50 h-5 w-auto;
}
}
.description {
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
& strong {
@apply text-slate-50 font-semibold break-all;
}
}