removed possition of placeholder

This commit is contained in:
jorge 2021-11-18 14:16:31 +01:00
parent 8796ae11a8
commit ecf7edc65f
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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%);