@import url(~antd/lib/layout/style/index-pure.less);
@import '../../style/themes/index';
@import '../../style/mixins/index.less';

@menu-prefix-cls: ~'@{ant-prefix}-menu';

.@{layout-prefix-cls} {
	&-header {
		line-height: 1;
		height: auto;
		min-height: @layout-header-height;
		// &:before {
		// 	content: '';
		// 	display: block;
		// 	position: absolute;
		// 	left: 0;
		// 	top: 0;
		// 	width: 100%;
		// 	height: 100%;
		// 	background: radial-gradient(circle, @primary-40, transparent, transparent);
		// 	background-size: 200%;
		// }

		.@{menu-prefix-cls}-horizontal.@{menu-prefix-cls}-root.@{menu-prefix-cls}-primary {
			background: transparent;
			&:before {
				background: transparent;
			}
		}
		&-breathing {
			background-size: 250%;
			.gradient-breathing-animation-slow();
		}
	}

	&-sider&-sider-dark {
		background: @menu-dark-bg;
	}
}
