Newer
Older
vmk-demo-bot / frontend / src / scss / components / _bot-group.scss
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 172 bytes init
.bot-group {
	display: flex;
	flex-direction: column;
	gap: 6px;

	.head {
		.name {
			color: $neutral-800;
			font-size: $font-size-body-xs;
			font-weight: 400;
		}
	}
}