Adds padding to filter input
parent
cd0c1a63a9
commit
ab78563f94
|
@ -29,6 +29,7 @@ tg-filter {
|
||||||
input {
|
input {
|
||||||
background: $grayer;
|
background: $grayer;
|
||||||
color: $white;
|
color: $white;
|
||||||
|
padding-right: 2rem;
|
||||||
@include placeholder {
|
@include placeholder {
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue