Adds padding to filter input

stable
xaviju 2017-03-14 10:36:18 +01:00
parent cd0c1a63a9
commit ab78563f94
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }