removed possition of placeholder
This commit is contained in:
parent
8796ae11a8
commit
ecf7edc65f
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
||||||
border:none;
|
border:none;
|
||||||
background-color: $input-background-focus;
|
background-color: $input-background-focus;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 2rem;
|
// right: 2rem;
|
||||||
+ .appear {
|
+ .appear {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: scale-color($input-background-focus, $lightness: -20%);
|
background-color: scale-color($input-background-focus, $lightness: -20%);
|
||||||
|
|
Loading…
Reference in New Issue