framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
18 lines (17 loc) • 404 B
text/less
.aurora {
.autocomplete-dropdown {
.autocomplete-preloader {
.ltr({ right: 15px; });
.rtl({ left: 15px; });
margin-bottom: 2px;
}
}
.searchbar-input-wrap .autocomplete-dropdown {
margin-top: calc(-1 * var(--f7-searchbar-input-height));
top: 100%;
z-index: 20;
.autocomplete-dropdown-inner {
padding-top: var(--f7-searchbar-input-height);
}
}
}