Skip to content

Commit

Permalink
Merge pull request #624 from brainly/feature/fix-placeholder-for-mint…
Browse files Browse the repository at this point in the history
…-input-large

Fix for mint-input--large placeholder
  • Loading branch information
Andrzej Maciurzyński committed Dec 16, 2015
2 parents 03cef0c + d978c85 commit 009681f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form-elements/_text-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ $includeHtml: false !default;
font-size: $inputLargeFontSize;
border-radius: $inputLargeHeight / 2;
padding: 0 $inputLargeHeight / 2;

&::placeholder {
font-size: fontSize(standout);
}
}
}

Expand Down

0 comments on commit 009681f

Please sign in to comment.