searh input contend padded for reading purposes
This commit is contained in:
parent
702147d77f
commit
258ca2dca6
File diff suppressed because one or more lines are too long
|
@ -54,7 +54,7 @@
|
||||||
border:none;
|
border:none;
|
||||||
background-color: $input-background-focus;
|
background-color: $input-background-focus;
|
||||||
position: relative;
|
position: relative;
|
||||||
// right: 2rem;
|
padding-right: $global-padding * 9;
|
||||||
+ .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