Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/resources/scripts/components/elements/activity/style.module.css
10287 views
1
.icons {
2
@apply flex space-x-1 mx-2 transition-colors duration-100 text-gray-400;
3
4
& svg {
5
@apply px-1 py-px cursor-pointer hover:text-gray-50 h-5 w-auto;
6
}
7
}
8
9
.description {
10
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
11
12
& strong {
13
@apply text-gray-50 font-semibold break-all;
14
}
15
}
16
17