.log-panel {
	color: #334155;
}
.log-item-user {
	font-size: 13px;
}
.log-item-time {
	color: #989ea6;
	font-size: 11px;
}
.log-item-unit {
	font-size: 6px;
}
.log-item-content {
	padding-top: 1px;
	white-space: normal !important;
	word-break: break-word !important;
}

:host ::ng-deep {
	.p-avatar-lg {
		font-size: 1rem;
		background: var(--p-primary-color);
		color: #fff;
	}
}
