@import '../../../scss/index.scss';

// Подвал таблицы
@mixin footer () {
	&,
	& * {
		@include fix();
	}

	$footer-size: 36px;

	.footer {
		@include flex-row-auto();
		height: $footer-size;
		background-color: $footer-bg;
		border-top: solid 1px $footer-border;
	}
}
