
.fxm-historylist-wrap {
	background: #fff;
	.fxm-historylist-header {
		display: flex;
	}
	.fxm-historylist-title {
		flex: 1;
	}
	.fxm-historylist-item-content {
		font-size: @font-size-base;
		color: @color-text-paragraph;
		> span {
			vertical-align: middle;
			margin-left: 8px;
		}
	}
	.fxm-historylist-item-icon {
		fill: @color-text-disabled;
		width: @font-size-base;
		height: @font-size-base;
		vertical-align: -4px;
	}
	.fxm-historylist-clear > span {
		margin-left: 8px;
		vertical-align: top;
		cursor: pointer;
	}
	.fxm-clear-icon {
		fill: @color-text-disabled;
		width: @font-size-base + 2;
		height: @font-size-base + 2;
		vertical-align: -2px;
	}
}

