@import '@/assets/scss/theme.less';

@drawer-prefix-cls: ~'ant-drawer';
/**
头部样式
 */
.@{drawer-prefix-cls}-header {
	height: 54px;
	box-sizing: border-box;
	padding: 0;
	flex: 0 0 54px;

	.@{drawer-prefix-cls}-expand-icon {
		width: 14px;
		height: 32px;
		background-color: @primary-color;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
	}

	.@{drawer-prefix-cls}-title {
		color: @drawer-title-color;
		font-size: 18px;
		font-weight: 800;
	}

	.@{drawer-prefix-cls}-indicator {
		width: 4px;
		height: 18px;
		background-color: @primary-color;
		margin-left: 40px;
		margin-right: 4px;
	}
}
