forked from M3-Academy/challenge-vtex-io
10 lines
169 B
SCSS
10 lines
169 B
SCSS
|
:global(.vtex-input-prefix__group) {
|
||
|
border: none;
|
||
|
border-bottom: 1px solid #929292;
|
||
|
}
|
||
|
.noAppearance {
|
||
|
background-color: black;
|
||
|
border: 0;
|
||
|
border-radius: 0;
|
||
|
}
|