Skip to content
Snippets Groups Projects
Commit 5efea35a authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5032: adding catalog search component

parent 18283b77
No related branches found
No related tags found
1 merge request!93Feature/istwcms 5032 ebremner catalog search
Source diff could not be displayed: it is too large. Options to address this: view the blob.
.uw-catalog-search {
.catalog-search-all-form {
position: relative;
input {
width: 100%;
}
}
.catalog-search-submit-wrapper {
display: block;
height: 2.3rem;
padding: 0;
position: absolute;
right: 0;
top: -.7rem;
width: 2.35rem;
z-index: 3;
&::after {
content:$fdsu-search-2;
display:block;
font-family: gesso-font-family(iconfont);
font-weight:200;
text-align: center;
}
}
.catalog-search-submit {
background-color: transparent;
border-left: solid 1px #4e4e4e;
text-indent: -9999rem;
}
}
<div class="uw-catalog-search">
{{ catalog_search }}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment