Merge branch 'master' into #74/fix-select-styling-on-windows

This commit is contained in:
keegan-lillo
2016-05-28 14:15:45 -07:00
2 changed files with 16 additions and 0 deletions
+14
View File
@@ -31,6 +31,20 @@ module.exports = [
"placeholder": "Placeholder set with attributes"
}
},
{
"type": "input",
"label": "Time Field",
"attributes": {
"type": "time"
}
},
{
"type": "input",
"label": "Date Field",
"attributes": {
"type": "date"
}
},
{
"type": "slider",
"appKey": "slider",
+2
View File
@@ -31,6 +31,8 @@
vertical-align: baseline;
color: $color-white;
font-size: inherit;
appearance: none;
min-height: $item-spacing-v + ($base-height + 0rem) ;
@include placeholder {
color: $color-gray-8;