Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_wcms_gesso
Commits
5efea35a
Commit
5efea35a
authored
Sep 09, 2021
by
Eric Bremner
Committed by
Kevin Paxman
Oct 07, 2021
Browse files
ISTWCMS-5032: adding catalog search component
parent
18283b77
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
1 deletion
+38
-1
css/styles.min.css
css/styles.min.css
+1
-1
source/_patterns/04-components/catalog-search/_catalog-search.scss
...atterns/04-components/catalog-search/_catalog-search.scss
+34
-0
source/_patterns/04-components/catalog-search/catalog-search.twig
...patterns/04-components/catalog-search/catalog-search.twig
+3
-0
No files found.
css/styles.min.css
View file @
5efea35a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
source/_patterns/04-components/catalog-search/_catalog-search.scss
0 → 100644
View file @
5efea35a
.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
;
}
}
source/_patterns/04-components/catalog-search/catalog-search.twig
0 → 100644
View file @
5efea35a
<div
class=
"uw-catalog-search"
>
{{
catalog_search
}}
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment