Skip to content

Commit

Permalink
[RFC][NI] Fix input placeholder (#122)
Browse files Browse the repository at this point in the history
* Fix input placeholder

* Update bower.json to 2.4.1

* Update bower to 2.4.2
  • Loading branch information
asantos00 authored and mmelo committed Apr 26, 2017
1 parent ff2f073 commit 1eb5f16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniq",
"version": "2.4.0",
"version": "2.4.2",
"description": "Internal CSS Framework/Toolkit used @ Uniplaces",
"main": [
"src/styles/**/*",
Expand Down
3 changes: 2 additions & 1 deletion src/styles/_common/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ $palette: (
'focus': #ecf5ff,
'border-focus': #66d5ff,
'mobile-border': #d6d6d6,
'label': #224251
'label': #224251,
'placeholder': #d1d5da
),
'radio-button': (
'disabled-border': #f2f3f4,
Expand Down
3 changes: 1 addition & 2 deletions src/styles/_components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ $checkbox-size: 32px;

@include input-placeholder {
@include font("IntervalNextBook");
font-size: em(20px);
color: color('primary','divider');
color: color('input', 'placeholder');
}

&:focus {
Expand Down

0 comments on commit 1eb5f16

Please sign in to comment.