@import "./base.scss";

.cy-sub-title {
	width: 100%;
	font-size: 17px;
	border-left: 5px solid #1890ff;
	text-indent: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #303133;
	display: flex;
	justify-content: space-between;
	align-items: center;

	.left {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.right {
		flex-shrink: 0;
		margin-left: 20px;
	}
}
