Newer
Older
vmk-demo-bot / frontend / src / scss / layout / _footer.scss
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 224 bytes init
.kb-footer {
	display: flex;
	flex-direction: column;
	gap: 16px;

	@include media-down(xs) {
		gap: 8px;
	}

	.bottom {
		color: $neutral-600;

		font-size: $font-size-body-xs;
		font-weight: 400;
		text-align: center;
	}
}