@import "../../style/common";

.mona-hammer {
	touch-action: auto;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
