@helpwave/hightide
Version:
helpwave's component and theming library
19 lines (15 loc) • 316 B
CSS
@layer components {
.search-bar-container {
@apply relative;
}
.search-bar-input {
@apply pr-10 w-full;
@apply group-hover/search-bar:border-primary;
}
.search-bar-icon {
@apply w-full h-full;
}
.search-bar-icon-button {
@apply absolute right-1.5 top-1/2 -translate-y-1/2;
}
}