@import '../../theme/styles/antd/themes/default.less';

:host {
	display: block;
	padding: 0 16px;
	margin: 48px 0 24px;
	text-align: center;

	::ng-deep {
		.links {
			margin-bottom: 8px;

			a {
				color: @text-color-secondary;
				transition: all 0.3s;

				&:not(:last-child) {
					margin-right: 40px;
				}

				&:hover {
					color: @text-color;
				}
			}
		}

		.copyright {
			color: @text-color-secondary;
			font-size: @font-size-base;
		}
	}
}
