forked from M3-Academy/challenge-vtex-io
style: adicionando estilo do input de pesquisa
This commit is contained in:
parent
b0ff1ddab3
commit
a2bf829146
@ -13,11 +13,27 @@
|
||||
}
|
||||
|
||||
.autoCompleteOuterContainer:first-child :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
||||
height: 19px;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #aeaeae;
|
||||
border-radius: 0;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.autoCompleteOuterContainer:first-child :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
||||
font-size: 12px;
|
||||
padding-left: 12px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.autoCompleteOuterContainer:first-child :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-input__suffix) {
|
||||
padding: 0 0 8px;
|
||||
}
|
||||
.autoCompleteOuterContainer:first-child :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-input__suffix) :global(.vtex-store-components-3-x-suffixWrapper) :global(.vtex-store-components-3-x-searchBarIcon) :global(.vtex-store-components-3-x-searchIcon) {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
filter: invert(79%) sepia(0%) saturate(1412%) hue-rotate(140deg) brightness(90%) contrast(83%);
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -10,11 +10,31 @@
|
||||
&:first-child {
|
||||
:global(.vtex-input) {
|
||||
:global(.vtex-input-prefix__group) {
|
||||
height: 19px;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #aeaeae;
|
||||
border-radius: 0;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
:global(.vtex-styleguide-9-x-input) {
|
||||
font-size: 12px;
|
||||
padding-left: 12px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
:global(.vtex-input__suffix) {
|
||||
padding: 0 0 8px;
|
||||
:global(.vtex-store-components-3-x-suffixWrapper) {
|
||||
:global(.vtex-store-components-3-x-searchBarIcon) {
|
||||
:global(.vtex-store-components-3-x-searchIcon) {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
filter: invert(79%) sepia(0%) saturate(1412%) hue-rotate(140deg) brightness(90%) contrast(83%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user