@import "mixins";

.taglib-search-toggle .popover .arrow {
	float: right;
	width: 100%;
	left: 70%;

	@include respond-to(phone, tablet) {
		.taglib-search-toggle {
			margin: 0 10px;
		}
	}
}