@import "../../../style/utils";
@import "./mixin";
.xm-btn {
	display: block;
	outline: 0 none;
	padding: 0 1rem;
	font-size: 1rem;
	line-height: 1;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .25rem;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	&:active {
		outline-width: 0;
		&:before {
			background: rgba(#000, .05);
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
	}

	@import "./type";
	@import "./radius";
	@import "./size";
	@import "./icon";
	@import "./layout";

}

