@import '@alifd/next/variables.scss';
.uicbb-com-list {
	height: 100%;
	background-color: white;
	overflow-y: auto;
	.com-list-collapse {
		height: 100%;
		border: none;
		.uicbb-com-list-item {
			width: 73px;
			&:hover {
				.uicbb-com-list-item-icon {
					box-shadow: 0px 0px 4px 0px rgba(105, 88, 88, 0.15);
					border: 1px solid #096dd9;
				}
			}
			.uicbb-com-list-item-icon {
				width: 100%;
				height: 73px;
				border-radius: 4px;
				margin-bottom: 4px;
				text-align: center;
				color: #4d6277;
				background: #f2f7fd;

				border: 1px solid #e4e9ee;
			}
		}
	}
}
